BigCommerce · Schema

ItemsRefund

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-itemsrefund-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ItemsRefund",
  "title": "ItemsRefund",
  "x-internal": false,
  "oneOf": [
    {
      "$ref": "#/components/schemas/AmountBoundItem"
    },
    {
      "$ref": "#/components/schemas/QuantityBoundItem"
    },
    {
      "$ref": "#/components/schemas/TaxExemptItem"
    }
  ],
  "x-examples": {}
}