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

    Interface HandlePrescriptionCheckParams

    Parameters for handling prescription check

    interface HandlePrescriptionCheckParams {
        free_text?: string;
        is_approved?: boolean;
        items?: {
            item_id?: number;
            model_id?: number;
            prescription_status?: number;
        }[];
        operation: "REJECT"
        | "APPROVE";
        order_sn?: string;
        package_number: string;
        pharmacist_name?: string;
        reject_reason?: string;
        reject_reason_code?: number;
    }
    Index

    Properties

    free_text?: string

    Free text remarks

    is_approved?: boolean

    Indicate whether the prescription is approved or not

    items?: { item_id?: number; model_id?: number; prescription_status?: number }[]

    Prescription check items

    operation: "REJECT" | "APPROVE"

    The operation you want to handle. Available value: APPROVE, REJECT

    order_sn?: string

    Shopee's unique identifier for an order

    package_number: string

    Shopee's unique identifier for the package under an order

    pharmacist_name?: string

    Name of the pharmacist

    reject_reason?: string

    The reason for rejection. Required when operation is REJECT

    reject_reason_code?: number

    Reject reason code