---
title: "Get countries for order entry"
method: GET
path: "/orders/entry/{sellerId}/countries"
tags: ["orders"]
---

# Get countries for order entry

`GET /orders/entry/{sellerId}/countries`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `sellerId` integer, required

## Response `200`

successful operation

- OrderEntryCountry[]
  - `countryIso2` string
  - `countryIso3` string
  - `countryName` string
  - `exportDocumentsRequired` boolean
  - `shipToZip` 'OPTIONAL' | 'REQUIRED' | 'HIDDEN'
  - `shipToState` 'OPTIONAL' | 'REQUIRED' | 'HIDDEN'

---

[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/versions/7ce09a4b2a4e/schema)
