跳轉到主要內容
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