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

    Interface GetShippingDocumentParameterResult

    GetShippingDocumentParameterResult sub-interface for GetShippingDocumentParameterResponseData

    interface GetShippingDocumentParameterResult {
        fail_error?: string;
        fail_message?: string;
        order_sn?: string;
        package_number?: string;
        selectable_shipping_document_type?: string[];
        suggest_shipping_document_type?: string;
    }
    Index

    Properties

    fail_error?: string

    Indicate error type if one element hit error.

    fail_message?: string

    Indicate error details if one element hit error.

    order_sn?: string

    Shopee's unique identifier for an order.

    package_number?: string

    Shopee's unique identifier for the package under an order.

    selectable_shipping_document_type?: string[]

    The shipping document type you can select of this order.

    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.