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