v2
latestOpenAPI 3.1.02026-07-26102336742.6 KBCustomizations
Create a customization (design sketch)
Rate limit: 5 requests / minute per shop. See Rate limiting.
Creates a shop-bound customization sketch on a product template. When regions are supplied, the sync design pipeline runs immediately and the response carries the rendered preview images. With no regions, only the sketch is created (pipelineId: null, images: []). Iteration = re-POST with adjusted selections; there is no update-in-place.
post/open-api/v1.0/customizations
Request body
Example request
{
"productTemplateId": "pro_k66ZW4fsRm6c2def3itltA",
"regions": [
{
"region": "front",
"imageId": "img_k66ZW4fsRm6c2def3itltA",
"placementStrategy": "AUTO"
}
]
}Response
Created
Example response
{
"customizationId": "cst_k66ZW4fsRm6c2def3itltA",
"pipelineId": "dpl_k66ZW4fsRm6c2def3itltA"
}