Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.flexforwardship.com/products \ --header 'Authorization: Bearer <token>'
{ "products": [ { "code": "<string>", "name": "<string>" } ] }
返回指定物流商的可用配送产品列表。创建标签时请使用返回的产品代码。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
2 - 10
Default Response
Show child attributes