Error Codes
Order API
Getting Order List
Possible errors during attempt to get the list of orders
Code | Description |
|---|---|
10301 | Page must be greater than or equal to 1 |
10302 | PageSize must be greater than or equal to 1 |
10303 | From should be less than To |
10304 | To should be greater than From |
10305 | Status is not valid |
10306 | Provided Shop Id is not a GUID |
10307 | PageSize must be not greater than or equal to 100 |
10308 | Sorting direction must be 0 (descending) or 1 (ascending) |
10309 | Sorting cant br performed by provided field |
10310 | Order Code search string should be longer than 3 symbols |
10311 | Order Code search string should be shorter than 11 symbols |
10312 | Order Code search string contains forbidden symbols |
10313 | External Id search string should be longer than 3 symbols |
10314 | External Id search string should be shorter than 20 symbols |
10315 | External Id search string contains forbidden symbols |
10316 | Shop External Id search string should be longer than 3 symbols |
10317 | Shop External Id search string should be shorter than 11 symbols |
10318 | Shop External Id search string contains forbidden symbols |
Getting Order details
Possible errors during attempt to get the orders
Code | Description |
|---|---|
10401 | Order Id must be greater than or equal to 1 |
Products API
Search Products by SKU number
Possible errors during attempt to search products by SKU number
Code | Description |
|---|---|
10501 | SKU Number is required |
10502 | SKU Number should be not longer than 20 symbols |
Webhooks API
Create a webhook
Possible errors during attempt to create a webhook
Code | Description |
|---|---|
10101 | Error creating webhook. URL is not provided. |
10102 | Error creating webhook. The URL is invalid. |
10106 | Error creating webhook. The URL is too long. |
10103 | Error creating webhook. Invalid URL schema. Only HTTPS is allowed. |
10104 | Error creating webhook. The event type is not provided. |
10105 | Error creating webhook. Unknown event type. |
10107 | Error creating webhook. Event type is unsupported. |
Delete the webhook
Possible errors during attempt to delete the webhook
Code | Description |
|---|---|
10201 | Error deleting webhook. Provided |