sq_list_items: List Items

Description Usage Arguments Details Value Examples

View source: R/items.R

Description

Provides summary information for all of a location's items.

Usage

1
sq_list_items(location, cursor = NULL, verbose = FALSE)

Arguments

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?

Details

Required permissions: ITEMS_READ

Value

tbl_df of items

Examples

1
2
3
4
## Not run: 
my_items <- sq_list_items(location)

## End(Not run)

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