Skip to main content
GET
/
shippingServiceGroups
/
countries
/
{sellerId}
Get countries
curl --request GET \
  --url https://api.quivo.co/shippingServiceGroups/countries/{sellerId}
[
  {
    "iso2": "<string>",
    "iso3": "<string>",
    "name": "<string>",
    "shippingServiceGroupIds": "<string>",
    "shipToZip": "<string>",
    "shipToState": "<string>",
    "exportDocumentsRequired": [
      123
    ]
  }
]

Path Parameters

sellerId
integer<int64>
required

The unique identifier for the seller account. This ID is used to scope operations to a specific seller's data and resources.

Response

Returns an array of supported countries with country codes and names.

iso2
string

The iso value

iso3
string

The iso value

name
string

The name of the item

shippingServiceGroupIds
string

The unique identifier for the shippingservicegroups

shipToZip
string

ZIP or postal code

shipToState
string

State or province

exportDocumentsRequired
integer<int64>[]

Indicates whether export documents is required