shopee-client
Version:
Shoppe Open API Client
7 lines (6 loc) • 402 B
TypeScript
export default interface getCategoryRequest {
/**
* Indicate the translation language. Language values include: en(English), vi(Vietnamese), id(Indonesian), th(Thai), zh-Hant(Traditional Chinese), zh-Hans(Simplified Chinese), ms-my(Malaysian Malay). If the selected language is not supported in certain shop location, the response will be in default language.
*/
language?: string;
}