HM - Hennes Mauritz

FREEMIUM
От Api Dojo | Обновлено 6 giorni fa | eCommerce
Популярность

9.7 / 10

Задержка

2,012ms

Уровень обслуживания

100%

Health Check

N/A

Назад ко всем обсуждениям

Region codes return '[400]Bad Request'

I’m trying to use the country codes from the regions list, but almost all of them return a [400] Bad Request message.

Rapid account: Apidojo
apidojo Commented 3 anni fa

Hello,

You are calling the …/categories/list endpoint with lang not being supported with country.
Ex :
There is no language “en” listed under country “jp”
{
“name”: “Japan”,
“code”: “jp”,
“languages”: [
{
“name”: “日本語”,
“code”: “ja”
}
]
}

lang must be “ja” in this case.

Regards.

Присоединяйтесь к обсуждению – добавьте комментарий ниже:

Войдите / Зарегистрируйтесь, чтобы публиковать новые комментарии