OBJECT

ShippingRateDeleteMutationPayload

Autogenerated return type of ShippingRateDeleteMutation.

link GraphQL Schema definition

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