Restrictions

Allows end user to check prohibitions and restrictions from importing and exporting countries based on HS codes.

This page describes the basic format in which prohibitions and restrictions information is provided by this API.

class ProhibitionRestriction(BaseModel):
    source_id: str
    source_description: str
    source_updated_at: str
    country: str
    country_code: str
    type: str
    description: str
    website: str
    note: str
    additional_document: str
    details: str
    updated_at: str