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 checkout

Variants that were not attached to the checkout.

CheckoutCreateFromOrder.checkout ● Checkout object checkout

Created checkout.

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

Returned By

checkoutCreateFromOrder mutation