Update Product Display
update_product_displayUpdate a Shopify product's on-site display by handle: set visibility, featured flag, title/description overrides, and sort order. Creates the override row if absent.
Instructions
Update how a shop product appears on the site by its Shopify handle: visibility, featured flag, title and description overrides, sort order. Creates the override row if one does not exist yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | ||
| handle | Yes | Shopify product handle, e.g. "savage-quarter-zip" | |
| visible | No | Show or hide the product on the site | |
| featured | No | ||
| displayTitle | No | On-site title override; null clears it | |
| displayDescription | No | On-site description override; null clears it |