latestOpenAPI 3.0.02026-08-101013821017.9 KB

4b69392f93b9

Price override

Apply a tax-inclusive override

"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

post/v1/shoppers/me/carts/active (TaxInclusiveOverride)

Request body

Example request

{
  "cart": {
    "customAttributes": {
      "attribute": [
        {
          "name": "TaxInclusiveOverride",
          "type": "Boolean",
          "value": true
        }
      ]
    }
  }
}

Response

Successful response.

OR