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

    Interface GetBookingShippingDocumentResultResult

    GetBookingShippingDocumentResultResult sub-interface for GetBookingShippingDocumentResultResponseData

    interface GetBookingShippingDocumentResultResult {
        booking_sn?: string;
        fail_error?: string;
        fail_message?: string;
        status?: string | number;
    }
    Index

    Properties

    booking_sn?: string

    Shopee's unique identifier for a booking.

    fail_error?: string

    Indicate error type if one element hit error.

    fail_message?: string

    Indicate error details if one element hit error.

    status?: string | number

    The status of the shipping document task you querying with booking_sn. Available values: READY/FAILED/PROCESSING