メインコンテンツへスキップ
GET
/
api
/
Shipment
/
list
List shipments with pagination
curl --request GET \
  --url https://api.returnshelper.com/uat/user/api/Shipment/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