InventoryLocation types

Get Location Type

Get a location type by its ID

GET
/shipos/location-types/{location_type_id}
x-access-token<token>

In: header

Path Parameters

location_type_id*string

ID of the location type to find

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/shipos/location-types/string"
{  "team_id": "string",  "updated_at": "2019-08-24T14:15:22Z",  "created_at": "2019-08-24T14:15:22Z",  "name": "string",  "id": "string"}