Refresh Single Product from Shopify
POST/api/shopify/:integrationInstance/products/refresh-product
Fetch and sync a single Shopify product (all variants) from Shopify by its parent product ID.
The product_id is the Shopify parent product legacyResourceId. The optional variant_id narrows the returned result to a specific variant.
Authentication: Requires Bearer token.
Validation:
- product_id: required, string (Shopify legacy resource ID)
- variant_id: nullable, string (Shopify variant legacy resource ID)
Request
Responses
- 200
Successful response