BoothMate API Documentation - v0.4.0
    Preparing search index...

    Interface ItemList

    商品リストの詳細情報

    interface ItemList {
        current_page: number;
        total_pages: number;
        items: ItemSummary[];
        id: string;
        name: string;
        public_url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    current_page: number

    現在のページ番号

    total_pages: number

    合計ページ数

    items: ItemSummary[]

    商品のリスト

    id: string

    商品リストのID

    name: string

    商品リストの名前

    public_url: string

    商品リストの公開URL