跳转到主要内容
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