Get Order Picklist IDs

Overview

You can use this endpoint to retrieve the IDs of Picklists associated with a single Order. To consume it, you must be an Authenticated User. Once you have obtained a valid token, you must pass it to the call. Additionally, you need a valid ID of an existing sales order job.

Endpoint

An example of this endpoint for server XX:

https://xx.api.sellercloud.com/rest/api/Orders/{id}/PicklistIDs

For your server, the endpoint will be:

https://{your_server_id}.api.sellercloud.com/rest/api/Orders/{id}/PicklistIDs

Request

  • Method Type: HttpGet
  • Authorization: Use Bearer Token + token received from token authentication
  • Header info: Content-Type: application/json
  • Path Parameter: Valid Sellercloud ID of an existing Order

Response

  • If the user is authenticated and the request is successful, then the response will be Status Code 200 => OK with the list of Picklist IDs.
  • If the user is not authenticated, the response will be Status Code 401 => Not Valid Token.
  • In case of an error, the response will be Status Code 500 => Internal Server Error.

Response Body

[
  0
]

Was this article helpful?

Next
Create Customized Catalog Export (Custom Export)