Shopee SDK API Reference - v1.14.0
Preparing search index...
schemas/product
BatchUpdateOutletStockResponse
Interface BatchUpdateOutletStockResponse
Response for batch updating outlet stock
interface
BatchUpdateOutletStockResponse
{
error
:
string
;
message
:
string
;
request_id
:
string
;
response
:
{
task_id
:
number
}
;
result
?:
{
task_id
:
number
}
;
}
Hierarchy (
View Summary
)
FetchResponse
<
{
task_id
:
number
}
>
BatchUpdateOutletStockResponse
Index
Properties
error
message
request_
id
response
result?
Properties
error
error
:
string
message
message
:
string
request_
id
request_id
:
string
response
response
:
{
task_id
:
number
}
Type Declaration
task_id
:
number
The task ID of the batch update stock task.
Optional
result
result
?:
{
task_id
:
number
}
Type Declaration
task_id
:
number
The task ID of the batch update stock task.
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.14.0
Loading...
Response for batch updating outlet stock