Update a specific price guard
Updates a specific price guard record by priceguardId.
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.
Path Parameters
ID of the price guard to update
Body
Item ID
PriceList ID
Item SKU
Manufacturer suggested retail price
Minimum advertised price
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.
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.
Response
fabric database ObjectId of the record
Item ID
Item SKU
ID of the pricelist under which the price kinds are created
Manufacturer suggested retail price
Minimum advertised price
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.
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.
true: price guard is deleted<br /> false: price guard is not deleted
Creation date of the record
Last updated date of the record
Was this page helpful?