Carts are entities used for assembling an order before submitting.
Name | Type | Description | Notes |
---|---|---|---|
CultureName | string | The culture name in which language the data will be returned. | [optional] |
WorkflowToExecute | string | The name of the workflow that should be executed. | [optional] |
GiftMessage | string | if the product is to be wrapped as a gift, a message to be written on that. | [optional] |
GiftWrap | bool | whether or not the item will wrapped in a gift presentation. | [optional] |
PropertyBag | Dictionary<string, Object> | [optional] | |
Quantity | double | The number of times this item is bought for this LineItem. | [optional] |
RecurringOrderFrequencyName | string | the name of the recurring order program frequency. | [optional] |
RecurringOrderProgramName | string | the name of the recurring order program. | [optional] |