Shopee SDK API Reference - v1.11.0
Preparing search index...
schemas/global-product
UpdateGlobalPriceResponse
Interface UpdateGlobalPriceResponse
Response for updating global item price
interface
UpdateGlobalPriceResponse
{
error
:
string
;
message
:
string
;
request_id
:
string
;
response
:
{
result_list
:
{
error_description
?:
string
;
global_model_id
?:
number
;
shop_id
:
number
;
success
:
boolean
;
}
[]
;
}
;
result
?:
{
result_list
:
{
error_description
?:
string
;
global_model_id
?:
number
;
shop_id
:
number
;
success
:
boolean
;
}
[]
;
}
;
}
Hierarchy (
View Summary
)
FetchResponse
<
{
result_list
:
{
error_description
?:
string
;
global_model_id
?:
number
;
shop_id
:
number
;
success
:
boolean
;
}
[]
;
}
,
>
UpdateGlobalPriceResponse
Index
Properties
error
message
request_
id
response
result?
Properties
error
error
:
string
message
message
:
string
request_
id
request_id
:
string
response
response
:
{
result_list
:
{
error_description
?:
string
;
global_model_id
?:
number
;
shop_id
:
number
;
success
:
boolean
;
}
[]
;
}
Type Declaration
result_list
:
{
error_description
?:
string
;
global_model_id
?:
number
;
shop_id
:
number
;
success
:
boolean
;
}
[]
List of price update results
Optional
result
result
?:
{
result_list
:
{
error_description
?:
string
;
global_model_id
?:
number
;
shop_id
:
number
;
success
:
boolean
;
}
[]
;
}
Type Declaration
result_list
:
{
error_description
?:
string
;
global_model_id
?:
number
;
shop_id
:
number
;
success
:
boolean
;
}
[]
List of price update results
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 updating global item price