Check if an item is restricted
Item restriction 확인에 필요한 field는 ship-from 및 ship-to country, HS code가 있는 item입니다. name, description, materials, category, brand 등 optional item detail을 제공하면 result의 accuracy와 confidence가 향상됩니다.
Item이 restriction 대상인지 확인하려면 Dashboard 및 API request 모두에 대해 아래 step을 따르세요.
- Dashboard -> Products -> Restrict로 이동합니다.
- Check restriction을 click합니다.
- Required Ship from country 및 Ship to country를 선택합니다.
- HS code를 입력하거나 Item description (optional) field에 item을 describe하여 Classify로 retrieve합니다.
- Country of origin을 선택합니다.
- Start check를 click합니다.
- Result를 view합니다. Restriction이 발견되면 각각 restriction Summary, 적용 Pertains to HS code, applicable한 경우 Effective dates가 포함됩니다.
Note: 기존 restriction request를 새 request template으로 사용하려면 기존 request를 click한 후 우측 상단 Use as template을 click하세요. Edit 후 restriction check를 위한 새 request를 submit할 수 있습니다.
Restriction result page example:

GraphQL API ReferenceTypes, inputs, and operations used in this guide
INPUTS
MUTATIONS
Check for restrictions
Restrict로 item restriction을 확인하세요.
Restrict는 single item 확인이든 bulk request 관리든 필요에 맞는 flexible solution을 제공합니다. API는 individual 및 bulk restriction check를 모두 지원하며 Dashboard는 현재 single-item check용으로 설계되었습니다. 이 guide는 API(single 및 bulk request)와 Dashboard(single-item request)를 통해 restriction check를 수행하는 방법을 안내합니다.