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

    Interface GetBookingShippingDocumentParameterResult

    GetBookingShippingDocumentParameterResult sub-interface for GetBookingShippingDocumentParameterResponseData

    interface GetBookingShippingDocumentParameterResult {
        booking_sn?: string;
        fail_error?: string;
        fail_message?: string;
        selectable_shipping_document_type?: string[];
        suggest_shipping_document_type?: string;
    }
    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.

    selectable_shipping_document_type?: string[]

    The shipping document type you can select of this booking.

    suggest_shipping_document_type?: string

    The shipping document type Shopee suggests. If you don't select any shipping document type, Shopee will use this as default shipping document type.