Square API
You are viewing an old version of the API
Locations
Square API
Get a list of all a seller's locations.
Many sellers 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.
-
List locations
GET /v2/locations - Provides details about all of the seller's locations, including those with an inactive status.
-
Create location
POST /v2/locations - Creates a location.
-
Retrieve location
GET /v2/locations/{location_id} - Retrieves details of a single location.
-
Update location
PUT /v2/locations/{location_id} - Updates a location.