checkoutCreateFromOrder
Create new checkout from existing order.
Added in Saleor 3.14This API is currently in Feature Preview and can be subject to changes at later point.
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.
Added in Saleor 3.14This API is currently in Feature Preview and can be subject to changes at later point.