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

    Interface HandlePrescriptionCheckRequest

    Request parameters for handle_prescription_check

    Use this API to approve or reject a prescription

    interface HandlePrescriptionCheckRequest {
        free_text?: string;
        is_approved: boolean;
        items?: HandlePrescriptionCheckItem[];
        order_sn: string;
        pharmacist_name?: string;
        reject_reason_code?: number;
    }
    Index

    Properties

    free_text?: string

    The reason for rejecting the prescription. Only usable when the reject_reason_code = 5.

    is_approved: boolean

    Approve or reject the prescription. Available values: TRUE, FALSE.

    The list of invalid items that make the prescription get rejected

    order_sn: string

    Shopee's unique identifier for an order.

    pharmacist_name?: string

    Full name of the pharmacist. Required for PH and ID Prescription Orders.

    reject_reason_code?: number

    Reject reason code. Available values: 1 = Invalid Prescription (counterfeit/incorrect format)2 = Incorrect Dosage3 = No Prescription4 = Unclear Image5 = Free Text