Shopee SDK API Reference - v1.11.0
Preparing search index...
schemas/product
GetSizeChartListResponse
Interface GetSizeChartListResponse
interface
GetSizeChartListResponse
{
error
:
string
;
message
:
string
;
request_id
:
string
;
response
:
{
next_cursor
:
string
;
size_chart_list
:
{
size_chart_id
:
number
}
[]
;
total_count
:
number
;
}
;
result
?:
{
next_cursor
:
string
;
size_chart_list
:
{
size_chart_id
:
number
}
[]
;
total_count
:
number
;
}
;
}
Hierarchy (
View Summary
)
FetchResponse
<
{
next_cursor
:
string
;
size_chart_list
:
{
size_chart_id
:
number
}
[]
;
total_count
:
number
;
}
,
>
GetSizeChartListResponse
Index
Properties
error
message
request_
id
response
result?
Properties
error
error
:
string
message
message
:
string
request_
id
request_id
:
string
response
response
:
{
next_cursor
:
string
;
size_chart_list
:
{
size_chart_id
:
number
}
[]
;
total_count
:
number
;
}
Optional
result
result
?:
{
next_cursor
:
string
;
size_chart_list
:
{
size_chart_id
:
number
}
[]
;
total_count
:
number
;
}
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...