Currencies

AI Tools
Currencies

The currencies below are for DISPLAY purposes only. When creating listings via API, the required currency is USD.

uShip supports the following currencies:

  • US Dollar (USD)

  • Canadian Dollar (CAD)

  • British Pound (GBP)

  • Euro (EUR)

  • Australian Dollar (AUD)

  • Indian Rupee (INR)

  • Mexican Peso (MXN)

  • South Africa Rand (ZAR)

  • Brazilian Real (BRL)

  • Argentine Peso (ARS)

  • Chilean Peso (CLP)

  • Peruvian Nuevo Sol (PEN)

  • Colombian Peso (COP)

  • Venezuelan Bolivar (VEF)

Example JSON

GET ``https://api.ushipsandbox.com/v2/lookups/currencies

{ "totalCount": 14, "items": [ { "value": "USD", "isoCode": "USD", "isoNumber": "840", "label": "US Dollar" }, { "value": "CAD", "isoCode": "CAD", "isoNumber": "124", "label": "Canadian Dollar" }, { "value": "GBP", "isoCode": "GBP", "isoNumber": "826", "label": "British Pound" }, { "value": "EUR", "isoCode": "EUR", "isoNumber": "978", "label": "Euro" }, { "value": "AUD", "isoCode": "AUD", "isoNumber": "036", "label": "Australian Dollar" }, { "value": "INR", "isoCode": "INR", "isoNumber": "356", "label": "Indian Rupee" }, { "value": "MXN", "isoCode": "MXN", "isoNumber": "484", "label": "Mexican Peso" }, { "value": "ZAR", "isoCode": "ZAR", "isoNumber": "710", "label": "South African Rand" }, { "value": "BRL", "isoCode": "BRL", "isoNumber": "986", "label": "Brazilian Real" }, { "value": "ARS", "isoCode": "ARS", "isoNumber": "032", "label": "Argentine Peso" }, { "value": "CLP", "isoCode": "CLP", "isoNumber": "152", "label": "Chilean peso" }, { "value": "PEN", "isoCode": "PEN", "isoNumber": "604", "label": "Peruvian Nuevo Sol" }, { "value": "COP", "isoCode": "COP", "isoNumber": "170", "label": "Colombian Peso" }, { "value": "VEF", "isoCode": "VEF", "isoNumber": "937", "label": "Venezuelan Bolívar" } ] }


On This Page
Currencies