Square API
You are viewing an old version of the API
Locations
Square API
Get a list of all a merchant's locations
Many merchants use multiple locations to track where they make sales. The locations API allows you to get data about those locations, such as their addresses, names, and business hours.
Endpoints
You are viewing an old version of the API
-
List locations
GET /v2/locations - Provides information of all locations of a business
-
Beta
Create location
POST /v2/locations - Creates a location
-
Retrieve location
GET /v2/locations/{location_id} - Retrieves details of a location
-
Beta
Update location
PUT /v2/locations/{location_id} - Updates a location