BigCommerce · Schema

handling_type

The type of item for the line item in the document.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-handling-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/handling_type",
  "title": "handling_type",
  "type": "string",
  "description": "The type of item for the line item in the document.",
  "enum": [
    "handling"
  ]
}