Shipping Rate Groups types

This list contains all query types for the shipping rate groups endpoints.


ShippingRateGroup

Fields

  • Name
    id
    Type
    ID!
    Description

    Unique identifier of type number for the shipping rate group.

  • Name
    uid
    Type
    ID!
    Description

    Unique identifier of type string for the shipping rate group.

  • Name
    label
    Type
    String!
    Description

    The shipping rate group name.

  • Name
    zones
    Label
    [ShippingZone!]!
    Description

    The shipping rate group zones are used to define shipping rates per country or countries.


ShippingZone

Fields

  • Name
    id
    Type
    String!
    Description

    The unique identifier of the shipping zone.

  • Name
    label
    Type
    String!
    Description

    The shipping zone name.

  • Name
    countries
    Type
    [Country!]!
    Description

    It represents one country or more codes that the zone will be operating on (if you want to enable the 'rest of the world' pass '*').

  • Name
    rates
    Label
    [ShippingRate!]!
    Description

    It represents the shipping rates to be associated with the zone.


ShippingRate

Fields

  • Name
    id
    Type
    ID!
    Description

    The unique identifier of the shipping rate.

  • Name
    label
    Type
    String!
    Description

    The name of the shipping rate.

  • Name
    price
    Type
    Float!
    Description

    The price of the shipping rate.


InputShippingRateGroup

Fields

  • Name
    label
    Type
    String!
    Description

    The name of the shipping rate group.

  • Name
    zones
    Label
    [InputZone!]!
    Description

    The zones of the shipping rate group.

InputZone

Fields

  • Name
    id
    Type
    ID!
    Description

    The unique identifier of the zone, make sure it is of type String.

  • Name
    label
    Type
    String!
    Description

    The name of the shipping rate group zone.

  • Name
    countries
    Type
    [Country!]!
    Description

    Where you should pass list of countries codes that the zone will be operating on (if you want to enable the 'rest of the world' pass '*').

  • Name
    rates
    Label
    [InputShippingRate!]!
    Description

    It represents the shipping rates to be associated with the zone.

InputShippingRate

Fields

  • Name
    id
    Type
    ID!
    Description

    The unique identifier of the shipping rate.

  • Name
    label
    Type
    String!
    Description

    The name of the shipping rate.

  • Name
    price
    Type
    Float!
    Description

    The price of the shipping rate.