Shopee SDK API Reference - v1.11.0
Preparing search index...
schemas/product
SearchAttributeValueListResponse
Interface SearchAttributeValueListResponse
Response for searching attribute values
interface
SearchAttributeValueListResponse
{
error
:
string
;
message
:
string
;
request_id
:
string
;
response
:
{
attribute_value_list
:
{
original_value_name
?:
string
;
value_id
?:
number
;
value_unit
?:
string
;
}
[]
;
}
;
result
?:
{
attribute_value_list
:
{
original_value_name
?:
string
;
value_id
?:
number
;
value_unit
?:
string
;
}
[]
;
}
;
}
Hierarchy (
View Summary
)
FetchResponse
<
{
attribute_value_list
:
{
original_value_name
?:
string
;
value_id
?:
number
;
value_unit
?:
string
;
}
[]
;
}
,
>
SearchAttributeValueListResponse
Index
Properties
error
message
request_
id
response
result?
Properties
error
error
:
string
message
message
:
string
request_
id
request_id
:
string
response
response
:
{
attribute_value_list
:
{
original_value_name
?:
string
;
value_id
?:
number
;
value_unit
?:
string
;
}
[]
;
}
Type Declaration
attribute_value_list
:
{
original_value_name
?:
string
;
value_id
?:
number
;
value_unit
?:
string
}
[]
List of attribute values
Optional
result
result
?:
{
attribute_value_list
:
{
original_value_name
?:
string
;
value_id
?:
number
;
value_unit
?:
string
;
}
[]
;
}
Type Declaration
attribute_value_list
:
{
original_value_name
?:
string
;
value_id
?:
number
;
value_unit
?:
string
}
[]
List of attribute values
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 searching attribute values