UpdateCartQuantityProductParams
Second parameter for the updateCartQuantity API endpoint
interface UpdateCartQuantityProductParams {
id: string;
quantity: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
id | Required | string | Product ID |
quantity | Required | number | Product quantity |