Delete a specific price guard
Deletes a specific price guard record by ID.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The x-site-context
header is a JSON object that contains information about the source you wish to pull from. The mandatory account
is the 24 character identifier found in Copilot. The channel
(Sales channel ID), stage
(environment name), and date
attributes can be used to further narrow the scope of your data source.
"{\"date\": \"2023-01-01T00:00:00.000Z\", \"channel\": 12, \"account\": \"1234abcd5678efgh9ijklmno\",\"stage\":\"production\"}"
Path Parameters
ID of the price guard to delete
Response
fabric database ObjectId of the record
"614b58924e92f6861ac9d43b"
Item ID
10000000123
Item SKU
"DEF-SKU-1"
Pricelist ID
100000
Manufacturer suggested retail price
299
Minimum advertised price
299
Maximum price the seller is allowed to charge for the product. Price created for the item ID or item SKU under the specified pricelist should not exceed the given ceiling price.
299
Lowest price at which the product can be sold. Price created for the item ID or item SKU under the specified priceList should not be lower than the given floor price.
299
true indicates the price guard is deleted<br /> false indicates the price guard is not deleted
false
Creation date of the record
"2020-12-14T12:15:43.646Z"
Last updated date of the record
"2021-12-14T12:15:43.646Z"
Was this page helpful?