Get an InkFE product
get_productDescribe one public InkFE product by handle. Returns handle, title, productType, hasBack (whether a back side is printed), dimensions in inches when known, the customer-facing options with a role (radio, size, quantity or frame) and their allowed values, every variant with its variantId, selectedOptions, packPrice, currency and availableForSale flag, and the product page URL. Use the variant's selectedOptions (option name plus value, exactly as listed) when the buyer chooses a pack size; a variant with availableForSale=false cannot be bought. Supply selectedOptions to resolve a complete configuration or get actionable missing/invalid/unavailable guidance. Read quantity for pack versus line-quantity rules, artwork for supported actions, source for freshness and policies for official policy links. A resolved variant is not artwork approval or a purchase quote. Fails with product_unavailable when the handle is unknown or the product is not sold publicly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | The product handle exactly as returned by search_products or list_business_card_templates (for example "business-card-essential-standard"). | |
| selectedOptions | No | The buyer's current choices; partial selections are welcome. Returns missing options, invalid choices, compatible choices and the exact available variant when complete. Never assume a default. |