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

    Interface ItemSummary

    商品の概要

    interface ItemSummary {
        id: number;
        url: string;
        name: string;
        thumbnails: ImageInfo[];
        category: Category;
        subcategory: SubCategory;
        is_vrchat: boolean;
        is_adult: boolean;
        min_price: number;
        has_variations: boolean;
        wishlist_count: number;
        wished: boolean;
        event?: ItemEvent;
        stock?: number;
        is_discontinued: boolean;
        preview?: AudioPreview;
        shop: ShopSummary;
    }
    Index

    Properties

    id: number

    商品ID

    url: string

    商品のURL

    name: string

    商品名

    thumbnails: ImageInfo[]

    商品画像のリスト

    category: Category

    商品のカテゴリ

    subcategory: SubCategory

    商品のサブカテゴリ

    is_vrchat: boolean

    VRChatのタグがついているか

    is_adult: boolean

    成人向け商品か

    min_price: number

    値段の最小値

    has_variations: boolean

    値段のバリエーションが存在するか

    wishlist_count: number

    スキ!の数

    wished: boolean

    スキ!をしているか

    event?: ItemEvent

    イベント

    stock?: number

    商品の残り在庫(残り1点以下の場合のみ)
    バリエーションの中で一番在庫が多い商品の在庫数が表示されます。

    is_discontinued: boolean

    販売終了か

    preview?: AudioPreview

    試聴用音源

    商品のショップ情報