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