Record
post-ecommerce-stores-id-orders-id-lines-params
No description available.
record post-ecommerce-stores-id-orders-id-lines-params {
store-id: string,
order-id: string,
discount: option<f64>,
id: string,
price: f64,
product-id: string,
product-variant-id: string,
quantity: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| store-id | string | |
| order-id | string | |
| discount | option<f64> | |
| id | string | |
| price | f64 | |
| product-id | string | |
| product-variant-id | string | |
| quantity | s32 |