Products – Getting Supported Shipping Countries

This API call lets you retrieve a list of supported shipping countries from the Gooten API.

Each API request to the Gooten API must have the RecipeID parameter included in the URL. This is typically used to authenticate to the Gooten API. Please be sure to replace the YourRecipeID in the example with your proper RecipeID from the Gooten Admin.

The API request will display the following response:

{
  "Countries": [
    {
      "Name": "string",
      "Code": "string",
      "IsSupported": "boolean",
      "MeasurementCode": "string",
      "FlagUrl": "string",
      "DefaultCurrency": {
        "Name": "string",
        "Code": "string",
        "Format": "string"
      }
    }
  ]
}