CartApiModel
Cart model
Properties
Name | Type | Required | Description |
---|---|---|---|
cart_reference | str | ❌ | Unique cart reference |
time | str | ❌ | Last change date |
contact_id | str | ❌ | Contact identifier |
language | str | ❌ | Language |
url | str | ❌ | Url to cart |
items | List[CartItemApiModel] | ❌ | Cart items |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs