メインコンテンツへスキップ
GET
/
api
/
Fba
/
FbaInstruction
/
list
List FBA instructions with pagination
curl --request GET \
  --url https://api.returnshelper.com/uat/user/api/Fba/FbaInstruction/list \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "data": [
    {
      "fbaInstructionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "fbaInstructionHandlingCode": "<string>",
      "handlingStatusCode": "<string>",
      "quantity": 123,
      "fbaInstructionNumber": "<string>",
      "warehouseId": 123,
      "cancelRemarks": "<string>",
      "createOn": "2023-11-07T05:31:56Z"
    }
  ],
  "totalNumberOfRecords": 123
}
このページは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 (1–50)

必須範囲: 1 <= x <= 50
offset
integer
必須
createFrom
string<date-time>
必須
createTo
string<date-time>
必須

レスポンス

Success

data
object[]

List of FBA instructions

totalNumberOfRecords
integer<int32>

Total count of FBA instructions