Get a specific price list
Get a specific price list by ID.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
24
x-fabric-channel-id identifies the sales channel through which the API request is being made; primarily for multichannel use cases. It is a required field.
A unique identifier obtained from Copilot for the System app in the fabric ecosystem, essential for OpenID Connect authentication flows.
A unique request ID.
Path Parameters
The price list ID associated with the item generated using the create price list endpoint.
Response
The details of the price list.
The timestamp of when the price list was created.
The currency code of the price list.
The price list ID associated with the item generated using the create price list endpoint.
true
: This price list is designated as the default price list.false
: This price list isn't designated as the default price list.
true
: The price list is deleted.false
: The price list isn't deleted.
The name of the price list.
The timestamp of when the price list was last updated.
The sales channel.
The end time of price list. The end time must be specified if the price list's start time is provided.
Start time for the price list to be active. If no value is sent, the current date will be set as the start date.
Was this page helpful?