Update Tracking Information
This endpoint is used for marking an order as shipped by providing tracking and shipping information.
This endpoint is used for marking an order as shipped by providing tracking and shipping information.
Overview To retrieve metadata for existing inventory, you must: Be an authenticated user Information on how you can authenticate: Authentication As soon as you authenticate and receive a valid token, it needs to be passed on the call for getting inventory. The user can provide page number and page size, filtering,…
Overview In order to retrieve metadata for existing purchase orders, you must: Be authenticated user Information on how you can authenticate: Authentication As soon as you do authentication and receive a valid token, it needs to be passed on the call for getting purchase orders. You can do additional filtering…
Overview In order to retrieve metadata of a purchase order, you must: Be authenticated user Information on how you can authenticate: Authentication As soon as you do authentication and receive a valid token, it needs to be passed on the call for receiving a single purchase order. Have valid ID of…
Overview In order to retrieve metadata of an existing inventory, you must: Be authenticated user Information on how you can authenticate: Authentication As soon as you do authentication and receive a valid token, it needs to be passed on the call for receiving a single inventory. Have valid ID of an…
Overview In order to delete existing order, you must: Be authenticated user Information how you can authenticate can take from: Authentication As soon as you do authentication and receive a valid token, it needs to be passed on the call for deleting an order. Have valid ID of an existing order…
Overview SellerCloud has exposed a REST API that will help our clients in managing products, orders, warehouses and more. The REST API uses Bearer authentication, which means that in each call a token must be provided in the Authentication header in the format Bearer {token}. User Permissions for the REST…
To authenticate, a user must obtain an authentication token, which is required in every proceeding call to the server. This article will explain how to obtain an authentication token.