Update an MU product
mu_update_productUpdate one of your products. Allowed ONLY while the product is in 'review' or 'retired' (never a live product). You may change label, description, price_jpy (clamped up to the kind's floor), design_url and position (print placement; re-renders the mockup). Printful ids can never change. Owner-only. Requires Authorization: Bearer <api_key>.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | SKU of the product to update (must belong to one of your stores). | |
| label | No | New product label / title. | |
| position | No | Optional print placement — front-print DTG apparel only (tee / tee_white / hoodie / crewneck / tank / long_sleeve_tee). The preview mockup AND the real print order use the same resolved box (WYSIWYG). Preview with mu_preview_mockup before creating. | |
| price_jpy | No | New retail price in JPY (clamped up to the kind's price_floor_jpy). | |
| design_url | No | New absolute https URL to the design artwork. | |
| description | No | New product description. |