List roles
Roles
List roles
Retrieve a paginated list of the store’s staff roles. Requires the READ_ROLES scope.
GET
List roles
Returns the store’s staff roles with their pages and permissions; roles are read-only for apps. The store is bound to your app token server-side — never send a shop id.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Query Parameters
Page number (1-based).
Required range:
x >= 1Number of roles per page.
Required range:
x >= 1Case-insensitive filter on the role name.
Response
Paginated list of staff roles.

