Shopee SDK API Reference - v1.11.0
Preparing search index...
schemas/product
GetProductCategoryResponse
Interface GetProductCategoryResponse
Response for getting product category list
interface
GetProductCategoryResponse
{
error
:
string
;
message
:
string
;
request_id
:
string
;
response
:
{
category_list
:
CategoryInfo
[]
}
;
result
?:
{
category_list
:
CategoryInfo
[]
}
;
}
Hierarchy (
View Summary
)
FetchResponse
<
{
category_list
:
CategoryInfo
[]
}
>
GetProductCategoryResponse
Index
Properties
error
message
request_
id
response
result?
Properties
error
error
:
string
message
message
:
string
request_
id
request_id
:
string
response
response
:
{
category_list
:
CategoryInfo
[]
}
Type Declaration
category_list
:
CategoryInfo
[]
List of categories
Optional
result
result
?:
{
category_list
:
CategoryInfo
[]
}
Type Declaration
category_list
:
CategoryInfo
[]
List of categories
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
message
request_
id
response
result
Shopee SDK API Reference - v1.11.0
Loading...
Response for getting product category list