BoothMate API Documentation - v0.4.0
Preparing search index...
types/interfaces
ItemList
Interface ItemList
商品リストの詳細情報
interface
ItemList
{
current_page
:
number
;
total_pages
:
number
;
items
:
ItemSummary
[]
;
id
:
string
;
name
:
string
;
public_url
:
string
;
}
Hierarchy (
View Summary
)
ItemsResult
ItemListSummary
ItemList
Index
Properties
current_
page
total_
pages
items
id
name
public_
url
Properties
current_
page
current_page
:
number
現在のページ番号
total_
pages
total_pages
:
number
合計ページ数
items
items
:
ItemSummary
[]
商品のリスト
id
id
:
string
商品リストのID
name
name
:
string
商品リストの名前
public_
url
public_url
:
string
商品リストの公開URL
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current_
page
total_
pages
items
id
name
public_
url
BoothMate API Documentation - v0.4.0
Loading...
商品リストの詳細情報