checkoutCreateFromOrder Mutation
Creates a new checkout from existing order.
checkoutCreateFromOrder(
id: ID!
): CheckoutCreateFromOrder
Details
type CheckoutCreateFromOrder {
unavailableVariants: [CheckoutCreateFromOrderUnavailableVariant!]
checkout: Checkout
errors: [CheckoutCreateFromOrderError!]!
}
Arguments
id ● ID!
ID of a order that will be used to create the checkout.
Type
CheckoutCreateFromOrder
Creates a new checkout from existing order.