Docs

Ship Package

Use this API to ship a package. There are two kinds of shipping options available: TikTok Shipping or Seller Shipping. - TikTok Shipping: Schedule a package handover time for TikTok Shipping carriers to pickup a package from seller. - Seller Shipping: Seller arranges their own shipping, and uploads a tracking number and shipping_provider_id. Package ID can be obtained from Get Order Detail

PUT

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
string
stringrequired
number

The start date and time of the package pickup time slot. Unix timestamp.

string

For package with SEND_BY_SELLER as delivery_option (merchant self-shipping mode), you must input a tracking_number to call this API.

number

The end date and time of the package pickup time slot. Unix timestamp.

string

Possible values: - PICKUP: A logistics carrier will pick up the package(s) from the seller's pickup address. - DROP_OFF: The seller will need to drop off the package(s) to a designated location.

string

For package with SEND_BY_SELLER as delivery_option (merchant self-shipping mode), you must input a shipping_provider_id to call this API. Please use Get Shipping Providers to obtain the shipping_provider_id.

object

Pickup time slot.

object

Only needed for merchant self-shipping packages. Check the delivery_option field of Get Package Detail to see how to differentiate platform-logistics and self-shipping. Use the shipping_provider_id retrieved from Get Shipping Providers and upload the corresponding tracking_number.

stringrequired

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.