Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.19 KB

UpdateLineItemRequest.md

File metadata and controls

18 lines (14 loc) · 1.19 KB

Yaksa.OrckestraCommerce.Client.Model.UpdateLineItemRequest

Carts are entities used for assembling an order before submitting.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]