Parameters
Single item
| Param | Type | Required | Description |
|---|---|---|---|
lineId | string | Yes | Cart line ID |
Multiple items
| Param | Type | Required | Description |
|---|---|---|---|
lineIds | string[] | Yes | Array of line IDs |
Returns
Promise<ShopifyCart>
Remove items from the cart
| Param | Type | Required | Description |
|---|---|---|---|
lineId | string | Yes | Cart line ID |
| Param | Type | Required | Description |
|---|---|---|---|
lineIds | string[] | Yes | Array of line IDs |
Promise<ShopifyCart>