INPUT_OBJECT

ShippingGroupUpdateInput

link GraphQL Schema definition

1input ShippingGroupUpdateInput {
2
3shippingGroup: ShippingGroupInput!
4
5addCountries: [CountryInput!]
6
7removeCountries: [CountryInput!]
8
9# Provided ranges override all the ranges existed before
10ranges: ShippingPriceRangeInput
11}