updateCustomerCheckoutOrderItems
Updates an existing checkout's order item's fields for a logged in customer. Updates are partial, and will only affect fields provided for each orderItemInput.
Requires the publiccheckout/write scope and a valid customerToken.
updateCustomerCheckoutOrderItems(
customerToken: String!
orderItemInputs: [CheckoutOrderItemInput!]!
): Checkout!
Arguments
updateCustomerCheckoutOrderItems.customerToken ● String! non-null scalar
updateCustomerCheckoutOrderItems.orderItemInputs ● [CheckoutOrderItemInput!]! non-null input
Type
Checkout object
A checkout is a temporary container for an order and its orderItems that a customer or anonymous user wants to buy