OBJECT

CartCheckoutMutationPayload

Autogenerated return type of CartCheckoutMutation.

link GraphQL Schema definition

  • type CartCheckoutMutationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • order: Order
  • redirectUrl: String
  • status: Int!
  • }