Cart – Getting Supported Currencies

This API GET request is used so that you can retrieve a list of supported currencies from the Gooten.

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.

After sending the GET request, it will display the following response:

{
  "Currencies": [
    {
      "Name": "string",
      "Code": "string",
      "Format": "string"
    }
  ]
}

Next Topic: Order Price Estimates