Overview This endpoint can be used to split existing order by moving some of its items to a new order. In order to consume the endpoint you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, […]
Get Queued Job Logs
Overview This endpoint can be used to get the logs for a single queued job by id In order to consume the endpoint you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs […]
Download Order Document
Overview This endpoint can be used to download order document In order to consume the endpoint you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs to be passed to the call. Endpoint Example […]
Get Order Documents
Overview The endpoint that is presented in this article is used for getting order documents information In order to consume the endpoint you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs to be […]
Update Customer Service Status
Overview This endpoint can be used to update the customer service status of existing orders In order to consume the endpoint you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs to be passed […]
Get Customer Service Status Possible Values
Overview Endpoint that is presented in this article is used for getting the possible values for the order customer service status. In order to consume the endpoint you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid […]
Shipping Container Status
1 2 3 4 5 6 7 8 |
enum { Saved = 0, Ordered = 1, Pending = 2, Received = 3, Completed = 4 } |
Shipping Container Shipping Status
1 2 3 4 5 6 7 |
enum { Arrived = 0, NotArrived = 1, Shipped = 2, NotShipped = 3, ReceivingErrors = 4 } |
Update Shipping Container
Overview This endpoint can be used to update data of existing shipping container In order to consume the endpoint you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs to be passed to the […]
Get Shipping Container By ID
Overview This endpoint can be used to get data of single shipping container by id In order to consume the endpoint you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs to be passed […]