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