Gets all authorized catalog rules
GET/catalogs/rules
Retrieves all authorized catalog rules.
Filtering
This endpoint supports filtering. For general filtering syntax, see Filtering. The following operators and attributes are supported.
| Operator | Description | Supported Attributes | Example |
|---|---|---|---|
eq | Equals. Checks if the values of two operands are equal. If they are, the condition is true. | id,catalog_id,account_ids,customer_ids,channels,tags,pricebook_ids | filter=eq(id,some-id) |
in | Checks if the values are included in the specified string. If they are, the condition is true. | id,account_ids,customer_ids,channels,tags,pricebook_ids | filter=in(account_ids,some-id,another-id) |
Request
Responses
- 200
- default
The list of catalog rules.
An unexpected error.