General information
To start the integration you have to request access to the merchant's personal account. Send a request to the group chat with the email address that will be used for the merchant's account registration.
After logging into the personal merchant's account, you will find a store with API key (API-key
). If the store has not been created yet, it must be created. Each store receives a unique API key, which is used to authorize requests to the Merchant API.
The key is used in the X-Identity
header.
In the "Settings" section of the personal account, you will find the secret key (secret
). It is used to sign API requests to the Merchant API.
Each request to the Merchant API and Public API must include the Content-Type
header with the correct data type.
For json:
Content-Type: application/json
For multipart/form-data:
Content-Type: multipart/form-data