Update a specific price adjustment information for a given cart
Update a specific price adjustment entity from the list of price adjustments made to the specified cart’s total amount. A price adjustment entity is a single object in the price adjustments array.
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.
API Key for Gateway
Authorization token for the user
Path Parameters
Cart ID to update a specific price adjustment information within the cart
Price adjustment ID; it identifies a single price adjustment object from the list of price adjustments, added for the specified cartId
.
Body
Price adjustment details
Amount to be adjusted with the specified line item's total amount or with a specified cart's total amount
Price adjustment reason
Placeholder for additional information
Response
Cart details
Items in cart
Currency type
Metadata for this cart
All promotions or coupons for items in this cart
Errors in this cart
Cart ID
Cart creation time
Last time cart was updated
Number of items in the cart
Number of unique items in the cart based on line item ID
Cart status
ACTIVE
, PENDING
, PENDING_APPROVAL
, APPROVED
, SUBMITTED
, DELETED
, REJECTED
Merchant ID
Customer account ID
User ID
Cart configurations
Customer context
Total price of cart items after discount including Shipping and Shipping Discount
Total price of cart items including Shipping without any discount
Total discount applied to cart
Total fees applied to cart
Additional item options
Fees associated with a specific cart or an individual line item of a cart
List of recommended products that are available for purchase along with the item added to the cart
Was this page helpful?