Products
Create a new product
Create a new product
post/v1/shops/{shop_id}/products.json
Request body
Example request
{
"title": "Product",
"description": "Good product",
"safety_information": "GPSR information: John Doe...",
"blueprint_id": 384,
"print_provider_id": 1,
"variants": [
{
"id": 45740,
"price": 400,
"is_enabled": true
}
],
"print_areas": [
{
"variant_ids": [
33719
],
"placeholders": [
{
"position": "front",
"images": [
{
"id": "5c7665205342af161e1cb26e",
"src": "https://image-storage.example.com/5d39b159e7c48c000728c89f",
"name": "Test.png",
"type": "image/png",
"height": 5850,
"width": 4350,
"x": 0.5,
"y": 0.5,
"scale": 1.01,
"font_family": "ABeeZee",
"font_size": 200,
"font_weight": 400,
"font_color": "#ffffff",
"font_style": "normal",
"input_text": "Text example",
"text_align": "left",
"pattern": {
"spacing_x": 1,
"spacing_y": 2,
"scale": 3,
"offset": 4
}
}
]
}
],
"background": "#ffffff"
}
]
}Response
Successful operation
Example response
{
"id": "5d39b159e7c48c000728c89f",
"title": "Mug 11oz",
"description": "Perfect for coffee, tea and hot chocolate...",
"safety_information": "GPSR information: John Doe...",
"tags": [
"Home & Living",
"Mugs",
"11 oz"
],
"options": [
{
"name": "Sizes",
"type": "size",
"values": [
{
"id": 1189,
"title": "11oz"
}
]
}
],
"variants": [
{
"id": 33719,
"sku": "866366009",
"cost": 516,
"price": 860,
"title": "11oz",
"grams": 460,
"is_enabled": true,
"is_default": true,
"is_available": true,
"is_printify_express_eligible": true,
"options": [
1189
]
}
],
"images": [
{
"src": "https://images.printify.com/mockup/5d39b159e7c48c000728c89f/33719/145/mug-11oz.jpg",
"variant_ids": [
33719
],
"position": "front"
}
],
"created_at": "2019-07-25 13:40:41+00:00",
"updated_at": "2019-07-25 13:40:59+00:00",
"visible": true,
"is_printify_express_eligible": true,
"is_printify_express_enabled": true,
"is_economy_shipping_eligible": true,
"is_economy_shipping_enabled": true,
"blueprint_id": 68,
"user_id": 1337,
"shop_id": 1337,
"print_provider_id": 9,
"print_areas": [
{
"variant_ids": [
33719
],
"placeholders": [
{
"position": "front",
"images": [
{
"id": "5c7665205342af161e1cb26e",
"src": "https://image-storage.example.com/5d39b159e7c48c000728c89f",
"name": "Test.png",
"type": "image/png",
"height": 5850,
"width": 4350,
"x": 0.5,
"y": 0.5,
"scale": 1.01,
"font_family": "ABeeZee",
"font_size": 200,
"font_weight": 400,
"font_color": "#ffffff",
"font_style": "normal",
"input_text": "Text example",
"text_align": "left",
"pattern": {
"spacing_x": 1,
"spacing_y": 2,
"scale": 3,
"offset": 4
}
}
]
}
],
"background": "#ffffff"
}
],
"views": [
{
"id": 34395,
"label": "Front side",
"position": "front",
"files": [
{
"src": "https://images.printify.com/api/catalog/618e1792f80e2001a840687b.svg",
"variant_ids": [
33719
]
}
]
}
],
"sales_channel_properties": []
}