Shopee SDK API Reference - v1.11.0
Preparing search index...
schemas/product
GetItemLimitResponse
Interface GetItemLimitResponse
Response for getting item limits
interface
GetItemLimitResponse
{
error
:
string
;
message
:
string
;
request_id
:
string
;
response
:
{
item_limit
:
ItemLimit
}
;
result
?:
{
item_limit
:
ItemLimit
}
;
}
Hierarchy (
View Summary
)
FetchResponse
<
{
item_limit
:
ItemLimit
}
>
GetItemLimitResponse
Index
Properties
error
message
request_
id
response
result?
Properties
error
error
:
string
message
message
:
string
request_
id
request_id
:
string
response
response
:
{
item_limit
:
ItemLimit
}
Type Declaration
item_limit
:
ItemLimit
Item limit information
Optional
result
result
?:
{
item_limit
:
ItemLimit
}
Type Declaration
item_limit
:
ItemLimit
Item limit information
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 getting item limits