Taobao, Weidian & 1688 Links to BoonBuy Orders

Last updated 2026-07-29 · 2 min read

Agents accept links from the major Chinese marketplaces. The mechanics are simple once you know what the agent is actually reading.

What the agent needs

Only two things: which platform, and which item ID. Everything else in a URL is tracking noise.

A BoonBuy product URL looks like this:

https://boonbuy.com/product/<platformCode>/<itemId>

The platform is a number, not a name: 1 is Taobao, 2 is Weidian, 3 is JD. So a Weidian item with ID 7663469436 becomes https://boonbuy.com/product/2/7663469436. The itemId is the number the source platform assigned, unchanged.

This is why every listing on this site publishes its platform and item ID as plain text. If a link ever breaks, you can rebuild it by hand.

Finding the item ID

Weidian — look for itemID= in the URL:

weidian.com/item.html?itemID=7663469436 → platform weidian, ID 7663469436

Taobao / Tmall — look for id=:

item.taobao.com/item.htm?id=123456789 → platform taobao, ID 123456789

1688 — the ID is in the path:

detail.1688.com/offer/987654321.html → platform 1688, ID 987654321

The app share link problem

Share links copied from the mobile apps are the most common failure. They come out as short redirect URLs, or as blocks of text with emoji and a code in the middle. Agents often cannot resolve these.

Fixes, in order of reliability:

  1. Open the link in a browser first, let it redirect, then copy the resolved URL from the address bar.
  2. Use the app's "copy link" option rather than "share to app".
  3. Pull the numeric ID out by hand and paste that with the platform selected.

When you only have a picture

Reverse image search is the standard route, and it is more effective on Chinese platforms than most people expect because sellers reuse the same supplier photography.

  1. Save the image.
  2. Use the agent's image search, or search the image directly on the source platform's app.
  3. Expect several sellers listing the same item at different prices — that is normal, they are all buying from the same supplier.

Cross-check before you order: compare the seller's photos against what you searched for, and check whether the price is wildly below the others, which usually signals a different quality tier rather than a bargain.

Sanity checks before you pay

Why we store IDs rather than links

Every product page here records the platform and item ID separately, not just a URL. Agent link formats change; the item ID does not. If our link format ever goes stale, the ID still resolves.