Carts are entities used for assembling an order before submitting.
Name | Type | Description | Notes |
---|---|---|---|
ScopeId | string | The id of the requested scope | [optional] |
CartName | string | The name associated to the requested cart | |
CultureName | string | The culture name in which language the data will be returned. | [optional] |
CustomerId | string | The unique identifier of the Customer owning the cart | |
WorkflowToExecute | string | The name of the workflow that should be executed. | [optional] |
ExecuteWorkflow | bool | Whether or not to execute the specified workflow before returning the cart. | [optional] |