Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 714 Bytes

DeleteRecurringCartLineItemsRequest.md

File metadata and controls

13 lines (9 loc) · 714 Bytes

Yaksa.OrckestraCommerce.Client.Model.DeleteRecurringCartLineItemsRequest

Recurring orders are orders that are created automatically by the system based on a schedule defined by the customer.

Properties

Name Type Description Notes
CustomerId string The customer id of the recurring order line items
LineItemIds List<string> The list of line item ids to delete
ScopeId string The scope of the RecurringOrderLineItems to delete

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