Get variants
printify_get_variantsList the variants (sizes, colors) a print provider offers for a blueprint. Printify REST: GET /v1/catalog/blueprints/{blueprint_id}/print_providers/{print_provider_id}/variants.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blueprint_id | Yes | Blueprint id — required. | |
| print_provider_id | Yes | Print provider id — required. | |
| show_out_of_stock | No | Include out-of-stock variants (sent as show-out-of-stock=1). |