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