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