跳转到主要内容
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>'
此页面由 AI 自动翻译。API 技术规格以英文呈现为标准。如有任何疑问,请参阅英文版本

授权

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)

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