---
title: "Get a location's eligible pricing items"
method: GET
path: "/v1/location/{location_id}/pricing_items"
tags: ["Locations"]
---

# Get a location's eligible pricing items

`GET /v1/location/{location_id}/pricing_items`

## Path parameters

- `location_id` string, required

## Response `200`

OK

- LocationPricingItemsResponse
  - `location_pricing_items` LocationPricingItemsExternalSchema, required
    - `location_id` string, required
    - `price_reference_keys` string[], required — Reference keys of the pricing items currently eligible at this location. Reflects only enabled pricing items: items disabled after ingestion are omitted.

---

[API](https://skmtc.net/navigateai/apis/navigateai-api.md) · [All operations](https://skmtc.net/navigateai/apis/navigateai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/navigateai/navigateai-api/revisions/5fb236d03a88/schema)
