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