Skip to main content
Version: 3.x

checkoutCreateFromOrder

Create new checkout from existing order.

Added in Saleor 3.14
This 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

ID of a order that will be used to create the checkout.

Type

CheckoutCreateFromOrder object

Create new checkout from existing order.

Added in Saleor 3.14
This API is currently in Feature Preview and can be subject to changes at later point.

Was this page helpful?