跳转到主要内容
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