Shopee SDK API Reference - v1.14.0
    Preparing search index...

    Interface PackageItem

    Represents an item in a package with basic information

    interface PackageItem {
        error_in_fetching_is_prescription_item?: boolean;
        is_prescription_item?: boolean;
        item_id: number;
        model_id: number;
        model_quantity: number;
        order_item_id: number;
        prescription_check_status?: number;
        prescription_reject_reason?: string;
        product_location_id: string;
        promotion_group_id: number;
    }
    Index

    Properties

    error_in_fetching_is_prescription_item?: boolean

    To indicate if there was an error when validating whether this item is prescription

    is_prescription_item?: boolean

    To indicate if this item is prescription item

    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

    prescription_check_status?: number

    Prescription check status

    prescription_reject_reason?: string

    Return the reason why a prescription is rejected

    product_location_id: string

    The warehouse ID of the item

    promotion_group_id: number

    The identify of product promotion