Creates a location.
Open in API Reference
The initial values of the location being created. The name field is required and must be unique within a seller account. All other fields are optional. Unspecified fields will be set to default values using existing location data.
name
curl https://connect.squareupsandbox.com/v2/locations \ -X POST \ -H 'Square-Version: 2021-03-17' \ -H 'Authorization: Bearer ACCESS_TOKEN' \ -H 'Content-Type: application/json'
// No response received yet.