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.
24x-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.
"12"
A unique request ID.
"263e731c-45c8-11ed-b878-0242ac120002"
Path Parameters
The product SKU of the price details that are being deleted.
"SKU0123456"
Query Parameters
The price list ID to which the item belongs. If not provided, the default price list is used.
100000
Response
OK
The product item SKU assigned when a price is created, updated, or deleted.
"SKU123456"
The price list ID assigned when price details are created or updated.
100000
Channel ID
"12"
The currency type set for the price list.
"USD"
Item prices
The product item ID assigned when a price is created, updated, or deleted.
1000000051
true: The price is deleted
false: The price isn't deleted
false
The timestamp when the price was created.
"2019-08-20T14:15:22.000Z"
The timestamp when the price was last updated.
"2019-08-20T14:15:22.000Z"
