跳轉到主要內容
GET
/
api
/
Shipment
/
getAllShipmentStatus
Get all shipment statuses
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/Shipment/getAllShipmentStatus \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "shipmentStatuses": [
    {
      "shipmentStatusCode": "<string>",
      "shipmentStatus": "<string>",
      "shipmentStageDescription": "<string>",
      "isShipmentEditable": true
    }
  ]
}
此頁面由 AI 自動翻譯。API 技術規格以英文呈現為標準。如有任何疑問,請參閱英文版本
列出運貨單可處的全部狀態碼(例如已建立、運輸中、已送達、已取消)。用以將運貨單回應中的狀態碼轉譯為可讀標籤,或依狀態篩選運貨單列表。

授權

x-rr-apikey
string
header
必填

Your API key

x-rr-apitoken
string
header
必填

Your API token — keep this private

回應

Success

shipmentStatuses
object[]

List of shipment statuses