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

    Interface HandlePrescriptionCheckItem

    HandlePrescriptionCheckItem sub-interface for HandlePrescriptionCheckRequest

    interface HandlePrescriptionCheckItem {
        group_id: number;
        item_id: number;
        model_id: number;
    }
    Index

    Properties

    group_id: number

    The identify of product promotion. For items in one same add on deal promotion, the group_id should share the same id. For items not in add on deal promotion, the group_id should be 0. And the data is from group_id of shopee.orders.GetOrderDetails.

    item_id: number

    Shopee's unique identifier for an item.

    model_id: number

    Shopee's unique identifier for a model of an item.