BigCommerce · Schema

shipping_type

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

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

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