checkoutCreateFromOrder Mutation
Creates a new checkout from existing order.
checkoutCreateFromOrder(
id: ID!
): CheckoutCreateFromOrder
Show return type
Arguments
id ● ID!
ID of a order that will be used to create the checkout.
Type
CheckoutCreateFromOrder
Creates a new checkout from existing order.