{ "$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 }