GraphQL API
Organization API
Organization / Types/ object

ShippingServiceMethodCountryConnection

A paginated list of ShippingServiceMethodCountry edges.

Fields

2 fields
hasNextPageBoolean!

When paginating forwards, are there more items?

hasPreviousPageBoolean!

When paginating backwards, are there more items?

startCursorString

The cursor to continue paginating backwards.

endCursorString

The cursor to continue paginating forwards.

idID!

Unique primary key.

fromCountryCodeString!

From country code

fromCountryNameString!

Localized source country name

toCountryCodeString!

To country code

isEnabledBoolean!

Enabled

cursorString!

A unique cursor that can be used for pagination.