Overview This endpoint can be used to delete a manual reserve of a product. 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 […]
Create Manual Reserve
Overview This endpoint can be used to create a manual reserve for a product. 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 Manual Reserves
Overview This endpoint can be used to get the manual reserves for an existing product. 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 […]
Split Order
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 } |