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

    Interface GetPackageDetailItem

    GetPackageDetailItem sub-interface for GetPackageDetailPackage

    interface GetPackageDetailItem {
        bundle_sku_id?: string;
        components?: GetPackageDetailComponent[];
        consultation_id?: string;
        error_in_fetching_is_prescription_item?: boolean;
        is_fulfillment_mapping?: boolean;
        is_prescription_item?: boolean;
        item_id?: number;
        item_sku?: string;
        model_id?: number;
        model_quantity?: number;
        model_sku?: string;
        order_item_id?: number;
        prescription_check_status?: number;
        prescription_reject_reason?: string;
        product_location_id?: string;
        promotion_group_id?: number;
    }
    Index

    Properties

    bundle_sku_id?: string

    The unique identifier (SKU ID) of the front-facing Bundle SKU purchased by the buyer on Shopee. Field will only be returned if shop is whitelisted and is_fulfillment_mapping returns true.

    List of underlying Parent SKUs (component level) associated with the mapped Bundle SKU, used by WMS/ERP for physical picking and fulfillment. If is_fulfillment_mapping returns 'false', this array will not be returned. Array will only be returned if shop is whitelisted and is_fulfillment_mapping returns true.

    consultation_id?: string

    An identifier of teleconsultation session which buyer did to order this item. Empty if item is not ordered through teleconsultation session

    error_in_fetching_is_prescription_item?: boolean

    To indicate if there was an error when validating whether this item is prescription. Default false. If is_prescription_item=false and this field is true, the item's prescription status is uncertain (label service call failed). Only for PH, TH, ID whitelist shops.

    is_fulfillment_mapping?: boolean

    Flag indicating whether the item contains any bundle items configured with Fulfillment Mapping (FFM). Returns 'true' if the item uses FFM logic, 'false' otherwise. Field will only be returned if shop is whitelisted.

    is_prescription_item?: boolean

    To indicate if this item is a prescription item. Default false. Only for PH, TH, ID whitelist shops.

    item_id?: number

    Shopee's unique identifier for an 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

    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.

    model_sku?: string

    ID of the model that belongs to the same 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.

    prescription_check_status?: number

    Prescription check status. For ID, PH whitelisted sellers, the applicable values:0: NONE1: PASSED2: FAILEDFor TH whitelisted sellers, the applicable values:0: NONE1: PASSED

    prescription_reject_reason?: string

    Return the reason why a prescription is rejected. If no rejection reason, return empty. Only for ID and PH whitelist sellers.

    product_location_id?: string

    The warehouse ID of the item.

    promotion_group_id?: number

    The identify of product promotion.