BigCommerce · Schema

item_type

The type of item for the line item in the document. Tax estimate requests for order-level refunds have an additional line item with the type `refund`.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-item-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/item_type",
  "title": "item_type",
  "type": "string",
  "description": "The type of item for the line item in the document.\n\nTax estimate requests for order-level refunds have an additional line item with the type `refund`.",
  "enum": [
    "item",
    "refund"
  ]
}