| Name | Type | Description | Notes |
|---|---|---|---|
| regionId | String | The ID of the Region to create the Cart in. | [optional] |
| salesChannelId | String | [EXPERIMENTAL] The ID of the Sales channel to create the Cart in. | [optional] |
| countryCode | String | The 2 character ISO country code to create the Cart in. | [optional] |
| items | List<StorePostCartReqItems> | An optional array of `variant_id`, `quantity` pairs to generate Line Items from. | [optional] |
| context | Object | An optional object to provide context to the Cart. The `context` field is automatically populated with `ip` and `user_agent` | [optional] |