Entity Description
A businessCart object represents a temporary collection of products, organized as cart items, that a business plans to purchase
properties
Name | Description | Type | Example |
---|---|---|---|
uid | Unique identifier for the entity | string | 123e4567-e89b-12d3-a456-426614174000 |
created_at | Timestamp when the entity was created | string | 2023-08-15T13:45:30Z |
updated_at | Timestamp when the entity was last updated | string | 2023-08-15T15:00:00Z |
business_uid | Unique identifier of the business | string | 1234567890abcdef |
business_cart_items | Array of business cart items | array | [...] |
cart_total | Calculated field for the total cart value | number | 100.0 |