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

    Interface GetOrderDetail_GetOrderDetailItem

    GetOrderDetail_GetOrderDetailItem sub-interface for GetOrderDetailPackage

    interface GetOrderDetail_GetOrderDetailItem {
        item_id?: number;
        model_id?: number;
        model_quantity?: number;
        order_item_id?: number;
        product_location_id?: string;
        promotion_group_id?: number;
    }
    Index

    Properties

    item_id?: number

    Shopee's unique identifier for an item.

    model_id?: number

    Shopee's unique identifier for a model.

    model_quantity?: number

    The number of identical items/variations purchased at the same time by the same buyer from one listing/item.

    order_item_id?: number

    The identify of order item. For items in one same bundle deal promotion, the order_item_id should share the same id, such as 1,2. For items not in bundle deal promotion, the order_item_id should be the same as item_id.

    product_location_id?: string

    The warehouse ID of the item.

    promotion_group_id?: number

    The identify of product promotion.