Retrieve a list of shops for this company.
The 'Bearer' token can be obtained from the token management interface or via the login endpoint using your admin user credentials.
The page you wish to retrieve shops.
The number of shops to retrieve per page. The maximum (and default) is 250 per page.
A list of attributes that you wish to be returned in the payload. When empty or omitted, all fields will be included by default. Use dot-notation for both top-level resources and child resources, i.e. currencies.name. Can be used in conjunction with except providing both parameters don't reference the same resource.
A list of attributes that you wish to exclude from the payload. When empty or omitted, all fields will be included by default. Use dot-notation for both top-level resources and child resources, i.e. currencies.name. Can be used in conjunction with only providing both parameters don't reference the same resource.