Create store location
Body
Expected payload for creating a store location.
Store business name at the origin. Limited to 80 characters.
The phone number to contact at the store location: '+15555555555'
The full address in one line for the store location for this package within the Job. Address format: [Number] [Street], [second line], [city], [state] [zip code]. All address fields are required except 'second line'. Second line should include Apt/Suite/Unit/# appended to the number of the unit. Can be null if using address_components.
A geocoded and componentized version of the pickup address. NOTE: THIS WILL BYPASS OUR ADDRESS GEOCODING SERVICE!
Store location unique identifier from an external system.
First name of the person at the store location. If unknown, pass 'Manager'. Limited to 80 characters.
Last name of the person at the store location. If unknown, pass 'Manager'. Limited to 80 characters.
[Integration Specific]: An object with keys that correspond to days of week (monday, tuesday, etc) and their corresponding operating hours / delivery windows. Example: {monday: {active: true, shifts: [[10:00, 17:00]]}, tuesday: {active: true, shifts: [[10:00, 17:00]]}, wednesday: {active: true, shifts: [[10:00, 17:00]]}, thursday: {active: true, shifts: [[10:00, 17:00]]}, friday: {active: true, shifts: [[10:00, 17:00]]}, saturday: {active: true, shifts: []}, sunday: {active: true, shifts: []}}
Any special instructions for store location. Limited to 280 characters. Nash Recommended Input: Order [insert order number] for [insert customer name] from [business name]
[Integration Specific]: the preparation time to apply for orders, if relying on Nash to compute the delivery windows. This only applies to specific integrations.
Response
Response for store location.
The ID of the store location.
The location of the store location.
The name of the store location.
The phone number of the person at the store location.
The blackout dates of the store location.
The email of the person at the store location.
Store location unique identifier from an external system.
First name of the person at the store location. If unknown, pass 'Manager'. Limited to 80 characters.
Last name of the person at the store location. If unknown, pass 'Manager'. Limited to 80 characters.
[Integration Specific]: An object with keys that correspond to days of week (monday, tuesday, etc) and their corresponding operating hours / delivery windows.
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]
[Integration Specific]: the preparation time to apply for orders, if relying on Nash to compute the delivery windows. This only applies to specific integrations.