Languages

Product text language is set with language in the API JSON body — not via Portal URL locale (/en vs /zh).

Prices are always CNY

The API does not accept currency and does not convert FX. Standard responses use original_currency and display_currency of CNY with the same amount in yuan. Convert on your side if needed.

Request field

FieldRequiredDefaultDescription
languageNoenTranslation locale for titles, attributes, search results.

Example

POST /v1/products/search
{
  "channel": "1688",
  "keyword": "phone case",
  "language": "ja",
  "page": 1,
  "page_size": 10
}

Channel mappings

Full locale tables are in data/language-mappings.json. Summary:

1688 mapping

You send1688 codeNote
enenEnglish
jajaJapanese
kokoKorean
ruruRussian
uzuzUzbek
ararArabic
zh / zh-CN / cncnChinese

Taobao mapping

You sendIOP codeNote
enenEnglish
viviVietnamese
ruruRussian
kokoKorean
jajaJapanese
zh / zh-CN / cncnChinese

See Product search and Product detail for examples with language.