HM - Hennes Mauritz

ÜCRETSİZ PREMIUM
Taraf Api Dojo | Güncelleyen 12 days ago | eCommerce
Popülerlik

9.7 / 10

Gecikme

2,159ms

Hizmet Düzeyi

100%

Health Check

N/A

Tüm Tartışmalara Dön

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 years ago

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.

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun