OBJECT

ShippingProfileCreateMutationPayload

Autogenerated return type of ShippingProfileCreateMutation.

link GraphQL Schema definition

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