OBJECT
A shipping rule that might apply to a certain variant
type ShippingProfile implements Node {# The description used to describe the shipping profiledescription: String! id: ID! # This is the Legacy ID field for Shipping ProfileslegacyId: ID! # The name used to identify the shipping profilename: String! }