GET
/
priced-products-identifiers

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-fabric-tenant-id
string
required

Merchant's 24-character tenant ID

x-fabric-channel-id
string

The sales channel ID.

x-client-id
string

The platform where the request is made.

x-fabric-request-id
string

A unique request ID.

Query Parameters

priceListId
integer

Price list ID to which the item belongs. If not sent, the default price list is considered.

size
integer
default: 10

The maximum number of records per page.

offset
integer
default: 0

The number of records to skip before returning records. For example, with an offset of 20 and limit of 10, you will get records from 21 to 30.

sort
enum<string>
default: -itemId

The criteria to sort the results. Use the format {sort order}{field name}, where - refers to a descending order and + refers to an ascending order.

Available options:
-itemId,
+itemId,
-itemSku,
+itemSku

Response

200 - application/json
query
object

Provides pagination data.

data
object[]

A list item identifiers for the given price list.