BigCommerce · Schema

Applied Discount

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
discountedAmount number The discounted amount applied within a given context.
id number ID of the applied discount.
View JSON Schema on GitHub

JSON Schema

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