Skip to main content

get_shop_share_url

Generates a shareable H5 short link (short URL) for a shop. The gateway wraps the provider’s raw scheme (which embeds an internal ID and UA) behind a short link, so callers only ever see our short link and never touch the internal ID.
Flow: search_shops → shop_id → get_shop_share_url → share_url. Use the shop_id returned by search_shops as-is; do not construct it yourself.

Parameters

Returns

This tool returns no amount fields and does not echo shop_id (a synchronous single-shop call — the caller already holds it).

Error Codes

See Error Handling for the full list.

Example Call