PageSize Parameter (Connect-Square Cmdlet)
The number of results to return per page of data retrieved from Square.
Syntax
Connect-Square -PageSize string
Data Type
cstr
Default Value
"500"
Remarks
Note that the PageSize must be between 1 and 1000. For order-related endpoints, it is recommended to set the PageSize between 1 and 300. If the PageSize is not specified within this range and there are more than 1,000 records, the API may throw a timeout exception.