List variants
lemonsqueezy_list_variantsList variants (price/plan tiers), optionally filtered to one product. API: GET /variants (filter[product_id]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Comma-separated related resources to sideload (JSON:API include=), e.g. 'store,variant'. | |
| page_size | No | Results per page (JSON:API page[size], max 100). Default 10. | |
| product_id | No | Filter to a single product id. | |
| page_number | No | Page number (JSON:API page[number]). Default 1. |