---
title: "Get list of all countries per shipping service group."
method: GET
path: "/shippingServiceGroups/countries/{sellerId}"
tags: ["shippingServiceGroups"]
---

# Get list of all countries per shipping service group.

`GET /shippingServiceGroups/countries/{sellerId}`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `sellerId` integer, required

## Response `200`

successful operation

- ShippingServiceGroupCountryExtendedGet[]
  - `iso2` string
  - `iso3` string
  - `name` string
  - `shippingServiceGroupIds` string
  - `shipToZip` string
  - `shipToState` string
  - `exportDocumentsRequired` integer[]

---

[API](https://skmtc.net/writechoiceorg/apis/connector.md) · [All operations](https://skmtc.net/writechoiceorg/apis/connector/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/writechoiceorg/connector/revisions/7ce09a4b2a4e/schema)
