GetCartParameters
Necesary parameter for get cart request.
interface GetCartParameters {
id: string;
include?: CartIncludeEnum;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
id | Required | string | ID of the cart. |
include | Optional | CartIncludeEnum | Indicates whether to include cart sub-resources. |