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

    Type Alias BindFirstMileTrackingNumberResponseOrderList

    type BindFirstMileTrackingNumberResponseOrderList = {
        fail_error?: string;
        fail_message?: string;
        order_sn?: string;
        package_number?: 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.