checkoutCreateFromOrder Mutation
Create new checkout from existing order.
checkoutCreateFromOrder(
id: ID!
): CheckoutCreateFromOrder
Arguments
checkoutCreateFromOrder.id ● ID! non-null scalar miscellaneous
ID of a order that will be used to create the checkout.
Type
CheckoutCreateFromOrder object checkout
Create new checkout from existing order.