To enhance both branding and inclusivity for the All-Over Print Recycled Unisex Sweatshirt, on July 9, we’ll make two key improvements:
- New label placement. We’ll introduce a moon-shaped patch inside the garment called the “Label Panel,” located on the top back. This will provide a dedicated, consistent spot for your company logo, enhancing brand visibility.
- Expanded size range. We’ll add sizes 2XS, 4XL, 5XL, and 6XL to our range, ensuring that more customers can enjoy the comfort and style of the All-Over Print Sweatshirt.
Here’s how the new Label Panel looks:
By default, the patch has a white background. | This is how the patch will look if you decide to add a background color via Design Maker. |
What changes for me?
- Label background customization. We’ll automatically adjust and move your existing labels to the new placement. By default, the patch has a white background. If you prefer a different background color, you’ll have to update it manually through the Design Maker.
- Mockups update. Since the new label placement has visible stitching on the outside, we’ll update our mockups. We recommend uploading the new mockups on your store to reflect this change accurately. This will ensure that your customers have a realistic view of the updated product.
- New guidelines for designing the new sizes. The new sizes come with their own file guidelines. We highly recommend following them.
- New body measurement guidelines. To provide more accurate sizing information, we’ve updated our body measurement guidelines. Add them to your store to ensure your customers receive the best fit.
Where can I find the size guidelines and product templates for the new sizes?
Where can I find the new body measurement guidelines?
How do I update the label background and product mockups?
Scenario 1: You want to update the label background and product mockups of your existing listings
- From your Printful Dashboard, go to your synced Recycled Unisex Sweatshirt
- Adjust the Label Panel detail through the Design Maker
- Download the new mockups
- Add them to the existing listings on your store, and delete the old mockups from the same listings
Remember: If you don’t update your design, the Label Patch will have a white background by default.
Scenario 2: You want to add new sizes and update the label background and mockups of your existing listings
To add new sizes:
- Through Printful Dashboard, add the desired sizes to your existing Recycled Unisex Sweatshirt listing
- Manually add the new size guides to your store.
To update the label background and product mockups of your existing listings:
- From your Printful Dashboard, go to the synced Recycled Unisex Sweatshirt
- Adjust the Label Panel detail through the Design Maker
- Download the new mockups
- Add them to your existing listing, and delete the old mockups from the same listing
Remember: If you don’t update your design, the Label Patch will have a white background by default.
Scenario 3: You have an API store
To update the label background and product mockups of your existing listings:
- Retrieve the new placement name “Label Panel” from the Catalog endpoints. To do so, call one of the following endpoints depending on the API version you’re using:
- Version 1: GET https://api.printful.com/products/320
- Version 2: GET https://api.printful.com/v2/catalog-products/320
Doing so will get you a list of available placements for the Recycled Unisex Sweatshirt. In this case:
Version 1
"files": [
{
"id": "label_panel",
"type": "label_panel",
"title": "Label panel",
"additional_price": null,
"options": []
}
...
]
OR
Version 2
"placements": [
{
"placement": "label_panel",
"technique": "cut-sew",
"layers": [
{
"type": "file",
"layer_options": []
}
],
"placement_options": []
}
...
]
- Generate new product mockups:
- From products in the Catalog
Please follow the instructions provided here:
-
- From sync variants
Please check the design you created for a Recycled Unisex Sweatshirt variant:
Then, copy the design part to the mockup generation request with changes to the new Label Panel placement.
-
- From product templates
First, update the product templates with the new Label Panel placement. Then, call the mockup generation endpoint with product_template_id to schedule a new mockup.
To add new sizes:
Please call the corresponding update endpoints, and the rest will be handled automatically.
- API Version 1
- API Version 2 (same for both ecommerce and native stores)