GET
/
priced-products

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

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.

priceListId
integer

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

isListView
boolean

Specifies the response format. <br>true: Returns the response in a list view format.<br>false: Returns the response in a tile view format.

sku
string

Search parameter to filter the response by SKU.

name
string

Search parameter to filter the response by product name.

Response

200 - application/json
query
object

Provides pagination data.

data
object[]

Products list