Shopee SDK API Reference - v1.11.0
Preparing search index...
schemas/shop-category
DeleteShopCategoryResponse
Interface DeleteShopCategoryResponse
Response for deleting a shop category
interface
DeleteShopCategoryResponse
{
error
:
string
;
message
:
string
;
request_id
:
string
;
response
:
{
msg
?:
string
;
shop_category_id
:
number
}
;
result
?:
{
msg
?:
string
;
shop_category_id
:
number
}
;
}
Hierarchy (
View Summary
)
FetchResponse
<
{
msg
?:
string
;
shop_category_id
:
number
}
>
DeleteShopCategoryResponse
Index
Properties
error
message
request_
id
response
result?
Properties
error
error
:
string
message
message
:
string
request_
id
request_id
:
string
response
response
:
{
msg
?:
string
;
shop_category_id
:
number
}
Type Declaration
Optional
msg
?:
string
Result message
shop_category_id
:
number
ShopCategory's unique identifier
Optional
result
result
?:
{
msg
?:
string
;
shop_category_id
:
number
}
Type Declaration
Optional
msg
?:
string
Result message
shop_category_id
:
number
ShopCategory's unique identifier
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 deleting a shop category