Shopee SDK API Reference - v1.11.0
Preparing search index...
schemas/global-product
GetPublishableShopResponse
Interface GetPublishableShopResponse
Response for getting publishable shop list
interface
GetPublishableShopResponse
{
error
:
string
;
message
:
string
;
request_id
:
string
;
response
:
{
shop_list
:
PublishableShop
[]
}
;
result
?:
{
shop_list
:
PublishableShop
[]
}
;
}
Hierarchy (
View Summary
)
FetchResponse
<
{
shop_list
:
PublishableShop
[]
}
>
GetPublishableShopResponse
Index
Properties
error
message
request_
id
response
result?
Properties
error
error
:
string
message
message
:
string
request_
id
request_id
:
string
response
response
:
{
shop_list
:
PublishableShop
[]
}
Type Declaration
shop_list
:
PublishableShop
[]
List of publishable shops
Optional
result
result
?:
{
shop_list
:
PublishableShop
[]
}
Type Declaration
shop_list
:
PublishableShop
[]
List of publishable shops
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 publishable shop list