Zapiet Docs
Zapiet Pickup + Delivery
Zapiet Pickup + Delivery
  • Widget API
  • Overview
    • Base url
  • Reference
    • Store pickup
      • Locations
      • Dates
        • Times
      • Regions
    • Local delivery
      • Locations
      • Dates
      • Times
    • Shipping
      • Dates
    • Validation
    • Geolocate
    • Conditional activation
    • Preparation times
    • Settings
  • JavaScript API
    • Events
    • Methods
  • Guides
    • ZapietId
    • Attributes
  • Other resources
    • Vulnerability Reporting
Powered by GitBook
On this page
  1. Reference

Geolocate

Get latitude/longitude

GET https://api.zapiet.com/v1.0/geolocate

This endpoint allows you to pass a zip code or address and will return the latitude/longitude.

Query Parameters

Name
Type
Description

shop*

string

The merchant's myshopify.com store url.

query

string

Valid zip code or address you would like to retrieve a latitude/longitude for.

{
    "latitude": 53.3671889,
    "longitude": -0.017696
}

PreviousValidationNextConditional activation

Last updated 6 months ago