sq_list_locations: List Locations

Description Usage Arguments Details Value Examples

View source: R/locations.R

Description

Provides the details for all of a business's locations.

Usage

1

Arguments

verbose

logical; do you want informative messages?

Details

Most other Connect API endpoints have a required location_id path parameter. The id field of the Location objects returned by this endpoint correspond to that location_id parameter. Required permissions: MERCHANT_PROFILE_READ

Value

tbl_df of locations

Examples

1
2
3
4
## Not run: 
my_locations <- sq_list_locations()

## End(Not run)

StevenMMortimer/squareupr documentation built on July 12, 2019, 1:45 a.m.