Cart_product data object for the Cratejoy Merchant API
A cart_product represents a single product within a cart
Properties
| Property | Filter | Edit | Type | Description | 
|---|---|---|---|---|
| id | INT | Unique identifier | ||
| discount | INT | |||
| order_id | INT | The order ID that eventually resulted from this cart. May be null if the cart was left uncompleted. | ||
| price | INT | The entire line item's price (i.e. item price x item quantity) | ||
| quantity | INT | Number of items purchased name | ||
| ship_weight | INT | |||
| shipping | INT | |||
| subscription_id | INT | If the cart_product is a subscription, its matching ID. Otherwise, null. | ||
| tax | INT | |||
| type | string | Always cart_product | 
Relation Properties for Cart Products
| Property | Resource | Description | Filter? | 
|---|---|---|---|
| instance | ProductInstance | No | 
