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/couriers \ --header 'Authorization: Bearer <token>'
{ "couriers": [ { "code": "<string>", "name": "<string>" } ] }
返回可用的物流業者列表。請在建立標籤、列出產品或匯入訂單時使用返回的物流業者代碼。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Show child attributes