跳轉到主要內容
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[]
必填