Saving private designs
- Last updated on May 15, 2025
- •
- Less than a minute to read
The editors have a Java
- Generate a print file
- Insert Variable Data into the file
- Re-open it in the editor
- ...
Along with the private design (state) ID, you also receive URLs for the proof images and print files. If you just need to display a proof image (e.g., in a shopping cart) or download a PDF file, just use them without any additional APIs.
When working with the product model, you can serialize in to a design file by using PUT /api/atoms/v1/designs/{id}/print-product/model
. This endpoint will generate a private design belonging to the user, who is working on it, and save it in that user's folder.
PUT /api/atoms/v1/designs/{id}/print-product/model
{
...
}
Further Reading
- Learn how to work with the product model using this API.
- Dive into Design Atoms API reference.