Description Usage Arguments Details Value Examples
Provides summary information for all of a location's items.
| 1 | sq_list_items(location, cursor = NULL, verbose = FALSE)
 | 
| location | character; the Square ID or name associated to a location. This must be an exact match to the ID or name as found using sq_list_locations. | 
| cursor | character; A pagination cursor returned by a previous call to this endpoint. Typically this is not needed because functions in the package will automatically paginate results. | 
| verbose | logical; do you want informative messages? | 
Required permissions: ITEMS_READ
tbl_df of items
| 1 2 3 4 | ## Not run: 
my_items <- sq_list_items(location)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.