PickupLocationV2

PickupLocationV2 or null

Pickup location. The order pickup point.

Example:
{"raw_address":"Amazon Locker - 123 Example Street, London, United Kingdom","raw_opening_hours":"Monday - Saturday: 08:00 AM - 10:00 PM Sunday: 09:00 AM - 08:00 PM","opening_hours":{"sunday":[{"open":true,"from":"09:00","to":"20:00"}],"monday":[{"open":true,"from":"08:00","to":"22:00"}],"tuesday":[{"open":true,"from":"08:00","to":"22:00"}],"wednesday":[{"open":true,"from":"08:00","to":"22:00"}],"thursday":[{"open":true,"from":"08:00","to":"22:00"}],"friday":[{"open":true,"from":"08:00","to":"22:00"}],"saturday":[{"open":true,"from":"08:00","to":"22:00"}]}}
raw_address
string or null
required

Raw address text of the pickup location parsed from the email.

Example:
Amazon Locker - 123 Example Street, London, United Kingdom
raw_opening_hours
string or null
required

Raw opening hours text.

Example:
Monday - Saturday: 08:00 AM - 10:00 PM Sunday: 09:00 AM - 08:00 PM
opening_hours
OpeningHoursV2 or null
required

Opening hours information of the pickup location.

Example:
{"sunday":[{"open":true,"from":"09:00","to":"20:00"}],"monday":[{"open":true,"from":"08:00","to":"22:00"}],"tuesday":[{"open":true,"from":"08:00","to":"22:00"}],"wednesday":[{"open":true,"from":"08:00","to":"22:00"}],"thursday":[{"open":true,"from":"08:00","to":"22:00"}],"friday":[{"open":true,"from":"08:00","to":"22:00"}],"saturday":[{"open":true,"from":"08:00","to":"22:00"}]}
sunday
array[OpeningHourPeriodV2]
required

The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day. When open is true and both from and to are null, it indicates the location operates 24 hours on that day.

monday
array[OpeningHourPeriodV2]
required

The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day. When open is true and both from and to are null, it indicates the location operates 24 hours on that day.

tuesday
array[OpeningHourPeriodV2]
required

The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day. When open is true and both from and to are null, it indicates the location operates 24 hours on that day.

wednesday
array[OpeningHourPeriodV2]
required

The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day. When open is true and both from and to are null, it indicates the location operates 24 hours on that day.

thursday
array[OpeningHourPeriodV2]
required

The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day. When open is true and both from and to are null, it indicates the location operates 24 hours on that day.

friday
array[OpeningHourPeriodV2]
required

The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day. When open is true and both from and to are null, it indicates the location operates 24 hours on that day.

saturday
array[OpeningHourPeriodV2]
required

The OpeningHourPeriod model provides detailed information about a location's operating hours for a specific day. It includes the start and end times, and indicates whether the location is open on that particular day. When open is true and both from and to are null, it indicates the location operates 24 hours on that day.

Example
preparing...