Get OrderIDs - Sellercloud API Docs

Overview

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:

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 on the call when making the request.

Endpoint

Example for such endpoint for TT server is https://tt.api.sellercloud.com/rest/api/Picklists/{id}/OrderIDs

For your server endpoint will be:

https://{your_server_id}.api.sellercloud.com/rest/api/Picklists/{id}/OrderIDs

Request

Parameter Data Type Description Is Required
id integer ID of existing picklist. Yes

Response

{
  [ 2196513, 2197947, 2211508, 2212680, 2216756 ]
}