International Shipping Restriction

Overview

The list of cart items can be sent in a Shipping Restriction request to get applicable global and country-level restriction for each item in the cart.

A second request format, the Shipping Destination Restriction request, can be used to get restrictions for a particular destination country.

URI Summary

Action URI Response

POST

/v[M.m]/stores/[StoreId]/taxes/shippingrestriction.xml

200 + XML Response

Schemas

Shipping Restriction

This shipping restriction request sends a list of SKUs (product identifiers) to get all universal and country-level restrictions for those products.

Request Example (Shipping Restriction)

<ShippingRestrictionRequest xmlns="http://api.gsicommerce.com/schema/checkout/1.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://api.gsicommerce.com/schema/checkout/1.0 Shipping-Restriction-Request-1.0.xsd">
   <LineItems>
     <LineItem lineId="line01">
       <ItemId>61093448910</ItemId>
     </LineItem>
     <LineItem lineId="line02">
       <ItemId>615992610856</ItemId>
     </LineItem>
     <LineItem lineId="line03">
       <ItemId>400000067087</ItemId>
     </LineItem>
   </LineItems>
</ShippingRestrictionRequest>

Request Data Elements (Shipping Restriction)

Element

Required

Description

Data Type

Field Length

StoreId

Yes

The Store ID given in the URL

String

Max 20 characters

LineId

Yes

The identifier for the line item

String

Attribute element; no restrictions

ItemId

Yes

The identifier for the item (SKU)

String

Max 35 characters

Response Example (Shipping Restriction)

<?xml version="1.0" encoding="UTF-8"?>
<ShippingRestrictionResponse 
    xmlns="http://api.gsicommerce.com/schema/checkout/1.0">
  <LineItems>
    <LineItem lineId="line01">
      <ItemId>61093448910</ItemId>
      <Error>
        <ErrorCode>E001</ErrorCode>
        <ErrorDescription>Item not found. - Could Not Retrieve Item information</ErrorDescription>
      </Error>
    </LineItem>
    <LineItem lineId="line02">
      <ItemId>615992610856</ItemId>
      <Countries>
        <Country iso2CountryCode="LV" iso3CountryCode="LVA" countryName="LATVIA"
             restricted="false"/>
        <Country iso2CountryCode="LU" iso3CountryCode="LUX" countryName="LUXEMBOURG"
             restricted="false"/>
        <Country iso2CountryCode="LT" iso3CountryCode="LTU" countryName="LITHUANIA"
             restricted="false"/>
        <Country iso2CountryCode="EC" iso3CountryCode="ECU" countryName="ECUADOR"
             restricted="false"/>
        <Country iso2CountryCode="VN" iso3CountryCode="VNM" countryName="VIET NAM"
             restricted="false"/>
        <Country iso2CountryCode="LS" iso3CountryCode="LSO" countryName="LESOTHO"
             restricted="false"/>
        <Country iso2CountryCode="DZ" iso3CountryCode="DZA" countryName="ALGERIA"
             restricted="false"/>
        <Country iso2CountryCode="VE" iso3CountryCode="VEN"
             countryName="VENEZUELA, BOLIVARIAN REPUBLIC OF"
             restricted="false"/>
        <Country iso2CountryCode="DM" iso3CountryCode="DMA" countryName="DOMINICA"
             restricted="false"/>
        <Country iso2CountryCode="DO" iso3CountryCode="DOM" countryName="DOMINICAN REPUBLIC"
             restricted="false"/>
        <Country iso2CountryCode="VC" iso3CountryCode="VCT"
             countryName="SAINT VINCENT AND THE GRENADINES"
             restricted="false"/>
        <Country iso2CountryCode="MF" iso3CountryCode="MAF"
             countryName="SAINT MARTIN (FRENCH PART)"
             restricted="false"/>
        <Country iso2CountryCode="DE" iso3CountryCode="DEU" countryName="GERMANY"
             restricted="false"/>
        <Country iso2CountryCode="UY" iso3CountryCode="URY" countryName="URUGUAY"
             restricted="false"/>
        <Country iso2CountryCode="MC" iso3CountryCode="MCO" countryName="MONACO"
             restricted="false"/>
        <Country iso2CountryCode="DK" iso3CountryCode="DNK" countryName="DENMARK"
             restricted="false"/>
        <Country iso2CountryCode="MA" iso3CountryCode="MAR" countryName="MOROCCO"
             restricted="false"/>
        <Country iso2CountryCode="MV" iso3CountryCode="MDV" countryName="MALDIVES"
             restricted="false"/>
        <Country iso2CountryCode="MX" iso3CountryCode="MEX" countryName="MEXICO"
             restricted="false"/>
        <Country iso2CountryCode="US" iso3CountryCode="USA" countryName="UNITED STATES"
             restricted="true">
          <Restrictions>
            <Restriction>
              <RestrictionCode>R006</RestrictionCode>
              <RestrictionDescription>Compliance restricted.</RestrictionDescription>
            </Restriction>
          </Restrictions>
        </Country>
        <Country iso2CountryCode="MY" iso3CountryCode="MYS" countryName="MALAYSIA"
             restricted="false"/>
        <Country iso2CountryCode="MM" iso3CountryCode="MMR" countryName="MYANMAR"
             restricted="false"/>
        <Country iso2CountryCode="MO" iso3CountryCode="MAC" countryName="MACAO"
             restricted="false"/>
        <Country iso2CountryCode="MQ" iso3CountryCode="MTQ" countryName="MARTINIQUE"
             restricted="false"/>
        <Country iso2CountryCode="UG" iso3CountryCode="UGA" countryName="UGANDA"
             restricted="false"/>
        <Country iso2CountryCode="MT" iso3CountryCode="MLT" countryName="MALTA"
             restricted="false"/>
        <Country iso2CountryCode="MS" iso3CountryCode="MSR" countryName="MONTSERRAT"
             restricted="false"/>
        <Country iso2CountryCode="UA" iso3CountryCode="UKR" countryName="UKRAINE"
             restricted="false"/>
        <Country iso2CountryCode="NG" iso3CountryCode="NGA" countryName="NIGERIA"
             restricted="false"/>
        <Country iso2CountryCode="NI" iso3CountryCode="NIC" countryName="NICARAGUA"
             restricted="false"/>
        <Country iso2CountryCode="ES" iso3CountryCode="ESP" countryName="SPAIN"
             restricted="false"/>
        <Country iso2CountryCode="NL" iso3CountryCode="NLD" countryName="NETHERLANDS"
             restricted="false"/>
        <Country iso2CountryCode="EG" iso3CountryCode="EGY" countryName="EGYPT"
             restricted="false"/>
        <Country iso2CountryCode="EE" iso3CountryCode="EST" countryName="ESTONIA"
             restricted="false"/>
        <Country iso2CountryCode="TZ" iso3CountryCode="TZA"
             countryName="TANZANIA, UNITED REPUBLIC OF"
             restricted="false"/>
        <Country iso2CountryCode="NA" iso3CountryCode="NAM" countryName="NAMIBIA"
             restricted="false"/>
        <Country iso2CountryCode="TT" iso3CountryCode="TTO" countryName="TRINIDAD AND TOBAGO"
             restricted="false"/>
        <Country iso2CountryCode="TW" iso3CountryCode="TWN"
             countryName="TAIWAN, PROVINCE OF CHINA"
             restricted="false"/>
        <Country iso2CountryCode="GD" iso3CountryCode="GRD" countryName="GRENADA"
             restricted="false"/>
        <Country iso2CountryCode="NZ" iso3CountryCode="NZL" countryName="NEW ZEALAND"
             restricted="false"/>
        <Country iso2CountryCode="GF" iso3CountryCode="GUF" countryName="FRENCH GUIANA"
             restricted="false"/>
        <Country iso2CountryCode="GB" iso3CountryCode="GBR" countryName="UNITED KINGDOM"
             restricted="false"/>
        <Country iso2CountryCode="NO" iso3CountryCode="NOR" countryName="NORWAY"
             restricted="false"/>
        <Country iso2CountryCode="OM" iso3CountryCode="OMN" countryName="OMAN"
             restricted="false"/>
        <Country iso2CountryCode="FR" iso3CountryCode="FRA" countryName="FRANCE"
             restricted="false"/>
        <Country iso2CountryCode="FI" iso3CountryCode="FIN" countryName="FINLAND"
             restricted="false"/>
        <Country iso2CountryCode="GY" iso3CountryCode="GUY" countryName="GUYANA"
             restricted="false"/>
        <Country iso2CountryCode="PL" iso3CountryCode="POL" countryName="POLAND"
             restricted="false"/>
        <Country iso2CountryCode="GT" iso3CountryCode="GTM" countryName="GUATEMALA"
             restricted="false"/>
        <Country iso2CountryCode="GR" iso3CountryCode="GRC" countryName="GREECE"
             restricted="false"/>
        <Country iso2CountryCode="PH" iso3CountryCode="PHL" countryName="PHILIPPINES"
             restricted="false"/>
        <Country iso2CountryCode="GP" iso3CountryCode="GLP" countryName="GUADELOUPE"
             restricted="false"/>
        <Country iso2CountryCode="PK" iso3CountryCode="PAK" countryName="PAKISTAN"
             restricted="false"/>
        <Country iso2CountryCode="PE" iso3CountryCode="PER" countryName="PERU"
             restricted="false"/>
        <Country iso2CountryCode="PA" iso3CountryCode="PAN" countryName="PANAMA"
             restricted="false"/>
        <Country iso2CountryCode="GI" iso3CountryCode="GIB" countryName="GIBRALTAR"
             restricted="false"/>
        <Country iso2CountryCode="GG" iso3CountryCode="GGY" countryName="GUERNSEY"
             restricted="false"/>
        <Country iso2CountryCode="HK" iso3CountryCode="HKG" countryName="HONG KONG"
             restricted="false"/>
        <Country iso2CountryCode="ZA" iso3CountryCode="ZAF" countryName="SOUTH AFRICA"
             restricted="false"/>
        <Country iso2CountryCode="RE" iso3CountryCode="REU" countryName="RÉUNION"
             restricted="false"/>
        <Country iso2CountryCode="HN" iso3CountryCode="HND" countryName="HONDURAS"
             restricted="false"/>
        <Country iso2CountryCode="HR" iso3CountryCode="HRV" countryName="CROATIA"
             restricted="false"/>
        <Country iso2CountryCode="RO" iso3CountryCode="ROU" countryName="ROMANIA"
             restricted="false"/>
        <Country iso2CountryCode="HU" iso3CountryCode="HUN" countryName="HUNGARY"
             restricted="false"/>
        <Country iso2CountryCode="ID" iso3CountryCode="IDN" countryName="INDONESIA"
             restricted="false"/>
        <Country iso2CountryCode="IE" iso3CountryCode="IRL" countryName="IRELAND"
             restricted="false"/>
        <Country iso2CountryCode="AT" iso3CountryCode="AUT" countryName="AUSTRIA"
             restricted="false"/>
        <Country iso2CountryCode="AR" iso3CountryCode="ARG" countryName="ARGENTINA"
             restricted="false"/>
        <Country iso2CountryCode="IL" iso3CountryCode="ISR" countryName="ISRAEL"
             restricted="false"/>
        <Country iso2CountryCode="IM" iso3CountryCode="IMN" countryName="ISLE OF MAN"
             restricted="false"/>
        <Country iso2CountryCode="IN" iso3CountryCode="IND" countryName="INDIA"
             restricted="false"/>
        <Country iso2CountryCode="QA" iso3CountryCode="QAT" countryName="QATAR"
             restricted="false"/>
        <Country iso2CountryCode="AW" iso3CountryCode="ABW" countryName="ARUBA"
             restricted="false"/>
        <Country iso2CountryCode="AU" iso3CountryCode="AUS" countryName="AUSTRALIA"
             restricted="false"/>
        <Country iso2CountryCode="IR" iso3CountryCode="IRN"
             countryName="IRAN, ISLAMIC REPUBLIC OF"
             restricted="false"/>
        <Country iso2CountryCode="IS" iso3CountryCode="ISL" countryName="ICELAND"
             restricted="false"/>
        <Country iso2CountryCode="AZ" iso3CountryCode="AZE" countryName="AZERBAIJAN"
             restricted="false"/>
        <Country iso2CountryCode="IT" iso3CountryCode="ITA" countryName="ITALY"
             restricted="false"/>
        <Country iso2CountryCode="BA" iso3CountryCode="BIH" countryName="BOSNIA AND HERZEGOVINA"
             restricted="false"/>
        <Country iso2CountryCode="PT" iso3CountryCode="PRT" countryName="PORTUGAL"
             restricted="false"/>
        <Country iso2CountryCode="AD" iso3CountryCode="AND" countryName="ANDORRA"
             restricted="false"/>
        <Country iso2CountryCode="AG" iso3CountryCode="ATG" countryName="ANTIGUA AND BARBUDA"
             restricted="false"/>
        <Country iso2CountryCode="PR" iso3CountryCode="PRI" countryName="PUERTO RICO"
             restricted="true">
          <Restrictions>
            <Restriction>
               <RestrictionCode>R006</RestrictionCode>
               <RestrictionDescription>Compliance restricted.</RestrictionDescription>
            </Restriction>
          </Restrictions>
        </Country>
        <Country iso2CountryCode="AE" iso3CountryCode="ARE" countryName="UNITED ARAB EMIRATES"
             restricted="false"/>
        <Country iso2CountryCode="JE" iso3CountryCode="JEY" countryName="JERSEY"
             restricted="false"/>
        <Country iso2CountryCode="YT" iso3CountryCode="MYT" countryName="MAYOTTE"
             restricted="false"/>
        <Country iso2CountryCode="PY" iso3CountryCode="PRY" countryName="PARAGUAY"
             restricted="false"/>
        <Country iso2CountryCode="JP" iso3CountryCode="JPN" countryName="JAPAN"
             restricted="false"/>
        <Country iso2CountryCode="BW" iso3CountryCode="BWA" countryName="BOTSWANA"
             restricted="false"/>
        <Country iso2CountryCode="BY" iso3CountryCode="BLR" countryName="BELARUS"
             restricted="false"/>
        <Country iso2CountryCode="JO" iso3CountryCode="JOR" countryName="JORDAN"
             restricted="false"/>
        <Country iso2CountryCode="BR" iso3CountryCode="BRA" countryName="BRAZIL"
             restricted="false"/>
        <Country iso2CountryCode="JM" iso3CountryCode="JAM" countryName="JAMAICA"
             restricted="false"/>
        <Country iso2CountryCode="TH" iso3CountryCode="THA" countryName="THAILAND"
             restricted="false"/>
        <Country iso2CountryCode="CA" iso3CountryCode="CAN" countryName="CANADA"
             restricted="false"/>
        <Country iso2CountryCode="BZ" iso3CountryCode="BLZ" countryName="BELIZE"
             restricted="false"/>
        <Country iso2CountryCode="TR" iso3CountryCode="TUR" countryName="TURKEY"
             restricted="false"/>
        <Country iso2CountryCode="SV" iso3CountryCode="SLV" countryName="EL SALVADOR"
             restricted="false"/>
        <Country iso2CountryCode="BG" iso3CountryCode="BGR" countryName="BULGARIA"
             restricted="false"/>
        <Country iso2CountryCode="BH" iso3CountryCode="BHR" countryName="BAHRAIN"
             restricted="false"/>
        <Country iso2CountryCode="BI" iso3CountryCode="BDI" countryName="BURUNDI"
             restricted="false"/>
        <Country iso2CountryCode="BB" iso3CountryCode="BRB" countryName="BARBADOS"
             restricted="false"/>
        <Country iso2CountryCode="SZ" iso3CountryCode="SWZ" countryName="SWAZILAND"
             restricted="false"/>
        <Country iso2CountryCode="BD" iso3CountryCode="BGD" countryName="BANGLADESH"
             restricted="false"/>
        <Country iso2CountryCode="BE" iso3CountryCode="BEL" countryName="BELGIUM"
             restricted="false"/>
        <Country iso2CountryCode="BN" iso3CountryCode="BRN" countryName="BRUNEI DARUSSALAM"
             restricted="false"/>
        <Country iso2CountryCode="BO" iso3CountryCode="BOL"
             countryName="BOLIVIA, PLURINATIONAL STATE OF"
             restricted="false"/>
        <Country iso2CountryCode="KH" iso3CountryCode="KHM" countryName="CAMBODIA"
             restricted="false"/>
        <Country iso2CountryCode="TC" iso3CountryCode="TCA"
             countryName="TURKS AND CAICOS ISLANDS"
             restricted="false"/>
        <Country iso2CountryCode="KE" iso3CountryCode="KEN" countryName="KENYA"
             restricted="false"/>
        <Country iso2CountryCode="BM" iso3CountryCode="BMU" countryName="BERMUDA"
             restricted="false"/>
        <Country iso2CountryCode="CZ" iso3CountryCode="CZE" countryName="CZECH REPUBLIC"
             restricted="false"/>
        <Country iso2CountryCode="CY" iso3CountryCode="CYP" countryName="CYPRUS"
             restricted="false"/>
        <Country iso2CountryCode="CX" iso3CountryCode="HKG" countryName="CHRISTMAS ISLAND"
             restricted="false"/>
        <Country iso2CountryCode="SE" iso3CountryCode="SWE" countryName="SWEDEN"
             restricted="false"/>
        <Country iso2CountryCode="KR" iso3CountryCode="KOR" countryName="KOREA, REPUBLIC OF"
             restricted="false"/>
        <Country iso2CountryCode="SG" iso3CountryCode="SGP" countryName="SINGAPORE"
             restricted="false"/>
        <Country iso2CountryCode="KN" iso3CountryCode="KNA" countryName="SAINT KITTS AND NEVIS"
             restricted="false"/>
        <Country iso2CountryCode="SI" iso3CountryCode="SVN" countryName="SLOVENIA"
             restricted="false"/>
        <Country iso2CountryCode="KW" iso3CountryCode="KWT" countryName="KUWAIT"
             restricted="false"/>
        <Country iso2CountryCode="SK" iso3CountryCode="SVK" countryName="SLOVAKIA"
             restricted="false"/>
        <Country iso2CountryCode="KY" iso3CountryCode="CYM" countryName="CAYMAN ISLANDS"
             restricted="false"/>
        <Country iso2CountryCode="SM" iso3CountryCode="SMR" countryName="SAN MARINO"
             restricted="false"/>
        <Country iso2CountryCode="KZ" iso3CountryCode="KAZ" countryName="KAZAKHSTAN"
             restricted="false"/>
        <Country iso2CountryCode="SR" iso3CountryCode="SUR" countryName="SURINAME"
             restricted="false"/>
        <Country iso2CountryCode="LA" iso3CountryCode="LAO"
             countryName="LAO PEOPLE'S DEMOCRATIC REPUBLIC"
             restricted="false"/>
        <Country iso2CountryCode="RS" iso3CountryCode="SRB" countryName="SERBIA"
             restricted="false"/>
        <Country iso2CountryCode="LC" iso3CountryCode="LCA" countryName="SAINT LUCIA"
             restricted="false"/>
        <Country iso2CountryCode="RU" iso3CountryCode="RUS" countryName="RUSSIAN FEDERATION"
             restricted="false"/>
        <Country iso2CountryCode="LB" iso3CountryCode="LBN" countryName="LEBANON"
             restricted="false"/>
        <Country iso2CountryCode="CH" iso3CountryCode="CHE" countryName="SWITZERLAND"
             restricted="false"/>
        <Country iso2CountryCode="RW" iso3CountryCode="RWA" countryName="RWANDA"
             restricted="false"/>
        <Country iso2CountryCode="CC" iso3CountryCode="MAC"
             countryName="COCOS (KEELING) ISLANDS"
             restricted="false"/>
        <Country iso2CountryCode="LI" iso3CountryCode="LIE" countryName="LIECHTENSTEIN"
             restricted="false"/>
        <Country iso2CountryCode="CR" iso3CountryCode="CRI" countryName="COSTA RICA"
             restricted="false"/>
        <Country iso2CountryCode="LK" iso3CountryCode="LKA" countryName="SRI LANKA"
             restricted="false"/>
        <Country iso2CountryCode="CO" iso3CountryCode="COL" countryName="COLOMBIA"
             restricted="false"/>
        <Country iso2CountryCode="CN" iso3CountryCode="CHN" countryName="CHINA"
             restricted="false"/>
        <Country iso2CountryCode="SA" iso3CountryCode="SAU" countryName="SAUDI ARABIA"
             restricted="false"/>
        <Country iso2CountryCode="CL" iso3CountryCode="CHL" countryName="CHILE"
             restricted="false"/>
      </Countries>
      <Restrictions/>
    </LineItem>
    <LineItem lineId="line03">
      <ItemId>400000067087</ItemId>
      <Countries>
        <Country iso2CountryCode="LV" iso3CountryCode="LVA" countryName="LATVIA"
             restricted="false"/>
        <Country iso2CountryCode="LU" iso3CountryCode="LUX" countryName="LUXEMBOURG"
             restricted="false"/>
        <Country iso2CountryCode="LT" iso3CountryCode="LTU" countryName="LITHUANIA"
             restricted="false"/>
        <Country iso2CountryCode="EC" iso3CountryCode="ECU" countryName="ECUADOR"
             restricted="false"/>
        <Country iso2CountryCode="VN" iso3CountryCode="VNM" countryName="VIET NAM"
             restricted="false"/>
        <Country iso2CountryCode="LS" iso3CountryCode="LSO" countryName="LESOTHO"
             restricted="false"/>
        <Country iso2CountryCode="DZ" iso3CountryCode="DZA" countryName="ALGERIA"
             restricted="false"/>
        <Country iso2CountryCode="VE" iso3CountryCode="VEN"
             countryName="VENEZUELA, BOLIVARIAN REPUBLIC OF"
             restricted="false"/>
        <Country iso2CountryCode="DM" iso3CountryCode="DMA" countryName="DOMINICA"
             restricted="false"/>
        <Country iso2CountryCode="DO" iso3CountryCode="DOM" countryName="DOMINICAN REPUBLIC"
             restricted="false"/>
        <Country iso2CountryCode="VC" iso3CountryCode="VCT"
             countryName="SAINT VINCENT AND THE GRENADINES"
             restricted="false"/>
        <Country iso2CountryCode="MF" iso3CountryCode="MAF"
             countryName="SAINT MARTIN (FRENCH PART)"
             restricted="false"/>
        <Country iso2CountryCode="DE" iso3CountryCode="DEU" countryName="GERMANY"
             restricted="false"/>
        <Country iso2CountryCode="UY" iso3CountryCode="URY" countryName="URUGUAY"
             restricted="false"/>
        <Country iso2CountryCode="MC" iso3CountryCode="MCO" countryName="MONACO"
             restricted="false"/>
        <Country iso2CountryCode="DK" iso3CountryCode="DNK" countryName="DENMARK"
             restricted="false"/>
        <Country iso2CountryCode="MA" iso3CountryCode="MAR" countryName="MOROCCO"
             restricted="false"/>
        <Country iso2CountryCode="MV" iso3CountryCode="MDV" countryName="MALDIVES"
             restricted="false"/>
        <Country iso2CountryCode="MX" iso3CountryCode="MEX" countryName="MEXICO"
             restricted="false"/>
        <Country iso2CountryCode="US" iso3CountryCode="USA" countryName="UNITED STATES"
             restricted="false"/>
        <Country iso2CountryCode="MY" iso3CountryCode="MYS" countryName="MALAYSIA"
             restricted="false"/>
        <Country iso2CountryCode="MM" iso3CountryCode="MMR" countryName="MYANMAR"
             restricted="false"/>
        <Country iso2CountryCode="MO" iso3CountryCode="MAC" countryName="MACAO"
             restricted="false"/>
        <Country iso2CountryCode="MQ" iso3CountryCode="MTQ" countryName="MARTINIQUE"
             restricted="false"/>
        <Country iso2CountryCode="UG" iso3CountryCode="UGA" countryName="UGANDA"
             restricted="false"/>
        <Country iso2CountryCode="MT" iso3CountryCode="MLT" countryName="MALTA"
             restricted="false"/>
        <Country iso2CountryCode="MS" iso3CountryCode="MSR" countryName="MONTSERRAT"
             restricted="false"/>
        <Country iso2CountryCode="UA" iso3CountryCode="UKR" countryName="UKRAINE"
             restricted="false"/>
        <Country iso2CountryCode="NG" iso3CountryCode="NGA" countryName="NIGERIA"
             restricted="false"/>
        <Country iso2CountryCode="NI" iso3CountryCode="NIC" countryName="NICARAGUA"
             restricted="false"/>
        <Country iso2CountryCode="ES" iso3CountryCode="ESP" countryName="SPAIN"
             restricted="false"/>
        <Country iso2CountryCode="NL" iso3CountryCode="NLD" countryName="NETHERLANDS"
             restricted="false"/>
        <Country iso2CountryCode="EG" iso3CountryCode="EGY" countryName="EGYPT"
             restricted="false"/>
        <Country iso2CountryCode="EE" iso3CountryCode="EST" countryName="ESTONIA"
             restricted="false"/>
        <Country iso2CountryCode="TZ" iso3CountryCode="TZA"
             countryName="TANZANIA, UNITED REPUBLIC OF"
             restricted="false"/>
        <Country iso2CountryCode="NA" iso3CountryCode="NAM" countryName="NAMIBIA"
             restricted="false"/>
        <Country iso2CountryCode="TT" iso3CountryCode="TTO" countryName="TRINIDAD AND TOBAGO"
             restricted="false"/>
        <Country iso2CountryCode="TW" iso3CountryCode="TWN"
             countryName="TAIWAN, PROVINCE OF CHINA"
             restricted="false"/>
        <Country iso2CountryCode="GD" iso3CountryCode="GRD" countryName="GRENADA"
             restricted="false"/>
        <Country iso2CountryCode="NZ" iso3CountryCode="NZL" countryName="NEW ZEALAND"
             restricted="false"/>
        <Country iso2CountryCode="GF" iso3CountryCode="GUF" countryName="FRENCH GUIANA"
             restricted="false"/>
        <Country iso2CountryCode="GB" iso3CountryCode="GBR" countryName="UNITED KINGDOM"
             restricted="false"/>
        <Country iso2CountryCode="NO" iso3CountryCode="NOR" countryName="NORWAY"
             restricted="false"/>
        <Country iso2CountryCode="OM" iso3CountryCode="OMN" countryName="OMAN"
             restricted="false"/>
        <Country iso2CountryCode="FR" iso3CountryCode="FRA" countryName="FRANCE"
             restricted="false"/>
        <Country iso2CountryCode="FI" iso3CountryCode="FIN" countryName="FINLAND"
             restricted="false"/>
        <Country iso2CountryCode="GY" iso3CountryCode="GUY" countryName="GUYANA"
             restricted="false"/>
        <Country iso2CountryCode="PL" iso3CountryCode="POL" countryName="POLAND"
             restricted="false"/>
        <Country iso2CountryCode="GT" iso3CountryCode="GTM" countryName="GUATEMALA"
             restricted="false"/>
        <Country iso2CountryCode="GR" iso3CountryCode="GRC" countryName="GREECE"
             restricted="false"/>
        <Country iso2CountryCode="PH" iso3CountryCode="PHL" countryName="PHILIPPINES"
             restricted="false"/>
        <Country iso2CountryCode="GP" iso3CountryCode="GLP" countryName="GUADELOUPE"
             restricted="false"/>
        <Country iso2CountryCode="PK" iso3CountryCode="PAK" countryName="PAKISTAN"
             restricted="false"/>
        <Country iso2CountryCode="PE" iso3CountryCode="PER" countryName="PERU"
             restricted="false"/>
        <Country iso2CountryCode="PA" iso3CountryCode="PAN" countryName="PANAMA"
             restricted="false"/>
        <Country iso2CountryCode="GI" iso3CountryCode="GIB" countryName="GIBRALTAR"
             restricted="false"/>
        <Country iso2CountryCode="GG" iso3CountryCode="GGY" countryName="GUERNSEY"
             restricted="false"/>
        <Country iso2CountryCode="HK" iso3CountryCode="HKG" countryName="HONG KONG"
             restricted="false"/>
        <Country iso2CountryCode="ZA" iso3CountryCode="ZAF" countryName="SOUTH AFRICA"
             restricted="false"/>
        <Country iso2CountryCode="RE" iso3CountryCode="REU" countryName="RÉUNION"
             restricted="false"/>
        <Country iso2CountryCode="HN" iso3CountryCode="HND" countryName="HONDURAS"
             restricted="false"/>
        <Country iso2CountryCode="HR" iso3CountryCode="HRV" countryName="CROATIA"
             restricted="false"/>
        <Country iso2CountryCode="RO" iso3CountryCode="ROU" countryName="ROMANIA"
             restricted="false"/>
        <Country iso2CountryCode="HU" iso3CountryCode="HUN" countryName="HUNGARY"
             restricted="false"/>
        <Country iso2CountryCode="ID" iso3CountryCode="IDN" countryName="INDONESIA"
             restricted="false"/>
        <Country iso2CountryCode="IE" iso3CountryCode="IRL" countryName="IRELAND"
             restricted="false"/>
        <Country iso2CountryCode="AT" iso3CountryCode="AUT" countryName="AUSTRIA"
             restricted="false"/>
        <Country iso2CountryCode="AR" iso3CountryCode="ARG" countryName="ARGENTINA"
             restricted="false"/>
        <Country iso2CountryCode="IL" iso3CountryCode="ISR" countryName="ISRAEL"
             restricted="false"/>
        <Country iso2CountryCode="IM" iso3CountryCode="IMN" countryName="ISLE OF MAN"
             restricted="false"/>
        <Country iso2CountryCode="IN" iso3CountryCode="IND" countryName="INDIA"
             restricted="false"/>
        <Country iso2CountryCode="QA" iso3CountryCode="QAT" countryName="QATAR"
             restricted="false"/>
        <Country iso2CountryCode="AW" iso3CountryCode="ABW" countryName="ARUBA"
             restricted="false"/>
        <Country iso2CountryCode="AU" iso3CountryCode="AUS" countryName="AUSTRALIA"
             restricted="false"/>
        <Country iso2CountryCode="IR" iso3CountryCode="IRN"
             countryName="IRAN, ISLAMIC REPUBLIC OF"
             restricted="false"/>
        <Country iso2CountryCode="IS" iso3CountryCode="ISL" countryName="ICELAND"
             restricted="false"/>
        <Country iso2CountryCode="AZ" iso3CountryCode="AZE" countryName="AZERBAIJAN"
             restricted="false"/>
        <Country iso2CountryCode="IT" iso3CountryCode="ITA" countryName="ITALY"
             restricted="false"/>
        <Country iso2CountryCode="BA" iso3CountryCode="BIH" countryName="BOSNIA AND HERZEGOVINA"
             restricted="false"/>
        <Country iso2CountryCode="PT" iso3CountryCode="PRT" countryName="PORTUGAL"
             restricted="false"/>
        <Country iso2CountryCode="AD" iso3CountryCode="AND" countryName="ANDORRA"
             restricted="false"/>
        <Country iso2CountryCode="AG" iso3CountryCode="ATG" countryName="ANTIGUA AND BARBUDA"
             restricted="false"/>
        <Country iso2CountryCode="PR" iso3CountryCode="PRI" countryName="PUERTO RICO"
             restricted="false"/>
        <Country iso2CountryCode="AE" iso3CountryCode="ARE" countryName="UNITED ARAB EMIRATES"
             restricted="false"/>
        <Country iso2CountryCode="JE" iso3CountryCode="JEY" countryName="JERSEY"
             restricted="false"/>
        <Country iso2CountryCode="YT" iso3CountryCode="MYT" countryName="MAYOTTE"
             restricted="false"/>
        <Country iso2CountryCode="PY" iso3CountryCode="PRY" countryName="PARAGUAY"
             restricted="false"/>
        <Country iso2CountryCode="JP" iso3CountryCode="JPN" countryName="JAPAN"
             restricted="false"/>
        <Country iso2CountryCode="BW" iso3CountryCode="BWA" countryName="BOTSWANA"
             restricted="false"/>
        <Country iso2CountryCode="BY" iso3CountryCode="BLR" countryName="BELARUS"
             restricted="false"/>
        <Country iso2CountryCode="JO" iso3CountryCode="JOR" countryName="JORDAN"
             restricted="false"/>
        <Country iso2CountryCode="BR" iso3CountryCode="BRA" countryName="BRAZIL"
             restricted="false"/>
        <Country iso2CountryCode="JM" iso3CountryCode="JAM" countryName="JAMAICA"
             restricted="false"/>
        <Country iso2CountryCode="TH" iso3CountryCode="THA" countryName="THAILAND"
             restricted="false"/>
        <Country iso2CountryCode="CA" iso3CountryCode="CAN" countryName="CANADA"
             restricted="false"/>
        <Country iso2CountryCode="BZ" iso3CountryCode="BLZ" countryName="BELIZE"
             restricted="false"/>
        <Country iso2CountryCode="TR" iso3CountryCode="TUR" countryName="TURKEY"
             restricted="false"/>
        <Country iso2CountryCode="SV" iso3CountryCode="SLV" countryName="EL SALVADOR"
             restricted="false"/>
        <Country iso2CountryCode="BG" iso3CountryCode="BGR" countryName="BULGARIA"
             restricted="false"/>
        <Country iso2CountryCode="BH" iso3CountryCode="BHR" countryName="BAHRAIN"
             restricted="false"/>
        <Country iso2CountryCode="BI" iso3CountryCode="BDI" countryName="BURUNDI"
             restricted="false"/>
        <Country iso2CountryCode="BB" iso3CountryCode="BRB" countryName="BARBADOS"
             restricted="false"/>
        <Country iso2CountryCode="SZ" iso3CountryCode="SWZ" countryName="SWAZILAND"
             restricted="false"/>
        <Country iso2CountryCode="BD" iso3CountryCode="BGD" countryName="BANGLADESH"
             restricted="false"/>
        <Country iso2CountryCode="BE" iso3CountryCode="BEL" countryName="BELGIUM"
             restricted="false"/>
        <Country iso2CountryCode="BN" iso3CountryCode="BRN" countryName="BRUNEI DARUSSALAM"
             restricted="false"/>
        <Country iso2CountryCode="BO" iso3CountryCode="BOL"
             countryName="BOLIVIA, PLURINATIONAL STATE OF"
             restricted="false"/>
        <Country iso2CountryCode="KH" iso3CountryCode="KHM" countryName="CAMBODIA"
             restricted="false"/>
        <Country iso2CountryCode="TC" iso3CountryCode="TCA"
             countryName="TURKS AND CAICOS ISLANDS"
             restricted="false"/>
        <Country iso2CountryCode="KE" iso3CountryCode="KEN" countryName="KENYA"
             restricted="false"/>
        <Country iso2CountryCode="BM" iso3CountryCode="BMU" countryName="BERMUDA"
             restricted="false"/>
        <Country iso2CountryCode="CZ" iso3CountryCode="CZE" countryName="CZECH REPUBLIC"
             restricted="false"/>
        <Country iso2CountryCode="CY" iso3CountryCode="CYP" countryName="CYPRUS"
             restricted="false"/>
        <Country iso2CountryCode="CX" iso3CountryCode="HKG" countryName="CHRISTMAS ISLAND"
             restricted="false"/>
        <Country iso2CountryCode="SE" iso3CountryCode="SWE" countryName="SWEDEN"
             restricted="false"/>
        <Country iso2CountryCode="KR" iso3CountryCode="KOR" countryName="KOREA, REPUBLIC OF"
             restricted="false"/>
        <Country iso2CountryCode="SG" iso3CountryCode="SGP" countryName="SINGAPORE"
             restricted="false"/>
        <Country iso2CountryCode="KN" iso3CountryCode="KNA" countryName="SAINT KITTS AND NEVIS"
             restricted="false"/>
        <Country iso2CountryCode="SI" iso3CountryCode="SVN" countryName="SLOVENIA"
             restricted="false"/>
        <Country iso2CountryCode="KW" iso3CountryCode="KWT" countryName="KUWAIT"
             restricted="false"/>
        <Country iso2CountryCode="SK" iso3CountryCode="SVK" countryName="SLOVAKIA"
             restricted="false"/>
        <Country iso2CountryCode="KY" iso3CountryCode="CYM" countryName="CAYMAN ISLANDS"
             restricted="false"/>
        <Country iso2CountryCode="SM" iso3CountryCode="SMR" countryName="SAN MARINO"
             restricted="false"/>
        <Country iso2CountryCode="KZ" iso3CountryCode="KAZ" countryName="KAZAKHSTAN"
             restricted="false"/>
        <Country iso2CountryCode="SR" iso3CountryCode="SUR" countryName="SURINAME"
             restricted="false"/>
        <Country iso2CountryCode="LA" iso3CountryCode="LAO"
             countryName="LAO PEOPLE'S DEMOCRATIC REPUBLIC"
             restricted="false"/>
        <Country iso2CountryCode="RS" iso3CountryCode="SRB" countryName="SERBIA"
             restricted="false"/>
        <Country iso2CountryCode="LC" iso3CountryCode="LCA" countryName="SAINT LUCIA"
             restricted="false"/>
        <Country iso2CountryCode="RU" iso3CountryCode="RUS" countryName="RUSSIAN FEDERATION"
             restricted="false"/>
        <Country iso2CountryCode="LB" iso3CountryCode="LBN" countryName="LEBANON"
             restricted="false"/>
        <Country iso2CountryCode="CH" iso3CountryCode="CHE" countryName="SWITZERLAND"
             restricted="false"/>
        <Country iso2CountryCode="RW" iso3CountryCode="RWA" countryName="RWANDA"
             restricted="false"/>
        <Country iso2CountryCode="CC" iso3CountryCode="MAC"
             countryName="COCOS (KEELING) ISLANDS"
             restricted="false"/>
        <Country iso2CountryCode="LI" iso3CountryCode="LIE" countryName="LIECHTENSTEIN"
             restricted="false"/>
        <Country iso2CountryCode="CR" iso3CountryCode="CRI" countryName="COSTA RICA"
             restricted="false"/>
        <Country iso2CountryCode="LK" iso3CountryCode="LKA" countryName="SRI LANKA"
             restricted="false"/>
        <Country iso2CountryCode="CO" iso3CountryCode="COL" countryName="COLOMBIA"
             restricted="false"/>
        <Country iso2CountryCode="CN" iso3CountryCode="CHN" countryName="CHINA"
             restricted="false"/>
        <Country iso2CountryCode="SA" iso3CountryCode="SAU" countryName="SAUDI ARABIA"
             restricted="false"/>
        <Country iso2CountryCode="CL" iso3CountryCode="CHL" countryName="CHILE"
             restricted="false"/>
      </Countries>
      <Restrictions>
        <Restriction>
          <RestrictionCode>R001</RestrictionCode>
          <RestrictionDescription>ECCN Restriction. This product has dual-use and requires an Export Control Classification Number (ECCN).</RestrictionDescription>
        </Restriction>
      </Restrictions>
    </LineItem>
  </LineItems>
</ShippingRestrictionResponse>   

Shipping Restriction for Destination

The shipping destination restriction request sends a list of SKUs (product identifiers) and a destination country to get all universal restriction and country-level restriction for the specified country and the list of products.

Request Example (Shipping Destination Restriction)

<ShippingDestinationRestrictionRequest xmlns="http://api.gsicommerce.com/schema/checkout/1.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://api.gsicommerce.com/schema/checkout/1.0 Shipping-Restriction-Request-1.0.xsd">
  <Shipping>
    <ShipGroups>
      <ShipGroup id="sg1">
        <DestinationTarget ref="sg2345"/>
        <Items>
          <OrderItem lineNumber="01">
            <ItemId>ItemtestNew003</ItemId>
          </OrderItem>
          <OrderItem lineNumber="02">
            <ItemId>400000067087</ItemId>
          </OrderItem>
        </Items>
      </ShipGroup>
      <ShipGroup id="sg2">
        <DestinationTarget ref="sg1235"/>
        <Items>
          <OrderItem lineNumber="01">
            <ItemId>615992610856</ItemId>
          </OrderItem>
        </Items>
      </ShipGroup>
    </ShipGroups>
    <Destinations>
      <Destination id="sg2345">
        <CountryCode>CN</CountryCode>
      </Destination>
      <Destination id="sg1235">
        <CountryCode>PR</CountryCode>
        </Destination>
    </Destinations>
  </Shipping>
</ShippingDestinationRestrictionRequest>

Request Data Elements (Shipping Destination Restriction)

Element

Required

Description

Data Type

Field Length

StoreId

Yes

The Store ID given in the URL.

String

Max 20 characters

id

Yes

Identifier for the ship group.

String

Attribute element; no restrictions

ref

Yes

This ref should have a matching ID in destination. If a matching destination ID does not exist, then restriction for all countries will be returned.

String

Attribute element; no restrictions

lineNumber

Yes

Line number to identify the line item.

String

Attribute element; no restrictions

ItemId

Yes

Identifier for the item (SKU).

String

Max 35 characters

CountryCode

Yes

The alpha-2 country code of the shipping destination country.

String

Max 2 characters

Response Example (Shipping Destination Restriction)

<?xml version="1.0" encoding="UTF-8"?>
<ShippingDestinationRestrictionResponse 
    xmlns="http://api.gsicommerce.com/schema/checkout/1.0">
  <Shipping>
    <ShipGroups>
      <ShipGroup id="sg1">
        <DestinationTarget ref="sg2345"/>
        <Items>
          <OrderItem lineNumber="01">
            <ItemId>ItemtestNew003</ItemId>
            <Error>
              <ErrorCode>E001</ErrorCode>
              <ErrorDescription>Item not found. - Could Not Retrieve Item information</ErrorDescription>
            </Error>
          </OrderItem>
          <OrderItem lineNumber="02">
            <ItemId>18-400000067087</ItemId>
            <Countries>
              <Country iso2CountryCode="CN" iso3CountryCode="CHN" countryName="CHINA"
                     restricted="false"/>
            </Countries>
            <Restrictions>
              <Restriction>
                <RestrictionCode>R001</RestrictionCode>
                <RestrictionDescription>ECCN Restriction. This product has dual-use and requires an Export Control Classification Number (ECCN).</RestrictionDescription>
              </Restriction>
            </Restrictions>
          </OrderItem>
        </Items>
      </ShipGroup>
      <ShipGroup id="sg2">
        <DestinationTarget ref="sg1235"/>
        <Items>
          <OrderItem lineNumber="01">
            <ItemId>18-615992610856</ItemId>
            <Countries>
              <Country iso2CountryCode="PR" iso3CountryCode="PRI" countryName="PUERTO RICO"
                  restricted="true">
                <Restrictions>
                  <Restriction>
                    <RestrictionCode>R006</RestrictionCode>
                    <RestrictionDescription>Compliance restricted. </RestrictionDescription>
                  </Restriction>
                </Restrictions>
              </Country>
            </Countries>
            <Restrictions/>
          </OrderItem>
        </Items>
      </ShipGroup>
    </ShipGroups>
      <Destinations>
        <Destination id="sg2345">
          <CountryCode>CN</CountryCode>
        </Destination>
        <Destination id="sg1235">
          <CountryCode>PR</CountryCode>
        </Destination>
      </Destinations>
  </Shipping>
</ShippingDestinationRestrictionResponse>

Error Codes and Restriction Codes

The following codes are used in Shipping Restriction response messages.

Code Description

E001

Item not found.

E002

Item not classified.

E003

Item not classified. Classification error.

E004

Item is inactive.

E005

No matching country found for given country code.

E006

Country is not supported for international shipping.

R001

ECCN Restriction. This product has dual-use and requires an Export Control Classification Number (ECCN).

R002

Carrier restriction. Restrictions will apply for shipping this product with courier or postal companies.

R003

CITES restriction. If the product is made of endangered species, import of this product requires a CITES license.

R004

Kyoto restriction. If the product contains fluorinated greenhouse gases, such as hydrofluorocarbons (HFCs), perfluorocarbons (PFCs) or sulphur hexafluoride (SF6), import of this product is prohibited as per the Kyoto Protocol.

R005

Montreal restriction. If the product contains Ozone Depleting Substances (ODS), such as Chlorofluorocarbons (CFCS), Halo or Hydrochlorofluorocarbons (HCFCs), import6 of this product is subject to Montreal Protocol and requires an ODS license.

R006

Compliance restricted.

IShip Supported Countries

Country Name Country Code

AFGHANISTAN

AF

ALBANIA

AL

ALGERIA

DZ

AMERICAN SAMOA

AS

ANDORRA

AD

ANGOLA

AO

ANGUILLA

AI

ANTARCTICA

AQ

ANTIGUA AND BARBUDA

AG

ARGENTINA

AR

ARMENIA

AM

ARUBA

AW

AUSTRALIA

AU

AUSTRIA

AT

AZERBAIJAN

AZ

BAHAMAS

BS

BAHRAIN

BH

BANGLADESH

BD

BARBADOS

BB

BELARUS

BY

BELGIUM

BE

BELIZE

BZ

BENIN

BJ

BERMUDA

BM

BHUTAN

BT

BOLIVIA, PLURINATIONAL STATE OF

BO

BONAIRE, SINT EUSTATIUS AND SABA

BQ

BOSNIA AND HERZEGOVINA

BA

BOTSWANA

BW

BOUVET ISLAND

BV

BRAZIL

BR

BRITISH INDIAN OCEAN TERRITORY

IO

BRUNEI DARUSSALAM

BN

BULGARIA

BG

BURKINA FASO

BF

BURUNDI

BI

CAMBODIA

KH

CAMEROON

CM

CANADA

CA

CAPE VERDE

CV

CAYMAN ISLANDS

KY

CENTRAL AFRICAN REPUBLIC

CF

CHAD

TD

CHILE

CL

CHINA

CN

CHRISTMAS ISLAND

CX

COCOS (KEELING) ISLANDS

CC

COLOMBIA

CO

COMOROS

KM

CONGO

CG

CONGO, THE DEMOCRATIC REPUBLIC OF THE

CD

COOK ISLANDS

CK

COSTA RICA

CR

CROATIA

HR

CUBA

CU

CURAÇAO

CW

CYPRUS

CY

CZECH REPUBLIC

CZ

CÔTE D'IVOIRE

CI

DENMARK

DK

DJIBOUTI

DJ

DOMINICA

DM

DOMINICAN REPUBLIC

DO

ECUADOR

EC

EGYPT

EG

EL SALVADOR

SV

EQUATORIAL GUINEA

GQ

ERITREA

ER

ESTONIA

EE

ETHIOPIA

ET

FALKLAND ISLANDS (MALVINAS)

FK

FAROE ISLANDS

FO

FIJI

FJ

FINLAND

FI

FRANCE

FR

FRENCH GUIANA

GF

FRENCH POLYNESIA

PF

FRENCH SOUTHERN TERRITORIES

TF

GABON

GA

GAMBIA

GM

GEORGIA

GE

GERMANY

DE

GHANA

GH

GIBRALTAR

GI

GREECE

GR

GREENLAND

GL

GRENADA

GD

GUADELOUPE

GP

GUAM

GU

GUATEMALA

GT

GUERNSEY

GG

GUINEA

GN

GUINEA-BISSAU

GW

GUYANA

GY

HAITI

HT

HEARD ISLAND AND MCDONALD ISLANDS

HM

HOLY SEE (VATICAN CITY STATE)

VA

HONDURAS

HN

HONG KONG

HK

HUNGARY

HU

ICELAND

IS

INDIA

IN

INDONESIA

ID

IRAN, ISLAMIC REPUBLIC OF

IR

IRAQ

IQ

IRELAND

IE

ISLE OF MAN

IM

ISRAEL

IL

ITALY

IT

JAMAICA

JM

JAPAN

JP

JERSEY

JE

JORDAN

JO

KAZAKHSTAN

KZ

KENYA

KE

KIRIBATI

KI

KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF

KP

KOREA, REPUBLIC OF

KR

KUWAIT

KW

KYRGYZSTAN

KG

LAO PEOPLE'S DEMOCRATIC REPUBLIC

LA

LATVIA

LV

LEBANON

LB

LESOTHO

LS

LIBERIA

LR

LIBYA

LY

LIECHTENSTEIN

LI

LITHUANIA

LT

LUXEMBOURG

LU

MACAO

MO

MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF

MK

MADAGASCAR

MG

MALAWI

MW

MALAYSIA

MY

MALDIVES

MV

MALI

ML

MALTA

MT

MARSHALL ISLANDS

MH

MARTINIQUE

MQ

MAURITANIA

MR

MAURITIUS

MU

MAYOTTE

YT

MEXICO

MX

MICRONESIA, FEDERATED STATES OF

FM

MOLDOVA, REPUBLIC OF

MD

MONACO

MC

MONGOLIA

MN

MONTENEGRO

ME

MONTSERRAT

MS

MOROCCO

MA

MOZAMBIQUE

MZ

MYANMAR

MM

NAMIBIA

NA

NAURU

NR

NEPAL

NP

NETHERLANDS

NL

NETHERLANDS ANTILLES

AN

NEW CALEDONIA

NC

NEW ZEALAND

NZ

NICARAGUA

NI

NIGER

NE

NIGERIA

NG

NIUE

NU

NORFOLK ISLAND

NF

NORTHERN MARIANA ISLANDS

MP

NORWAY

NO

OMAN

OM

PAKISTAN

PK

PALAU

PW

PALESTINIAN TERRITORY, OCCUPIED

PS

PANAMA

PA

PAPUA NEW GUINEA

PG

PARAGUAY

PY

PERU

PE

PHILIPPINES

PH

PITCAIRN

PN

POLAND

PL

PORTUGAL

PT

PUERTO RICO

PR

QATAR

QA

ROMANIA

RO

RUSSIAN FEDERATION

RU

RWANDA

RW

RÉUNION

RE

SAINT BARTHÉLEMY

BL

SAINT HELENA, ASCENSION AND TRISTAN DA CUNHA

SH

SAINT KITTS AND NEVIS

KN

SAINT LUCIA

LC

SAINT MARTIN (FRENCH PART)

MF

SAINT PIERRE AND MIQUELON

PM

SAINT VINCENT AND THE GRENADINES

VC

SAMOA

WS

SAN MARINO

SM

SAO TOME AND PRINCIPE

ST

SAUDI ARABIA

SA

SENEGAL

SN

SERBIA

RS

SEYCHELLES

SC

SIERRA LEONE

SL

SINGAPORE

SG

SINT MAARTEN (DUTCH PART)

SX

SLOVAKIA

SK

SLOVENIA

SI

SOLOMON ISLANDS

SB

SOMALIA

SO

SOUTH AFRICA

ZA

SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS

GS

SOUTH SUDAN

SS

SPAIN

ES

SRI LANKA

LK

SUDAN

SD

SURINAME

SR

SVALBARD AND JAN MAYEN

SJ

SWAZILAND

SZ

SWEDEN

SE

SWITZERLAND

CH

SYRIAN ARAB REPUBLIC

SY

TAIWAN, PROVINCE OF CHINA

TW

TAJIKISTAN

TJ

TANZANIA, UNITED REPUBLIC OF

TZ

THAILAND

TH

TIMOR-LESTE

TL

TOGO

TG

TOKELAU

TK

TONGA

TO

TRINIDAD AND TOBAGO

TT

TUNISIA

TN

TURKEY

TR

TURKMENISTAN

TM

TURKS AND CAICOS ISLANDS

TC

TUVALU

TV

UGANDA

UG

UKRAINE

UA

UNITED ARAB EMIRATES

AE

UNITED KINGDOM

GB

UNITED STATES

US

UNITED STATES MINOR OUTLYING ISLANDS

UM

URUGUAY

UY

UZBEKISTAN

UZ

VANUATU

VU

VENEZUELA, BOLIVARIAN REPUBLIC OF

VE

VIET NAM

VN

VIRGIN ISLANDS, BRITISH

VG

VIRGIN ISLANDS, U.S.

VI

WALLIS AND FUTUNA

WF

WESTERN SAHARA

EH

YEMEN

YE

ZAMBIA

ZM

ZIMBABWE

ZW

ÅLAND ISLANDS

AX