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