- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Cart - Cart Module Data Models Reference
This documentation provides a reference to the Cart data model. It belongs to the Cart Module.
id
PrimaryKeyModifier<IdProperty>The ID of the cart.
currency_code
TextPropertyThe ISO 3 currency code of the cart, such as
usd
.The associated items.
The associated shipping_methods.
region_id
TextPropertyOptionalThe ID of the cart's region.
customer_id
TextPropertyOptionalThe ID of the cart's customer.
sales_channel_id
TextPropertyOptionalThe ID of the cart's sales channel.
email
TextPropertyOptionalThe email of the cart's customer
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
completed_at
DateTimePropertyOptionalThe date the cart was completed.
The associated shipping_address.
The associated billing_address.
Was this page helpful?