Record
post-ecommerce-stores-id-carts-id-lines-params
No description available.
record post-ecommerce-stores-id-carts-id-lines-params {
store-id: string,
cart-id: string,
id: string,
price: f64,
product-id: string,
product-variant-id: string,
quantity: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| store-id | string | |
| cart-id | string | |
| id | string | |
| price | f64 | |
| product-id | string | |
| product-variant-id | string | |
| quantity | s32 |