OBJECT

ShippingProfile

A shipping rule that might apply to a certain variant

link GraphQL Schema definition

  • type ShippingProfile implements Node {
  • # The description used to describe the shipping profile
  • description: String!
  • id: ID!
  • # This is the Legacy ID field for Shipping Profiles
  • legacyId: ID!
  • # The name used to identify the shipping profile
  • name: String!
  • }