Create a new customization
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.
Documentation Index
Fetch the complete documentation index at: https://docs.fourthwall.com/llms.txt
Use this file to discover all available pages before exploring further.
offer_writeAPI keys have full access to this endpoint.Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Create a shop-bound customization (design sketch) for 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 and the response carries pipelineId: null and an empty images list. To iterate, re-POST with adjusted selections — there is no update-in-place.
Id of the product template the sketch targets, from GET /open-api/v1.0/product-templates. Same id space as CreateDesignProductRequestV1.productTemplateId.
"pro_k66ZW4fsRm6c2def3itltA"
Design regions to render on the product. Each region references a registered media-library image by id (register first via POST /open-api/v1.0/media/images and pass the returned id as imageId). Omit or pass an empty list to create the sketch without running the pipeline.
Colors to render. Defaults to all available product colors.
Sizes to include. Defaults to all available product sizes.
Response
Created
Response from creating a customization. pipelineId and images are populated only when regions were supplied in the request.
Id of the newly created customization sketch.
"cst_k66ZW4fsRm6c2def3itltA"
Rendered preview images. Empty when no regions were supplied.
Id of the design pipeline run; null when no regions were supplied.
"dpl_k66ZW4fsRm6c2def3itltA"