GET
/
priced-products
/
{itemId}

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.

Path Parameters

itemId
integer
required

Specifies the item ID to retrieve the corresponding product details.

Query Parameters

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.

size
integer
default: 10

The maximum number of records per page.

priceListId
integer

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

Response

200 - application/json
query
object

Provides pagination data.

data
object

Priced product detail