Skip to main content
Version: 2.0.0

Checkout Mutations

Operations registered in src/gql/mutations/checkout/*.

Available Mutations

Checkout Flow Recommendation

In guest checkout projects, use this order:

  1. setGuestEmailOnCart
  2. setBillingAddressOnCheckout
  3. setShippingAddressOnCheckout
  4. setShippingMethodOnCheckout
  5. setPaymentMethodOnCheckout
  6. placeOrder

For logged-in customers, skip step 1 and keep the rest.