跳转到主要内容
GET
/
api
/
UnknownShipmentStatus
/
getAllUnknownShipmentStatus
Get all unknown shipment statuses
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/UnknownShipmentStatus/getAllUnknownShipmentStatus \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "unknownShipmentStatuses": [
    {
      "unknownShipmentStatusCode": "<string>",
      "unknownShipmentStatus": "<string>",
      "unknownShipmentStageDescription": "<string>"
    }
  ]
}
此页面由 AI 自动翻译。API 技术规格以英文呈现为标准。如有任何疑问,请参阅英文版本
列出尚无法对应到现有退货申请的入库包裹的状态。当包裹送达仓库但找不到对应 RMA 时会出现——参见 Getting Started 中的未知运货单流程。

授权

x-rr-apikey
string
header
必填

Your API key

x-rr-apitoken
string
header
必填

Your API token — keep this private

响应

Success

unknownShipmentStatuses
object[]

List of unknown shipment statuses