メインコンテンツへスキップ
GET
/
products
配送業者の配送プロダクト一覧を取得する
curl --request GET \
  --url https://api.flexforwardship.com/products \
  --header 'Authorization: Bearer <token>'
{
  "products": [
    {
      "code": "<string>",
      "name": "<string>"
    }
  ]
}

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

クエリパラメータ

courier
string
必須
Minimum string length: 1
shipperAccountId
string
Minimum string length: 1
locale
string
Required string length: 2 - 10

レスポンス

Default Response

products
object[]
必須