Location type

The following code examples show the parameters required to set the location_type in a Shipment API request:

Tip

The list of possible shipment location types may be obtained dynamically from the Shipwell Reference Data.

Business (with dock or forklift)

Copy
Copied
{
    "id": 1,
    "name": "Business (with dock or forklift)"
}

Business (without dock or forklift)

Copy
Copied
{
    "id": 2,
    "name": "Business (without dock or forklift)"
}

Residence/Home Business

Copy
Copied
{
    "id": 3,
    "name": "Residence/Home Business"
}

Commercial Farm/Ranch/Marina

Copy
Copied
{
    "id": 4,
    "name": "Commercial Farm/Ranch/Marina"
}

Self/Mini-Storage Facility

Copy
Copied
{
    "id": 5,
    "name": "Self/Mini-Storage Facility"
}, 

Trade Show/Convention Center

Copy
Copied
{
    "id": 6,
    "name": "Trade Show/Convention Center"
}

Construction Site

Copy
Copied
{
    "id": 7,
    "name": "Construction Site"
}

School/College

Copy
Copied
{
    "id": 8,
    "name": "School/College"
}

Government Location

Copy
Copied
{
    "id": 9,
    "name": "Government Location"
}

Religious Institution

Copy
Copied
{
    "id": 10,
    "name": "Religious Institution"
}, 

Restaurant, Hotel, Golf Course, Park

Copy
Copied
{
    "id": 11,
    "name": "Restaurant/Hotel/Golf Course/Park"
}

Military Base

Copy
Copied
{
    "id": 12,
    "name": "Military Base"
}

Airport

Copy
Copied
{
    "id": 13,
    "name": "Airport"
}

Other Secured or Limited Access Location

Copy
Copied
{
    "id": 14,
    "name": "Other Secured or Limited Access Location"
}

Terminal

Copy
Copied
{
    "id": 15,
    "name": "Terminal"
}

Distribution Center

Copy
Copied
{
    "id": 16,
    "name": "Distribution Center"
}

Company Warehouse

Copy
Copied
{
    "id": 17,
    "name": "Company Warehouse"
}

Oil / Gas Well Site

Copy
Copied
{
    "id": 18,
    "name": "Oil / Gas Well Site"
}

Pool Point

Copy
Copied
{
    "id": 19,
    "name": "Pool Point"
}
Copyright © Shipwell 2024. All right reserved.