v2
latestOpenAPI 3.1.02026-07-26102336742.6 KBDesign Pipeline
Create an offer from a design
Rate limit: 100 requests / 10 seconds per shop. See Rate limiting.
Deprecated. Use POST /open-api/v1.0/products (type=design) instead. Creates a design pipeline that generates product mockup images and creates a purchasable offer synchronously. Submit product, design placement info, and offer metadata. Returns pipelineId, customizationId, rendered images, and the created offerId in the response.
post/open-api/v1.0/design-pipeline/offers
Request body
Example request
{
"regions": [
{
"region": "front",
"placementStrategy": "AUTO"
}
]
}Response
Created