OBJECT
ShippingPriceGroup
link GraphQL Schema definition
1 type ShippingPriceGroup { 2 Int! : 3 4 # Required permission: none 5 # 6 # All elements are always returned 7 Country!]! : [ 8 9 # Required permission: none 10 # 11 # All elements are always returned 12 ShippingPriceRange!]! : [ 13 14 # Required permission: none 15 ShippingOption! : 16 17 }