# List the existing order-order restriction sets Retrieves detailed information on all order-order restriction sets, limited to at most 100 items. Endpoint: GET /settings/order-order-restriction-sets Version: 1.5.0 Security: clientCredentials ## Query parameters: - `cursor` (string) Cursor of the page to retrieve. - `limit` (integer) The maximum amount of order-order restriction sets that should be returned in the response Example: 100 ## Response 200 fields (application/json): - `data` (array, required) Subset of Order-Order Restriction Sets matching the provided query, limited to the limit specified in the request. - `data.business_id` (string) The identifier for this order-order restriction set Example: "a-business-id" - `data.name` (string) The name of the order-order restriction set Example: "Ambient goods not with chilled goods" - `data.etag` (string) - `cursor` (object, required) - `cursor.self` (string) The cursor for this page. Not present when the result contains no data. Example: "c2VsZl9fcGFnZQ" - `cursor.prev` (string) The cursor for the previous page. Not present when fetching data for the first page. Example: "cHJldmlvdXNfX3BhZ2U" - `cursor.next` (string) The cursor for the next page. Not present when fetching data for the last page. Example: "bmV4dF9fcGFnZQ" ## Response 401 fields