Adjustments
Get all price adjustment details for a specific cart
Get all the price adjustments made to a specific cart.
GET
/
v2
/
carts
/
{cartId}
/
adjustments
Headers
x-site-context
string
requiredThe 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.
x-api-key
string
API Key for Gateway
Authorization
string
requiredAuthorization token for the user
Path Parameters
cartId
string
requiredCart ID to retrieve all the price adjustments made to the cart
Response
200 - application/json
Sample response containing price adjustment details
priceAdjustments
object[] | null
List of price adjustment details for the specified line item or the specified cart