List product attribute options with filtering and pagination. Use this to retrieve which attribute options are available for specific products, enabling product customization through attribute selection. Supports PostgREST-style filtering on all fields (id, product_id, attribute…
idstringFilter by product attribute option ID using PostgREST operators. Examples: 'eq.uuid-value' (equals), 'in.(uuid1,uuid2)' (in list).
limitintegerMaximum number of results to return per request (1-1000). API maximum is 1000 results.
orderstringSort results by specified column and direction. Format: 'column_name.direction' where direction is 'asc' or 'desc'. Examples: 'created_at.desc', 'product_id.asc'. If not specified, returns in default order.
offsetintegerNumber of results to skip for pagination.
selectstringSpecify which columns to retrieve. Use '*' for all columns, or provide comma-separated column names (e.g., 'id,product_id,attribute_option_id'). If not specified, returns all columns by default.
created_atstringFilter by creation timestamp using PostgREST operators. Examples: 'gte.2024-01-01T00:00:00Z' (greater than or equal), 'lt.2024-12-31T23:59:59Z' (less than).
product_idstringFilter by product ID using PostgREST operators. Examples: 'eq.uuid-value' (equals), 'in.(uuid1,uuid2)' (in list). Use this to find all attribute options available for a specific product.
updated_atstringFilter by last modification timestamp using PostgREST operators. Examples: 'gte.2024-01-01T00:00:00Z' (greater than or equal), 'lt.2024-12-31T23:59:59Z' (less than).
attribute_option_idstringFilter by attribute option ID using PostgREST operators. Examples: 'eq.uuid-value' (equals), 'in.(uuid1,uuid2)' (in list). Use this to find which products have a specific attribute option.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.