Address Types

AI Tools

Address types are required with all pickup and drop-off locations. Published rate providers and marketplace service providers use this information to provide accurate estimates. For example, you would want to include the presence or absence of a forklift at delivery to receive an accurate quote.

GET https://api.uship.com/v2/lookups/addressTypes?commodityCode=[commodity]

For details on available commodities, see the Commodities reference page.

Example JSON for Vehicle Address Types

{ "totalCount": 10, "items": [ { "value": "Residence", "label": "Residence", "shortLabel": "Residence" }, { "value": "BusinessWithLoadingDockOrForklift", "label": "Business (with loading dock or forklift)", "shortLabel": "Business (with loading dock or forklift)" }, { "value": "BusinessWithoutLoadingDockOrForklift", "label": "Business (without loading dock or forklift)", "shortLabel": "Business (without loading dock or forklift)" }, { "value": "Port", "label": "Port", "shortLabel": "Port" }, { "value": "ConstructionSite", "label": "Construction Site", "shortLabel": "Construction Site" }, { "value": "TradeShowOrConvention", "label": "Trade Show / Convention Center", "shortLabel": "Trade Show / Convention Center" }, { "value": "StorageFacility", "label": "Storage Facility", "shortLabel": "Storage Facility" }, { "value": "MilitaryBase", "label": "Military Base", "shortLabel": "Military Base" }, { "value": "Airport", "label": "Airport", "shortLabel": "Airport" }, { "value": "OtherSecuredLocation", "label": "Other Secured or Limited Access Location", "shortLabel": "Other Secured or Limited Access Location" } ] }


On This Page
Address Types