For the complete documentation index, see llms.txt. This page is also available as Markdown.

Price override

Unit Price Override

post

Override unit price of one product with encrypted request body.

Body
Responses
200

Successful response.

application/json
or
post/v1/shoppers/me/carts/active (unit price)

Apply a tax-inclusive override

post

"TaxInclusiveOverride" flag only work when using with "Price Override". For example: Send POST request to change TaxInclusiveOverride flag (not encrypted), then Send POST request to do Price Override(encrypted).

Refer to the design document for the configuration and Encryption setting: https://confluence.digitalriver.com/pages/viewpage.action?pageId=42477783

Body
Responses
200

Successful response.

application/json
or
post/v1/shoppers/me/carts/active (TaxInclusiveOverride)

Line Item Price Override

post

Override the aggregate price of one product with encrypted request body.

Refer to the design document for the configuration and Encryption setting: https://confluence.digitalriver.com/pages/viewpage.action?spaceKey=SE&title=CAPI-261+-+Line+Item+Price+Override

Body
Responses
200

Successful response.

application/json
or
post/v1/shoppers/me/carts/active (line Item price)

Last updated