跳转到主要内容
GET
/
api
/
Fba
/
FbaShipment
/
get
Get FBA shipment details
curl --request GET \
  --url https://api.returnshelper.com/uat/user/api/Fba/FbaShipment/get \
  --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>",
    "receivedNumber": "<string>",
    "trackingNumber": "<string>",
    "arrivalOn": "2023-11-07T05:31:56Z",
    "weight": 123,
    "weightUom": "<string>",
    "dimension1": 123,
    "dimension2": 123,
    "dimension3": 123,
    "dimensionUom": "<string>",
    "createOn": "2023-11-07T05:31:56Z"
  }
}
此页面由 AI 自动翻译。API 技术规格以英文呈现为标准。如有任何疑问,请参阅英文版本
依据 fbaShipmentId 获取单条 FBA 运货单的完整记录,包括到货状态、追踪号、重量与尺寸。建立 FBA 运货单后用以追踪到仓状态,或在 fbaShipmentArrived webhook 触发后调用。

授权

x-rr-apikey
string
header
必填

Your API key

x-rr-apitoken
string
header
必填

Your API token — keep this private

查询参数

fbaShipmentId
string<uuid>
必填

FBA shipment identifier

响应

Success

data
object

FBA shipment details