跳轉到主要內容
GET
/
api
/
Fba
/
FbaShipment
/
list
List FBA shipments with pagination
curl --request GET \
  --url https://api.returnshelper.com/uat/user/api/Fba/FbaShipment/list \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "data": [
    {
      "fbaShipmentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "apiId": 123,
      "warehouseId": 123,
      "fbaShipmentStatusCode": "<string>",
      "removalOrderId": "<string>",
      "trackingNumber": "<string>",
      "arrivalOn": "2023-11-07T05:31:56Z",
      "createOn": "2023-11-07T05:31:56Z"
    }
  ]
}
此頁面由 AI 自動翻譯。API 技術規格以英文呈現為標準。如有任何疑問,請參閱英文版本
回傳您的 FBA 運貨單分頁列表,可依倉庫與狀態篩選。用以顯示 FBA 運貨單佇列或與您自己的紀錄對帳。

授權

x-rr-apikey
string
header
必填

Your API key

x-rr-apitoken
string
header
必填

Your API token — keep this private

查詢參數

pageSize
integer
必填

Number of records per page (max 50)

必填範圍: 1 <= x <= 50
offset
integer
必填

Pagination offset

createFrom
string<date-time>
必填

Filter by creation date from (ISO 8601)

createTo
string<date-time>
必填

Filter by creation date to (ISO 8601)

回應

Success

data
object[]

List of created FBA shipments