> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Location Types

Location types act as templates that determine how all locations of a certain type interact with a site. Location types typically represent each distinct type of location you use to sell products, but does not represent a discrete address associated with an individual location. You can associate a location with any number of location types.

<CardGroup cols={2}>
  <Card title="Fulfillment Concepts" icon="book-open" href="/concept-guides/fulfillment" horizontal data-rec="concept-guide">
    Understand the broader fulfillment architecture and workflows
  </Card>

  <Card title="Delivery Concepts" icon="book-open" href="/concept-guides/delivery-fulfillment" horizontal data-rec="concept-guide">
    Learn about delivery fulfillment options
  </Card>

  <Card title="Developer Reference" icon="code" href="/developer-guides/location-admin" horizontal data-rec="developer-doc">
    See the Location Admin API documentation for programmatic access
  </Card>

  <Card title="Developer Reference" icon="code" href="/developer-guides/location-group" horizontal data-rec="developer-doc">
    See the Location Group API documentation
  </Card>

  <Card title="Watch: Location Types" icon="circle-play" href="/video/creating-and-managing-location-types" horizontal data-rec="video">
    See how to create and manage location types
  </Card>
</CardGroup>

Note that changes to these settings may not immediately take effect when processing orders. It may take up to 15 minutes for updates to be reflected in the system while the cache refreshes.

## Example

For example, you own the Max Apparel brand that includes multiple locations. You create the following associations between each location and location type:

| Location Type         | Locations |
| --------------------- | --------- |
| Max Apparel Warehouse |           |

* Austin Warehouse
* Chicago Warehouse
* Dallas Warehouse

|
\| Airport Kiosk |

* DFW Kiosk
* ORD Kiosk
* AUS Kiosk

|
\| Third-Party Boutique |

* Eccentric Threads, Austin TX
* Out of this World Threads, Chicago, IL
* Outer Realm Threads, Dallas TX

|
\| Max Apparel Retail |

* Max Shoes, Austin TX
* Venici, Dallas TX
* Maxine, Chicago IL

|

## Create a Location Type

Before you can create locations, you must define location types. To create a location type:

1. Go to **System** > **Schema** > **Location Types**.
2. Click **Create New Location Type**.
3. Enter a **Code**.
4. Enter a **Name**.
5. Click **Save**.

For example, your business could include warehouses, physical retail locations, and kiosks that store sporting goods inventory. You create the following location types:

| Code | Name           |
| ---- | -------------- |
| KSK  | Kiosk          |
| ONL  | Warehouse      |
| PHYS | Physical Store |
| W    | Old Warehouse  |
