Price override
Unit Price Override
Override unit price of one product with encrypted request body.
post/v1/shoppers/me/carts/active (unit price)
Request body
Example request
{
"cart": {
"lineItems": {
"lineItem": {
"quantity": "2",
"product": {
"id": "1234"
},
"pricing": {
"salePrice": {
"currency": "USD",
"value": 3.33
}
}
}
}
}
}Response
Successful response.