Skip to main content

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.
type CheckoutCreateFromOrder {
unavailableVariants: [CheckoutCreateFromOrderUnavailableVariant!]
checkout: Checkout
errors: [CheckoutCreateFromOrderError!]!
}

Fields

CheckoutCreateFromOrder.unavailableVariants ● [CheckoutCreateFromOrderUnavailableVariant!] list object

Variants that were not attached to the checkout.

CheckoutCreateFromOrder.checkout ● Checkout object

Created checkout.

CheckoutCreateFromOrder.errors ● [CheckoutCreateFromOrderError!]! non-null object

Returned by

checkoutCreateFromOrder mutation