BigCommerce · Schema

responseCartLineItemsItemsPhysicalItemsItemsAllOf1

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
giftWrapping object
isShippingRequired boolean Whether this item requires shipping to a physical address.
View JSON Schema on GitHub

JSON Schema

bigcommerce-responsecartlineitemsitemsphysicalitemsitemsallof1-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/responseCartLineItemsItemsPhysicalItemsItemsAllOf1",
  "title": "responseCartLineItemsItemsPhysicalItemsItemsAllOf1",
  "type": "object",
  "properties": {
    "giftWrapping": {
      "$ref": "#/components/schemas/responseCartLineItemsPhysicalItemGiftWrapping"
    },
    "isShippingRequired": {
      "type": "boolean",
      "description": "Whether this item requires shipping to a physical address."
    }
  },
  "x-internal": false
}