Install
openclaw skills install justoneapi-taobao-get-item-detailCall 5 get-item-detail versions for Taobao and Tmall Product Details through JustOneAPI with itemId.
openclaw skills install justoneapi-taobao-get-item-detailUse this focused JustOneAPI skill for product Details in Taobao and Tmall. It targets 5 versioned paths under /api/taobao/get-item-detail. Required non-token inputs are itemId. OpenAPI describes it as: Get Taobao and Tmall product Details data, including pricing, images, and shop details, for product research, catalog monitoring, and ecommerce analysis.
taobaoget-item-detailjustoneapi-taobao-get-item-detail| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
getTaobaoItemDetailV1 | v1 | GET | /api/taobao/get-item-detail/v1 | Product Details |
getItemDetailV2 | v2 | GET | /api/taobao/get-item-detail/v2 | Product Details |
getItemDetailV4 | v4 | GET | /api/taobao/get-item-detail/v4 | Product Details |
getItemDetailV5 | v5 | GET | /api/taobao/get-item-detail/v5 | Product Details |
getItemDetailV9 | v9 | GET | /api/taobao/get-item-detail/v9 | Product Details |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
itemId | query | all | n/a | string | AUnique product identifier on Taobao/Tmall (item ID) |
Request body: none documented; send parameters through path or query arguments.
This skill groups 5 endpoint versions because their paths share get-item-detail after removing the trailing version segment.
Choose the version the user requested; if no version was requested, pick the operation whose required inputs match the data the user has.
getTaobaoItemDetailV1 (v1): required inputs itemId.getItemDetailV2 (v2): required inputs itemId.getItemDetailV4 (v4): required inputs itemId.getItemDetailV5 (v5): required inputs itemId.getItemDetailV9 (v9): required inputs itemId.Supported operation IDs in this skill: getTaobaoItemDetailV1, getItemDetailV2, getItemDetailV4, getItemDetailV5, getItemDetailV9.
node {baseDir}/bin/run.mjs --operation "getTaobaoItemDetailV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"itemId":"<itemId>"}'
Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.
JUST_ONE_API_TOKEN--token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.getTaobaoItemDetailV1 on /api/taobao/get-item-detail/v1.itemId) before summarizing results.