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

    Interface HandlePrescriptionCheckResponse

    Response for handling prescription check

    interface HandlePrescriptionCheckResponse {
        error: string;
        message: string;
        request_id: string;
        response: { package_number: string };
        result?: { package_number: string };
    }

    Hierarchy (View Summary)

    • FetchResponse<{ package_number: string }>
      • HandlePrescriptionCheckResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { package_number: string }

    Type Declaration

    • package_number: string

      Shopee's unique identifier for the package under an order

    result?: { package_number: string }

    Type Declaration

    • package_number: string

      Shopee's unique identifier for the package under an order