updateCustomerCheckoutOrder
Updates an existing checkout's order fields for a logged in customer. Updates are partial, and will only affect fields provided.
Requires the publiccheckout/write scope and a valid customerToken.
updateCustomerCheckoutOrder(
customerToken: String!
orderInput: CheckoutOrderInput!
): Checkout!
Arguments
updateCustomerCheckoutOrder.customerToken
● String!
non-null scalar
updateCustomerCheckoutOrder.orderInput
● CheckoutOrderInput!
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