CheckoutCreate
Create a new checkout.
type CheckoutCreate {
created: Boolean
checkoutErrors: [CheckoutError!]!
checkout: Checkout
}
Fields
CheckoutCreate.created ● Boolean scalar
Whether the checkout was created or the current active one was returned. Refer to checkoutLinesAdd and checkoutLinesUpdate to merge a cart with an active checkout.
CheckoutCreate.checkoutErrors ● [CheckoutError!]! non-null object
CheckoutCreate.checkout ● Checkout object
Returned By
checkoutCreate mutation