Printago API
POST
/v1/integrations/shopify/orders/{orderId}/retry-variant-enrichment
Retry variant enrichment
Retry fetching variant options from Shopify for order items that failed during initial webhook processing.
Path Parameters
orderId
required
string
The Printago order ID
Response Schema
Response
failedrequired
number
updatedrequired
number
Example Response
201 OK — application/json
{
"updated": 1,
"failed": 1
}