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