You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
RemoveFromCartParams
First arameter for the removeFromCart API endpoint
export interface RemoveFromCartParams {
id: string;
version: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
id | Required | string | Cart ID |
version | Required | string | Cart version |