List coupon products that define which products a coupon applies to. Use this when you need to retrieve product-coupon linkages, especially when coupon.scope is 'rent' or 'product'. Supports PostgREST-style filtering on all fields (id, coupon_id, product_id, created_at), selecti…
idstringFilter by coupon product ID using PostgREST operators. Examples: 'eq.uuid-value' (equals), 'in.(uuid1,uuid2)' (in list).
limitintegerMaximum number of coupon products to return (max: 1000).
orderstringSort results by field. Use PostgREST syntax like 'created_at.desc' or 'id.asc'. Can sort by: id, coupon_id, product_id, created_at.
offsetintegerNumber of coupon products to skip before starting to return results (for pagination).
selectstringSpecify which columns to retrieve. Use '*' for all fields or comma-separated column names like 'id,coupon_id,product_id'. If not specified, returns all columns.
coupon_idstringFilter by coupon ID using PostgREST operators. Examples: 'eq.uuid-value' (equals), 'in.(uuid1,uuid2)' (in list). Use this to find all products linked to a specific coupon.
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 coupons linked to a specific product.
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.