Skip to content

Getting started guide

YouCan API is based on REST and use standard HTTP response codes, authentication, and verbs. It allows you to interact with your store, from pushing products from a third party marketplace, to getting notifications about new placed orders so you can manage them elsewhere.

API Base URL

To connect to the YouCan API, this is the production base URL:

https://api.youcan.shop

Important

To develop and test with the API, you need a Partner Account, giving you the ability to test with development stores in your development environment and safely generate the necessary OAuth credentials with the needed permissions.

Postman collection

If you want to play around with the API, you can check the documentation here.

Next Steps

To create the necessary keys via the Partner Dashboard, refer to the OAuth documentation.