BigCommerce · Schema

abandonedCartInfo_Full

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
cart_id string The `cart_id` of the abandoned cart. Can be used to display the abandoned cart to the customer using storefront cart or server-to-server cart APIs.
View JSON Schema on GitHub

JSON Schema

bigcommerce-abandonedcartinfo-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/abandonedCartInfo_Full",
  "title": "abandonedCartInfo_Full",
  "type": "object",
  "properties": {
    "cart_id": {
      "type": "string",
      "description": "The `cart_id` of the abandoned cart. Can be used to display the abandoned cart to the customer using storefront cart or server-to-server cart APIs."
    }
  },
  "x-internal": false
}