OBJECT

ShippingZoneDeleteMutationPayload

Autogenerated return type of ShippingZoneDeleteMutation.

link GraphQL Schema definition

  • type ShippingZoneDeleteMutationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • shippingZone: ShippingZone
  • status: Int!
  • }