This API returns a list of stores that are accessible by the current user, along with basic information such as name, location, and contact information. The results are returned in a paginated format.
The endpoint supports optional query parameters to specify the page size and the sort order of the results. The default page size is 25, and the default sort order is by country code and trade name.
hasAuthority('merchant-api')
The access token received from the authorization server in the OAuth 2.0 flow.
Zero-based page index (0..N)
The size of the page to be returned
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.