GET
/
v1
/
store_locations
/
{id}

Path Parameters

id
string
required

Response

200 - application/json

Response for store location.

id
string
required

The ID of the store location.

location
object
required

The location of the store location.

name
string
required

The name of the store location.

phoneNumber
string
required

The phone number of the person at the store location.

blackoutDates
string[] | null

The blackout dates of the store location.

email
string | null

The email of the person at the store location.

externalId
string | null

Store location unique identifier from an external system.

firstName
string | null

First name of the person at the store location. If unknown, pass 'Manager'. Limited to 80 characters.

lastName
string | null

Last name of the person at the store location. If unknown, pass 'Manager'. Limited to 80 characters.

operatingHours
object | null

[Integration Specific]: An object with keys that correspond to days of week (monday, tuesday, etc) and their corresponding operating hours / delivery windows.

pickupInstructions
string | null

The pickup instructions of the store location. Limited to 280 characters. Nash Recommended Input: Order [insert order number] for [insert customer name] from [business name]

prepTimeMinutes
integer | null

[Integration Specific]: the preparation time to apply for orders, if relying on Nash to compute the delivery windows. This only applies to specific integrations.