CreateCartParams
Parameters for the createCart API endpoint
interface CreateCartParams extends Omit<CartDraft, "currency"> {
currency?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
currency | Optional | string | Cart currency |
Parameters for the createCart API endpoint
interface CreateCartParams extends Omit<CartDraft, "currency"> {
currency?: string;
}| Name | Required | Type | Description |
|---|---|---|---|
currency | Optional | string | Cart currency |