BigCommerce · Schema

cartLineItemPut

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
quantity number
productId number
variantId number
giftWrapping object
View JSON Schema on GitHub

JSON Schema

bigcommerce-cartlineitemput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cartLineItemPut",
  "title": "cartLineItemPut",
  "type": "object",
  "properties": {
    "quantity": {
      "type": "number",
      "description": "",
      "format": "double"
    },
    "productId": {
      "type": "number",
      "description": "",
      "format": "double"
    },
    "variantId": {
      "type": "number",
      "description": "",
      "format": "double"
    },
    "giftWrapping": {
      "$ref": "#/components/schemas/cartLineItemGiftWrapping_Put"
    }
  },
  "x-internal": false
}