跳轉到主要內容
GET
/
api
/
DimensionUom
/
getAllDimensionUoms
Get all dimension units of measurement
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/DimensionUom/getAllDimensionUoms \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "dimensionUoms": [
    {
      "dimensionUom": "<string>",
      "dimensionUomDescription": "<string>"
    }
  ]
}
此頁面由 AI 自動翻譯。API 技術規格以英文呈現為標準。如有任何疑問,請參閱英文版本
列出支援的尺寸計量單位(例如 cmin)。用於驗證運貨單、FBA 運貨單與箱體建立請求中的 dimensionUom 欄位。

授權

x-rr-apikey
string
header
必填

Your API key

x-rr-apitoken
string
header
必填

Your API token — keep this private

回應

Success

dimensionUoms
object[]

List of dimension units of measurement