shopee-client
Version:
Shoppe Open API Client
15 lines (14 loc) • 431 B
TypeScript
export default interface GetLogisticMessageRequest {
/**
* The order serial numbers.
*/
ordersn: string;
/**
* The tracking number assigned by the shipping carrier for item shipment. If there are more than one tracking number in one order, this param is necessary.
*/
tracking_number?: number;
/**
* Shopee's unique identifier for a fulfillment order.
*/
forder_id?: string;
}