cart.cart.created
Generated from COPE public event contracts. Do not edit this page by hand.Use this event to start tracking a buyer’s cart lifecycle.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A cart has been created.
Generated from COPE public event contracts. Do not edit this page by hand.Use this event to start tracking a buyer’s cart lifecycle.
| Field | Value |
|---|---|
| Encoding | CloudEvents 1.0 structured JSON |
| Delivery | At least once |
| Idempotency | Use the CloudEvents source + id tuple, or COPE idempotency_key when available. |
| Source | cope.cart |
| Subject pattern | cart:<identifier> |
| Category | Cart |
| Availability | Available in the public webhook reference. |
| Schema title | cart.cart.created v1 payload |
| Schema ID | https://schemas.cope.com/events/cart.cart.created/v1 |
| Field | Required | Type | Allowed Values | Description |
|---|---|---|---|---|
cart_id | yes | string | - | - |
currency | yes | string | - | - |
metadata | no | object | - | - |
{
"data": {
"cart_id": "example_id",
"currency": "EUR"
},
"datacontenttype": "application/json",
"dataschema": "https://schemas.cope.com/events/cart.cart.created/v1",
"id": "cart.cart.created:example",
"idempotency_key": "cart.cart.created:example",
"source": "cope.cart",
"specversion": "1.0",
"subject": "cart:example",
"time": "2026-05-05T12:00:00.000Z",
"type": "cart.cart.created"
}
Was this page helpful?