Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetBookingDetailItem

    GetBookingDetailItem sub-interface for GetBookingDetailBooking

    interface GetBookingDetailItem {
        image_info?: GetBookingDetailImageInfo;
        item_id?: number;
        item_name?: string;
        item_sku?: string;
        model_id?: number;
        model_name?: string;
        model_quantity_purchased?: number;
        model_sku?: string;
        product_location_id?: string;
        weight?: number;
    }
    Index

    Properties

    Image info of the product.

    item_id?: number

    Shopee's unique identifier for an item.

    item_name?: string

    The name of the item.

    item_sku?: string

    A item SKU (stock keeping unit) is an identifier defined by a seller, sometimes called parent SKU. Item SKU can be assigned to an item in Shopee Listings.

    model_id?: number

    ID of the model that belongs to the same item.

    model_name?: string

    Name of the model that belongs to the same item. A seller can offer models of the same item. For example, the seller could create a fixed-priced listing for a t-shirt design and offer the shirt in different colors and sizes. In this case, each color and size combination is a separate model. Each model can have a different quantity and price.

    model_quantity_purchased?: number

    The number of identical items from one listing/item in the same booking.

    model_sku?: string

    A model SKU (stock keeping unit) is an identifier defined by a seller. It is only intended for the seller's use. Many sellers assign a SKU to an item of a specific type, size, and color, which are models of one item in Shopee Listings.

    product_location_id?: string

    The fulfilment warehouse ID(s) of the items in the booking. (Multi-Warehouse sellers only)

    weight?: number

    The weight of the item