BigCommerce · Schema

responseCartDiscounts

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-responsecartdiscounts-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/responseCartDiscounts",
  "title": "responseCartDiscounts",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "discountedAmount": {
        "type": "number",
        "description": "The discounted amount applied within a given context.",
        "format": "float"
      },
      "id": {
        "type": "string",
        "description": "ID of the applied discount."
      }
    }
  },
  "x-internal": false
}