Sellercloud Developer, Author at Sellercloud API Docs - Page 11 of 15
Overview
In order to receive RMA items, you can consume the endpoint presented in this article. In order to consume it, you must:
- Be an 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…
In order to get information for a single RMA, you can consume the endpoint presented in this article. In order to consume it, you must:
- Be an authenticated user.
- For information on how you can authenticate, see: Authentication.
- As soon as you do authentication and receive a valid token, it…
In order to get information for many RMAs in a single request, you can consume the endpoint presented in this article. In order to do that, you must:
- Be an authenticated user.
- For information on how you can authenticate, see: Authentication.
- As soon as you do authentication and receive a valid…
In order to create new RMA, you can consume the endpoint presented in this article. In order to consume it, you must:
- Be an 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…
In order to create a new order from the API, you can consume the endpoint presented in this article. In order to consume it, you must:
- Be an authenticated user.
- For information on how you can authenticate, see: Authentication.
- Endpoint example for such endpoint for TT server is:
https://tt.api.sellercloud.com/rest/api/Products/
In order to get information for custom columns of a single product, you can consume the endpoint presented in this article. In order to consume it, you must:
- Be an authenticated user.
- For information on how you can authenticate, see: Authentication.
- As soon as you do authentication and receive a…
Endpoint that is presented in this article is used for getting order ids for a single picklist. In order to consume the endpoint you must:
- Be an authenticated user.
- For information on how you can authenticate, see: Authentication.
- As soon as you do authentication and receive a valid token, it needs…
Endpoint that is presented in this article is used for getting picklist ids for a single order. In order to consume the endpoint you must:
- Be an authenticated user.
- For information on how you can authenticate, see: Authentication.
- As soon as you do authentication and receive a valid token, it needs…
Endpoint is used for updating orders status codes in bulk. In order to utilize this endpoint you must be an authenticated user.
- For information on how you can authenticate, see: Authentication.
- Endpoint example for such endpoint for TT server is:
https://tt.api.sellercloud.com/api/Orders/StatusCode - For your server, endpoint will be:
https://{your_server_id}.api.sellercloud.com/api/Orders/StatusCode
Endpoint is used for marking orders as exported or not exported in bulk. In order to do that you must:
- Be an authenticated user.
- For information on how you can authenticate, see: Authentication.
- Endpoint example for such endpoint for TT server is:
https://tt.api.sellercloud.com/api/Orders/SetExported - For your server, endpoint will be:
https://{your_server_id}.api.sellercloud.com/api/Orders/SetExported