Cart data object specification for the Cratejoy Merchant API
Properties
| Property | Filter | Edit | Type | Description |
|---|---|---|---|---|
| id | INT | Unique identifier | ||
| customer_id | INT | |||
| completed | BOOLEAN | Denotes whether or not this cart is a part of a successfully processed purchase | ||
| is_test | BOOLEAN | |||
| order_id | INT | |||
| ship_price | INT | Price charged to the purchaser for shipping | ||
| tax_prices | INT | Price charged to the purchaser for taxes | ||
| tax_rates | ARRAY(INT) | Individual components of the totaled tax_prices field | ||
| store_id | INT | |||
| type | STRING | Always cart |
