Coyote Logistics · Schema

Enums_WeightType

Weight Units

freight brokeragelogisticstruckloadLTLless-than-truckloadshippingsupply chainfreight quotesshipment trackingload management3PLcustoms brokeragecarrier APIshipper API
View JSON Schema on GitHub

JSON Schema

enums_weighttype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Enums_WeightType",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Enums_WeightType",
  "enum": [
    "Undefined",
    "Pounds",
    "Kilograms",
    "Tons",
    "MetricTons"
  ],
  "type": "string",
  "description": "Weight Units"
}