BigCommerce · Schema
ChannelAbandonedCartSettings
Represents all settings overrides related to the abandoned cart functionality of a store for a channel
E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service
Properties
| Name | Type | Description |
|---|---|---|
| enable_notification | boolean | Indicates whether or not abandoned cart notification is on. If it is null, it means there is no override for the specified channel. |
| email_customer_until_cart_is_recovered | boolean | Indicates whether or not a customer should continue to receive abandoned cart emails until their cart is recovered. If it is null, it means there is no override for the specified channel. |
| marketing_emails_require_customer_consent | boolean | Indicates whether or not a customer should receive abandoned cart emails based on their consent. If it is null, it means there is no override for the specified channel. By default customers will not r |
| email_merchant_when_cart_is_converted | boolean | Indicates whether or not a merchant should receive a notification email when a cart is converted into an order. If it is null, it means there is no override for the specified channel. |
| email_merchant_when_cart_is_abandoned | boolean | Indicates whether or not a merchant should receive a notification email when a cart is abandoned. If it is null, it means there is no override for the specified channel. |
| merchant_email_address | string | The email address for receiving merchant notifications. If it is null, it means there is no override for the specified channel. |
| merchant_abandoned_cart_email_frequency_type | string | Indicates whether to send an email for every abandoned cart or to send a digest email after X number of abandoned carts. If it is null, it means there is no override for the specified channel. |
| merchant_abandoned_cart_digest_email_frequency | integer | The number of abandoned carts to accumulate before a digest email is sent to a merchant. If it is null, it means there is no override for the specified channel. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ChannelAbandonedCartSettings",
"title": "ChannelAbandonedCartSettings",
"description": "Represents all settings overrides related to the abandoned cart functionality of a store for a channel",
"type": "object",
"x-tags": [
"Models"
],
"properties": {
"enable_notification": {
"description": "Indicates whether or not abandoned cart notification is on. If it is null, it means there is no override for the specified channel.",
"type": "boolean",
"nullable": true
},
"email_customer_until_cart_is_recovered": {
"description": "Indicates whether or not a customer should continue to receive abandoned cart emails until their cart is recovered. If it is null, it means there is no override for the specified channel.",
"type": "boolean",
"nullable": true
},
"marketing_emails_require_customer_consent": {
"description": "Indicates whether or not a customer should receive abandoned cart emails based on their consent. If it is null, it means there is no override for the specified channel. By default customers will not receive emails.",
"type": "boolean",
"nullable": true
},
"email_merchant_when_cart_is_converted": {
"description": "Indicates whether or not a merchant should receive a notification email when a cart is converted into an order. If it is null, it means there is no override for the specified channel.",
"type": "boolean",
"nullable": true
},
"email_merchant_when_cart_is_abandoned": {
"description": "Indicates whether or not a merchant should receive a notification email when a cart is abandoned. If it is null, it means there is no override for the specified channel.",
"type": "boolean",
"nullable": true
},
"merchant_email_address": {
"description": "The email address for receiving merchant notifications. If it is null, it means there is no override for the specified channel.",
"type": "string",
"format": "email",
"nullable": true
},
"merchant_abandoned_cart_email_frequency_type": {
"description": "Indicates whether to send an email for every abandoned cart or to send a digest email after X number of abandoned carts. If it is null, it means there is no override for the specified channel.",
"type": "string",
"enum": [
"digest",
"individual"
],
"nullable": true
},
"merchant_abandoned_cart_digest_email_frequency": {
"description": "The number of abandoned carts to accumulate before a digest email is sent to a merchant. If it is null, it means there is no override for the specified channel.",
"type": "integer",
"minimum": 2,
"maximum": 1000,
"nullable": true
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bigcommerce-channelabandonedcartsettings"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.