Shopee SDK API Reference - v1.11.0
Preparing search index...
schemas/product
UpdateModelResponse
Interface UpdateModelResponse
Response for updating models
interface
UpdateModelResponse
{
error
:
string
;
message
:
string
;
request_id
:
string
;
response
:
{
model_id_list
:
number
[]
;
warning
?:
string
[]
}
;
result
?:
{
model_id_list
:
number
[]
;
warning
?:
string
[]
}
;
}
Hierarchy (
View Summary
)
FetchResponse
<
{
model_id_list
:
number
[]
;
warning
?:
string
[]
}
>
UpdateModelResponse
Index
Properties
error
message
request_
id
response
result?
Properties
error
error
:
string
message
message
:
string
request_
id
request_id
:
string
response
response
:
{
model_id_list
:
number
[]
;
warning
?:
string
[]
}
Type Declaration
model_id_list
:
number
[]
List of updated model IDs
Optional
warning
?:
string
[]
Warning messages
Optional
result
result
?:
{
model_id_list
:
number
[]
;
warning
?:
string
[]
}
Type Declaration
model_id_list
:
number
[]
List of updated model IDs
Optional
warning
?:
string
[]
Warning messages
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 models