Get Picklist IDs of an Order - Sellercloud API Docs

Get Picklist IDs of an Order

Table of Contents

Overview

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:

Endpoint

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

For your server endpoint will be:

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

Request

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

Response

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