Create Template
Uri: https://v2.api.finerworks.com/v3/create_template
Method: POST
Creates a template object from a product.
Body
Name | Description | Type | Additional information |
---|---|---|---|
product | product |
Required |
Example JSON Body
application/json, text/json
{ "product": { "product_order_po": "sample string 1", "product_qty": 2, "product_sku": "sample string 3", "product_image": { "pixel_width": 1, "pixel_height": 2, "product_url_file": "sample string 3", "product_url_thumbnail": "sample string 4", "library_file": { "id": 1, "guid": "875ae026-8e3c-4a4b-aaf2-8ef91c9a9d81", "title": "sample string 3", "description": "sample string 4", "file_name": "sample string 5", "file_size": 6, "thumbnail_file_name": "sample string 7", "preview_file_name": "sample string 8", "hires_file_name": "sample string 9", "public_thumbnail_uri": "sample string 10", "public_preview_uri": "sample string 11", "personal_gallery_title": "sample string 12", "members_gallery_category": "sample string 13", "private_hires_uri": "sample string 14", "pix_w": 15, "pix_h": 16, "date_added": "2025-10-14T09:53:33.412231-05:00", "date_expires": "2025-10-14T09:53:33.412231-05:00", "active": true, "products": [ { "monetary_format": "sample string 1", "quantity": 2, "quantity_in_stock": 3, "sku": "sample string 4", "product_code": "sample string 5", "price_details": { "product_qty": 1, "product_sku": "sample string 2", "product_code": "sample string 3", "product_price": 4.1, "add_frame_price": 5.1, "add_mat_1_price": 6.1, "add_mat_2_price": 7.1, "add_glazing_price": 8.1, "add_color_correct_price": 9.1, "total_price": 10.1, "info": "sample string 11", "debug": {} }, "per_item_price": 6.0, "total_price": 7.0, "asking_price": 8.0, "name": "sample string 9", "description_short": "sample string 10", "description_long": "sample string 11", "labels": [ { "key": "sample string 1", "value": "sample string 2", "priority": 3 }, { "key": "sample string 1", "value": "sample string 2", "priority": 3 } ], "image_url_1": "sample string 12", "image_url_2": "sample string 13", "image_url_3": "sample string 14", "image_url_4": "sample string 15", "image_url_5": "sample string 16", "image_guid": "774545fa-1649-4141-ae2f-54c284da80a4", "product_size": { "width": 1.0, "height": 2.0, "depth": 3.0, "ounces": 4.0, "cubic_volume": 5.0, "is_rigid": true }, "third_party_integrations": { "etsy_product_id": 1, "shopify_product_id": 2, "shopify_variant_id": 3, "squarespace_product_id": "sample string 4", "squarespace_variant_id": "sample string 5", "wix_inventory_id": "sample string 6", "wix_product_id": "sample string 7", "wix_variant_id": "sample string 8", "woocommerce_product_id": 9, "woocommerce_variant_id": 10 }, "framing_options": { "collection_ids": [ 1, 2 ], "allow_frames": true, "allow_matting": true, "allow_glazing": true, "frame_required": true, "allow_float_matting": true, "require_float_matting": true }, "product_guid": "080252d4-4295-4ae0-8898-df3a77ccd4d4", "debug": {} }, { "monetary_format": "sample string 1", "quantity": 2, "quantity_in_stock": 3, "sku": "sample string 4", "product_code": "sample string 5", "price_details": { "product_qty": 1, "product_sku": "sample string 2", "product_code": "sample string 3", "product_price": 4.1, "add_frame_price": 5.1, "add_mat_1_price": 6.1, "add_mat_2_price": 7.1, "add_glazing_price": 8.1, "add_color_correct_price": 9.1, "total_price": 10.1, "info": "sample string 11", "debug": {} }, "per_item_price": 6.0, "total_price": 7.0, "asking_price": 8.0, "name": "sample string 9", "description_short": "sample string 10", "description_long": "sample string 11", "labels": [ { "key": "sample string 1", "value": "sample string 2", "priority": 3 }, { "key": "sample string 1", "value": "sample string 2", "priority": 3 } ], "image_url_1": "sample string 12", "image_url_2": "sample string 13", "image_url_3": "sample string 14", "image_url_4": "sample string 15", "image_url_5": "sample string 16", "image_guid": "774545fa-1649-4141-ae2f-54c284da80a4", "product_size": { "width": 1.0, "height": 2.0, "depth": 3.0, "ounces": 4.0, "cubic_volume": 5.0, "is_rigid": true }, "third_party_integrations": { "etsy_product_id": 1, "shopify_product_id": 2, "shopify_variant_id": 3, "squarespace_product_id": "sample string 4", "squarespace_variant_id": "sample string 5", "wix_inventory_id": "sample string 6", "wix_product_id": "sample string 7", "wix_variant_id": "sample string 8", "woocommerce_product_id": 9, "woocommerce_variant_id": 10 }, "framing_options": { "collection_ids": [ 1, 2 ], "allow_frames": true, "allow_matting": true, "allow_glazing": true, "frame_required": true, "allow_float_matting": true, "require_float_matting": true }, "product_guid": "080252d4-4295-4ae0-8898-df3a77ccd4d4", "debug": {} } ] } }, "product_title": "sample string 5", "template": { "id": "64d474fc-e42d-4ef8-a7ef-d840330a6ea8", "thumbnail_url": "sample string 2", "product_code": "sample string 3" }, "product_guid": "991556cc-7680-4064-ab54-9e157b4b0af2", "custom_data_1": "sample string 7", "custom_data_2": "sample string 8", "custom_data_3": "sample string 9" } }
Sample Code Library
curl --location --request sample_method 'https://v2.api.finerworks.comsample_endpoint' \
--header 'Content-Type: application/json' \
--header 'web_api_key: my-web-api-key-goes-here' \
--header 'app_key: my-app-key-goes-here' \
--data-raw '{
"product": {
"product_order_po": "sample string 1",
"product_qty": 2,
"product_sku": "sample string 3",
"product_image": {
"pixel_width": 1,
"pixel_height": 2,
"product_url_file": "sample string 3",
"product_url_thumbnail": "sample string 4",
"library_file": {
"id": 1,
"guid": "875ae026-8e3c-4a4b-aaf2-8ef91c9a9d81",
"title": "sample string 3",
"description": "sample string 4",
"file_name": "sample string 5",
"file_size": 6,
"thumbnail_file_name": "sample string 7",
"preview_file_name": "sample string 8",
"hires_file_name": "sample string 9",
"public_thumbnail_uri": "sample string 10",
"public_preview_uri": "sample string 11",
"personal_gallery_title": "sample string 12",
"members_gallery_category": "sample string 13",
"private_hires_uri": "sample string 14",
"pix_w": 15,
"pix_h": 16,
"date_added": "2025-10-14T09:53:33.412231-05:00",
"date_expires": "2025-10-14T09:53:33.412231-05:00",
"active": true,
"products": [
{
"monetary_format": "sample string 1",
"quantity": 2,
"quantity_in_stock": 3,
"sku": "sample string 4",
"product_code": "sample string 5",
"price_details": {
"product_qty": 1,
"product_sku": "sample string 2",
"product_code": "sample string 3",
"product_price": 4.1,
"add_frame_price": 5.1,
"add_mat_1_price": 6.1,
"add_mat_2_price": 7.1,
"add_glazing_price": 8.1,
"add_color_correct_price": 9.1,
"total_price": 10.1,
"info": "sample string 11",
"debug": {}
},
"per_item_price": 6.0,
"total_price": 7.0,
"asking_price": 8.0,
"name": "sample string 9",
"description_short": "sample string 10",
"description_long": "sample string 11",
"labels": [
{
"key": "sample string 1",
"value": "sample string 2",
"priority": 3
},
{
"key": "sample string 1",
"value": "sample string 2",
"priority": 3
}
],
"image_url_1": "sample string 12",
"image_url_2": "sample string 13",
"image_url_3": "sample string 14",
"image_url_4": "sample string 15",
"image_url_5": "sample string 16",
"image_guid": "774545fa-1649-4141-ae2f-54c284da80a4",
"product_size": {
"width": 1.0,
"height": 2.0,
"depth": 3.0,
"ounces": 4.0,
"cubic_volume": 5.0,
"is_rigid": true
},
"third_party_integrations": {
"etsy_product_id": 1,
"shopify_product_id": 2,
"shopify_variant_id": 3,
"squarespace_product_id": "sample string 4",
"squarespace_variant_id": "sample string 5",
"wix_inventory_id": "sample string 6",
"wix_product_id": "sample string 7",
"wix_variant_id": "sample string 8",
"woocommerce_product_id": 9,
"woocommerce_variant_id": 10
},
"framing_options": {
"collection_ids": [
1,
2
],
"allow_frames": true,
"allow_matting": true,
"allow_glazing": true,
"frame_required": true,
"allow_float_matting": true,
"require_float_matting": true
},
"product_guid": "080252d4-4295-4ae0-8898-df3a77ccd4d4",
"debug": {}
},
{
"monetary_format": "sample string 1",
"quantity": 2,
"quantity_in_stock": 3,
"sku": "sample string 4",
"product_code": "sample string 5",
"price_details": {
"product_qty": 1,
"product_sku": "sample string 2",
"product_code": "sample string 3",
"product_price": 4.1,
"add_frame_price": 5.1,
"add_mat_1_price": 6.1,
"add_mat_2_price": 7.1,
"add_glazing_price": 8.1,
"add_color_correct_price": 9.1,
"total_price": 10.1,
"info": "sample string 11",
"debug": {}
},
"per_item_price": 6.0,
"total_price": 7.0,
"asking_price": 8.0,
"name": "sample string 9",
"description_short": "sample string 10",
"description_long": "sample string 11",
"labels": [
{
"key": "sample string 1",
"value": "sample string 2",
"priority": 3
},
{
"key": "sample string 1",
"value": "sample string 2",
"priority": 3
}
],
"image_url_1": "sample string 12",
"image_url_2": "sample string 13",
"image_url_3": "sample string 14",
"image_url_4": "sample string 15",
"image_url_5": "sample string 16",
"image_guid": "774545fa-1649-4141-ae2f-54c284da80a4",
"product_size": {
"width": 1.0,
"height": 2.0,
"depth": 3.0,
"ounces": 4.0,
"cubic_volume": 5.0,
"is_rigid": true
},
"third_party_integrations": {
"etsy_product_id": 1,
"shopify_product_id": 2,
"shopify_variant_id": 3,
"squarespace_product_id": "sample string 4",
"squarespace_variant_id": "sample string 5",
"wix_inventory_id": "sample string 6",
"wix_product_id": "sample string 7",
"wix_variant_id": "sample string 8",
"woocommerce_product_id": 9,
"woocommerce_variant_id": 10
},
"framing_options": {
"collection_ids": [
1,
2
],
"allow_frames": true,
"allow_matting": true,
"allow_glazing": true,
"frame_required": true,
"allow_float_matting": true,
"require_float_matting": true
},
"product_guid": "080252d4-4295-4ae0-8898-df3a77ccd4d4",
"debug": {}
}
]
}
},
"product_title": "sample string 5",
"template": {
"id": "64d474fc-e42d-4ef8-a7ef-d840330a6ea8",
"thumbnail_url": "sample string 2",
"product_code": "sample string 3"
},
"product_guid": "991556cc-7680-4064-ab54-9e157b4b0af2",
"custom_data_1": "sample string 7",
"custom_data_2": "sample string 8",
"custom_data_3": "sample string 9"
}
}'
require_once 'HTTP/Request2.php';
$request = new HTTP_Request2();
$request->setUrl('https://v2.api.finerworks.comsample_endpoint');
$request->setMethod(HTTP_Request2::METHOD_sample_method);
$request->setConfig(array(
'follow_redirects' => TRUE
));
$request->setHeader(array(
'Content-Type' => 'application/json',
'web_api_key' => 'my-web-api-key-goes-here',
'app_key' => 'my-app-key-goes-here'
));
$request->setBody('{
'product': {
'product_order_po': 'sample string 1',
'product_qty': 2,
'product_sku': 'sample string 3',
'product_image': {
'pixel_width': 1,
'pixel_height': 2,
'product_url_file': 'sample string 3',
'product_url_thumbnail': 'sample string 4',
'library_file': {
'id': 1,
'guid': '875ae026-8e3c-4a4b-aaf2-8ef91c9a9d81',
'title': 'sample string 3',
'description': 'sample string 4',
'file_name': 'sample string 5',
'file_size': 6,
'thumbnail_file_name': 'sample string 7',
'preview_file_name': 'sample string 8',
'hires_file_name': 'sample string 9',
'public_thumbnail_uri': 'sample string 10',
'public_preview_uri': 'sample string 11',
'personal_gallery_title': 'sample string 12',
'members_gallery_category': 'sample string 13',
'private_hires_uri': 'sample string 14',
'pix_w': 15,
'pix_h': 16,
'date_added': '2025-10-14T09:53:33.412231-05:00',
'date_expires': '2025-10-14T09:53:33.412231-05:00',
'active': true,
'products': [
{
'monetary_format': 'sample string 1',
'quantity': 2,
'quantity_in_stock': 3,
'sku': 'sample string 4',
'product_code': 'sample string 5',
'price_details': {
'product_qty': 1,
'product_sku': 'sample string 2',
'product_code': 'sample string 3',
'product_price': 4.1,
'add_frame_price': 5.1,
'add_mat_1_price': 6.1,
'add_mat_2_price': 7.1,
'add_glazing_price': 8.1,
'add_color_correct_price': 9.1,
'total_price': 10.1,
'info': 'sample string 11',
'debug': {}
},
'per_item_price': 6.0,
'total_price': 7.0,
'asking_price': 8.0,
'name': 'sample string 9',
'description_short': 'sample string 10',
'description_long': 'sample string 11',
'labels': [
{
'key': 'sample string 1',
'value': 'sample string 2',
'priority': 3
},
{
'key': 'sample string 1',
'value': 'sample string 2',
'priority': 3
}
],
'image_url_1': 'sample string 12',
'image_url_2': 'sample string 13',
'image_url_3': 'sample string 14',
'image_url_4': 'sample string 15',
'image_url_5': 'sample string 16',
'image_guid': '774545fa-1649-4141-ae2f-54c284da80a4',
'product_size': {
'width': 1.0,
'height': 2.0,
'depth': 3.0,
'ounces': 4.0,
'cubic_volume': 5.0,
'is_rigid': true
},
'third_party_integrations': {
'etsy_product_id': 1,
'shopify_product_id': 2,
'shopify_variant_id': 3,
'squarespace_product_id': 'sample string 4',
'squarespace_variant_id': 'sample string 5',
'wix_inventory_id': 'sample string 6',
'wix_product_id': 'sample string 7',
'wix_variant_id': 'sample string 8',
'woocommerce_product_id': 9,
'woocommerce_variant_id': 10
},
'framing_options': {
'collection_ids': [
1,
2
],
'allow_frames': true,
'allow_matting': true,
'allow_glazing': true,
'frame_required': true,
'allow_float_matting': true,
'require_float_matting': true
},
'product_guid': '080252d4-4295-4ae0-8898-df3a77ccd4d4',
'debug': {}
},
{
'monetary_format': 'sample string 1',
'quantity': 2,
'quantity_in_stock': 3,
'sku': 'sample string 4',
'product_code': 'sample string 5',
'price_details': {
'product_qty': 1,
'product_sku': 'sample string 2',
'product_code': 'sample string 3',
'product_price': 4.1,
'add_frame_price': 5.1,
'add_mat_1_price': 6.1,
'add_mat_2_price': 7.1,
'add_glazing_price': 8.1,
'add_color_correct_price': 9.1,
'total_price': 10.1,
'info': 'sample string 11',
'debug': {}
},
'per_item_price': 6.0,
'total_price': 7.0,
'asking_price': 8.0,
'name': 'sample string 9',
'description_short': 'sample string 10',
'description_long': 'sample string 11',
'labels': [
{
'key': 'sample string 1',
'value': 'sample string 2',
'priority': 3
},
{
'key': 'sample string 1',
'value': 'sample string 2',
'priority': 3
}
],
'image_url_1': 'sample string 12',
'image_url_2': 'sample string 13',
'image_url_3': 'sample string 14',
'image_url_4': 'sample string 15',
'image_url_5': 'sample string 16',
'image_guid': '774545fa-1649-4141-ae2f-54c284da80a4',
'product_size': {
'width': 1.0,
'height': 2.0,
'depth': 3.0,
'ounces': 4.0,
'cubic_volume': 5.0,
'is_rigid': true
},
'third_party_integrations': {
'etsy_product_id': 1,
'shopify_product_id': 2,
'shopify_variant_id': 3,
'squarespace_product_id': 'sample string 4',
'squarespace_variant_id': 'sample string 5',
'wix_inventory_id': 'sample string 6',
'wix_product_id': 'sample string 7',
'wix_variant_id': 'sample string 8',
'woocommerce_product_id': 9,
'woocommerce_variant_id': 10
},
'framing_options': {
'collection_ids': [
1,
2
],
'allow_frames': true,
'allow_matting': true,
'allow_glazing': true,
'frame_required': true,
'allow_float_matting': true,
'require_float_matting': true
},
'product_guid': '080252d4-4295-4ae0-8898-df3a77ccd4d4',
'debug': {}
}
]
}
},
'product_title': 'sample string 5',
'template': {
'id': '64d474fc-e42d-4ef8-a7ef-d840330a6ea8',
'thumbnail_url': 'sample string 2',
'product_code': 'sample string 3'
},
'product_guid': '991556cc-7680-4064-ab54-9e157b4b0af2',
'custom_data_1': 'sample string 7',
'custom_data_2': 'sample string 8',
'custom_data_3': 'sample string 9'
}
}');
try {
$response = $request->send();
if ($response->getStatus() == 200) {
echo $response->getBody();
}
else {
echo 'Unexpected HTTP status: ' . $response->getStatus() . ' ' .
$response->getReasonPhrase();
}
}
catch(HTTP_Request2_Exception $e) {
echo 'Error: ' . $e->getMessage();
}
var client = new RestClient("https://v2.api.finerworks.comsample_endpoint");
client.Timeout = -1;
var request = new RestRequest(Method.sample_method);
request.AddHeader("Content-Type", "application/json");
request.AddHeader("web_api_key", "my-web-api-key-goes-here");
request.AddHeader("app_key", "my-app-key-goes-here");
request.AddParameter("application/json", "{
'product': {
'product_order_po': 'sample string 1',
'product_qty': 2,
'product_sku': 'sample string 3',
'product_image': {
'pixel_width': 1,
'pixel_height': 2,
'product_url_file': 'sample string 3',
'product_url_thumbnail': 'sample string 4',
'library_file': {
'id': 1,
'guid': '875ae026-8e3c-4a4b-aaf2-8ef91c9a9d81',
'title': 'sample string 3',
'description': 'sample string 4',
'file_name': 'sample string 5',
'file_size': 6,
'thumbnail_file_name': 'sample string 7',
'preview_file_name': 'sample string 8',
'hires_file_name': 'sample string 9',
'public_thumbnail_uri': 'sample string 10',
'public_preview_uri': 'sample string 11',
'personal_gallery_title': 'sample string 12',
'members_gallery_category': 'sample string 13',
'private_hires_uri': 'sample string 14',
'pix_w': 15,
'pix_h': 16,
'date_added': '2025-10-14T09:53:33.412231-05:00',
'date_expires': '2025-10-14T09:53:33.412231-05:00',
'active': true,
'products': [
{
'monetary_format': 'sample string 1',
'quantity': 2,
'quantity_in_stock': 3,
'sku': 'sample string 4',
'product_code': 'sample string 5',
'price_details': {
'product_qty': 1,
'product_sku': 'sample string 2',
'product_code': 'sample string 3',
'product_price': 4.1,
'add_frame_price': 5.1,
'add_mat_1_price': 6.1,
'add_mat_2_price': 7.1,
'add_glazing_price': 8.1,
'add_color_correct_price': 9.1,
'total_price': 10.1,
'info': 'sample string 11',
'debug': {}
},
'per_item_price': 6.0,
'total_price': 7.0,
'asking_price': 8.0,
'name': 'sample string 9',
'description_short': 'sample string 10',
'description_long': 'sample string 11',
'labels': [
{
'key': 'sample string 1',
'value': 'sample string 2',
'priority': 3
},
{
'key': 'sample string 1',
'value': 'sample string 2',
'priority': 3
}
],
'image_url_1': 'sample string 12',
'image_url_2': 'sample string 13',
'image_url_3': 'sample string 14',
'image_url_4': 'sample string 15',
'image_url_5': 'sample string 16',
'image_guid': '774545fa-1649-4141-ae2f-54c284da80a4',
'product_size': {
'width': 1.0,
'height': 2.0,
'depth': 3.0,
'ounces': 4.0,
'cubic_volume': 5.0,
'is_rigid': true
},
'third_party_integrations': {
'etsy_product_id': 1,
'shopify_product_id': 2,
'shopify_variant_id': 3,
'squarespace_product_id': 'sample string 4',
'squarespace_variant_id': 'sample string 5',
'wix_inventory_id': 'sample string 6',
'wix_product_id': 'sample string 7',
'wix_variant_id': 'sample string 8',
'woocommerce_product_id': 9,
'woocommerce_variant_id': 10
},
'framing_options': {
'collection_ids': [
1,
2
],
'allow_frames': true,
'allow_matting': true,
'allow_glazing': true,
'frame_required': true,
'allow_float_matting': true,
'require_float_matting': true
},
'product_guid': '080252d4-4295-4ae0-8898-df3a77ccd4d4',
'debug': {}
},
{
'monetary_format': 'sample string 1',
'quantity': 2,
'quantity_in_stock': 3,
'sku': 'sample string 4',
'product_code': 'sample string 5',
'price_details': {
'product_qty': 1,
'product_sku': 'sample string 2',
'product_code': 'sample string 3',
'product_price': 4.1,
'add_frame_price': 5.1,
'add_mat_1_price': 6.1,
'add_mat_2_price': 7.1,
'add_glazing_price': 8.1,
'add_color_correct_price': 9.1,
'total_price': 10.1,
'info': 'sample string 11',
'debug': {}
},
'per_item_price': 6.0,
'total_price': 7.0,
'asking_price': 8.0,
'name': 'sample string 9',
'description_short': 'sample string 10',
'description_long': 'sample string 11',
'labels': [
{
'key': 'sample string 1',
'value': 'sample string 2',
'priority': 3
},
{
'key': 'sample string 1',
'value': 'sample string 2',
'priority': 3
}
],
'image_url_1': 'sample string 12',
'image_url_2': 'sample string 13',
'image_url_3': 'sample string 14',
'image_url_4': 'sample string 15',
'image_url_5': 'sample string 16',
'image_guid': '774545fa-1649-4141-ae2f-54c284da80a4',
'product_size': {
'width': 1.0,
'height': 2.0,
'depth': 3.0,
'ounces': 4.0,
'cubic_volume': 5.0,
'is_rigid': true
},
'third_party_integrations': {
'etsy_product_id': 1,
'shopify_product_id': 2,
'shopify_variant_id': 3,
'squarespace_product_id': 'sample string 4',
'squarespace_variant_id': 'sample string 5',
'wix_inventory_id': 'sample string 6',
'wix_product_id': 'sample string 7',
'wix_variant_id': 'sample string 8',
'woocommerce_product_id': 9,
'woocommerce_variant_id': 10
},
'framing_options': {
'collection_ids': [
1,
2
],
'allow_frames': true,
'allow_matting': true,
'allow_glazing': true,
'frame_required': true,
'allow_float_matting': true,
'require_float_matting': true
},
'product_guid': '080252d4-4295-4ae0-8898-df3a77ccd4d4',
'debug': {}
}
]
}
},
'product_title': 'sample string 5',
'template': {
'id': '64d474fc-e42d-4ef8-a7ef-d840330a6ea8',
'thumbnail_url': 'sample string 2',
'product_code': 'sample string 3'
},
'product_guid': '991556cc-7680-4064-ab54-9e157b4b0af2',
'custom_data_1': 'sample string 7',
'custom_data_2': 'sample string 8',
'custom_data_3': 'sample string 9'
}
}, ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
Console.WriteLine(response.Content);
var settings = {
"url": "https://v2.api.finerworks.comsample_endpoint",
"method": "sample_method",
"timeout": 0,
"headers": {
"Content-Type": "application/json",
"web_api_key": "my-web-api-key-goes-here",
"app_key": "my-app-key-goes-here"
},
"data": JSON.stringify({
'product': {
'product_order_po': 'sample string 1',
'product_qty': 2,
'product_sku': 'sample string 3',
'product_image': {
'pixel_width': 1,
'pixel_height': 2,
'product_url_file': 'sample string 3',
'product_url_thumbnail': 'sample string 4',
'library_file': {
'id': 1,
'guid': '875ae026-8e3c-4a4b-aaf2-8ef91c9a9d81',
'title': 'sample string 3',
'description': 'sample string 4',
'file_name': 'sample string 5',
'file_size': 6,
'thumbnail_file_name': 'sample string 7',
'preview_file_name': 'sample string 8',
'hires_file_name': 'sample string 9',
'public_thumbnail_uri': 'sample string 10',
'public_preview_uri': 'sample string 11',
'personal_gallery_title': 'sample string 12',
'members_gallery_category': 'sample string 13',
'private_hires_uri': 'sample string 14',
'pix_w': 15,
'pix_h': 16,
'date_added': '2025-10-14T09:53:33.412231-05:00',
'date_expires': '2025-10-14T09:53:33.412231-05:00',
'active': true,
'products': [
{
'monetary_format': 'sample string 1',
'quantity': 2,
'quantity_in_stock': 3,
'sku': 'sample string 4',
'product_code': 'sample string 5',
'price_details': {
'product_qty': 1,
'product_sku': 'sample string 2',
'product_code': 'sample string 3',
'product_price': 4.1,
'add_frame_price': 5.1,
'add_mat_1_price': 6.1,
'add_mat_2_price': 7.1,
'add_glazing_price': 8.1,
'add_color_correct_price': 9.1,
'total_price': 10.1,
'info': 'sample string 11',
'debug': {}
},
'per_item_price': 6.0,
'total_price': 7.0,
'asking_price': 8.0,
'name': 'sample string 9',
'description_short': 'sample string 10',
'description_long': 'sample string 11',
'labels': [
{
'key': 'sample string 1',
'value': 'sample string 2',
'priority': 3
},
{
'key': 'sample string 1',
'value': 'sample string 2',
'priority': 3
}
],
'image_url_1': 'sample string 12',
'image_url_2': 'sample string 13',
'image_url_3': 'sample string 14',
'image_url_4': 'sample string 15',
'image_url_5': 'sample string 16',
'image_guid': '774545fa-1649-4141-ae2f-54c284da80a4',
'product_size': {
'width': 1.0,
'height': 2.0,
'depth': 3.0,
'ounces': 4.0,
'cubic_volume': 5.0,
'is_rigid': true
},
'third_party_integrations': {
'etsy_product_id': 1,
'shopify_product_id': 2,
'shopify_variant_id': 3,
'squarespace_product_id': 'sample string 4',
'squarespace_variant_id': 'sample string 5',
'wix_inventory_id': 'sample string 6',
'wix_product_id': 'sample string 7',
'wix_variant_id': 'sample string 8',
'woocommerce_product_id': 9,
'woocommerce_variant_id': 10
},
'framing_options': {
'collection_ids': [
1,
2
],
'allow_frames': true,
'allow_matting': true,
'allow_glazing': true,
'frame_required': true,
'allow_float_matting': true,
'require_float_matting': true
},
'product_guid': '080252d4-4295-4ae0-8898-df3a77ccd4d4',
'debug': {}
},
{
'monetary_format': 'sample string 1',
'quantity': 2,
'quantity_in_stock': 3,
'sku': 'sample string 4',
'product_code': 'sample string 5',
'price_details': {
'product_qty': 1,
'product_sku': 'sample string 2',
'product_code': 'sample string 3',
'product_price': 4.1,
'add_frame_price': 5.1,
'add_mat_1_price': 6.1,
'add_mat_2_price': 7.1,
'add_glazing_price': 8.1,
'add_color_correct_price': 9.1,
'total_price': 10.1,
'info': 'sample string 11',
'debug': {}
},
'per_item_price': 6.0,
'total_price': 7.0,
'asking_price': 8.0,
'name': 'sample string 9',
'description_short': 'sample string 10',
'description_long': 'sample string 11',
'labels': [
{
'key': 'sample string 1',
'value': 'sample string 2',
'priority': 3
},
{
'key': 'sample string 1',
'value': 'sample string 2',
'priority': 3
}
],
'image_url_1': 'sample string 12',
'image_url_2': 'sample string 13',
'image_url_3': 'sample string 14',
'image_url_4': 'sample string 15',
'image_url_5': 'sample string 16',
'image_guid': '774545fa-1649-4141-ae2f-54c284da80a4',
'product_size': {
'width': 1.0,
'height': 2.0,
'depth': 3.0,
'ounces': 4.0,
'cubic_volume': 5.0,
'is_rigid': true
},
'third_party_integrations': {
'etsy_product_id': 1,
'shopify_product_id': 2,
'shopify_variant_id': 3,
'squarespace_product_id': 'sample string 4',
'squarespace_variant_id': 'sample string 5',
'wix_inventory_id': 'sample string 6',
'wix_product_id': 'sample string 7',
'wix_variant_id': 'sample string 8',
'woocommerce_product_id': 9,
'woocommerce_variant_id': 10
},
'framing_options': {
'collection_ids': [
1,
2
],
'allow_frames': true,
'allow_matting': true,
'allow_glazing': true,
'frame_required': true,
'allow_float_matting': true,
'require_float_matting': true
},
'product_guid': '080252d4-4295-4ae0-8898-df3a77ccd4d4',
'debug': {}
}
]
}
},
'product_title': 'sample string 5',
'template': {
'id': '64d474fc-e42d-4ef8-a7ef-d840330a6ea8',
'thumbnail_url': 'sample string 2',
'product_code': 'sample string 3'
},
'product_guid': '991556cc-7680-4064-ab54-9e157b4b0af2',
'custom_data_1': 'sample string 7',
'custom_data_2': 'sample string 8',
'custom_data_3': 'sample string 9'
}
}),
};
$.ajax(settings).done(function (response) {
console.log(response);
});
var https = require('follow-redirects').https;
var fs = require('fs');
var options = {
'method': 'sample_method',
'hostname': 'v2.api.finerworks.com',
'path': 'sample_endpoint',
'headers': {
'Content-Type': 'application/json',
'web_api_key': 'my-web-api-key-goes-here',
'app_key': 'my-app-key-goes-here'
},
'maxRedirects': 20
};
var req = https.request(options, function (res) {
var chunks = [];
res.on("data", function (chunk) {
chunks.push(chunk);
});
res.on("end", function (chunk) {
var body = Buffer.concat(chunks);
console.log(body.toString());
});
res.on("error", function (error) {
console.error(error);
});
});
var postData = JSON.stringify({
"product": {
"product_order_po": "sample string 1",
"product_qty": 2,
"product_sku": "sample string 3",
"product_image": {
"pixel_width": 1,
"pixel_height": 2,
"product_url_file": "sample string 3",
"product_url_thumbnail": "sample string 4",
"library_file": {
"id": 1,
"guid": "875ae026-8e3c-4a4b-aaf2-8ef91c9a9d81",
"title": "sample string 3",
"description": "sample string 4",
"file_name": "sample string 5",
"file_size": 6,
"thumbnail_file_name": "sample string 7",
"preview_file_name": "sample string 8",
"hires_file_name": "sample string 9",
"public_thumbnail_uri": "sample string 10",
"public_preview_uri": "sample string 11",
"personal_gallery_title": "sample string 12",
"members_gallery_category": "sample string 13",
"private_hires_uri": "sample string 14",
"pix_w": 15,
"pix_h": 16,
"date_added": "2025-10-14T09:53:33.412231-05:00",
"date_expires": "2025-10-14T09:53:33.412231-05:00",
"active": true,
"products": [
{
"monetary_format": "sample string 1",
"quantity": 2,
"quantity_in_stock": 3,
"sku": "sample string 4",
"product_code": "sample string 5",
"price_details": {
"product_qty": 1,
"product_sku": "sample string 2",
"product_code": "sample string 3",
"product_price": 4.1,
"add_frame_price": 5.1,
"add_mat_1_price": 6.1,
"add_mat_2_price": 7.1,
"add_glazing_price": 8.1,
"add_color_correct_price": 9.1,
"total_price": 10.1,
"info": "sample string 11",
"debug": {}
},
"per_item_price": 6.0,
"total_price": 7.0,
"asking_price": 8.0,
"name": "sample string 9",
"description_short": "sample string 10",
"description_long": "sample string 11",
"labels": [
{
"key": "sample string 1",
"value": "sample string 2",
"priority": 3
},
{
"key": "sample string 1",
"value": "sample string 2",
"priority": 3
}
],
"image_url_1": "sample string 12",
"image_url_2": "sample string 13",
"image_url_3": "sample string 14",
"image_url_4": "sample string 15",
"image_url_5": "sample string 16",
"image_guid": "774545fa-1649-4141-ae2f-54c284da80a4",
"product_size": {
"width": 1.0,
"height": 2.0,
"depth": 3.0,
"ounces": 4.0,
"cubic_volume": 5.0,
"is_rigid": true
},
"third_party_integrations": {
"etsy_product_id": 1,
"shopify_product_id": 2,
"shopify_variant_id": 3,
"squarespace_product_id": "sample string 4",
"squarespace_variant_id": "sample string 5",
"wix_inventory_id": "sample string 6",
"wix_product_id": "sample string 7",
"wix_variant_id": "sample string 8",
"woocommerce_product_id": 9,
"woocommerce_variant_id": 10
},
"framing_options": {
"collection_ids": [
1,
2
],
"allow_frames": true,
"allow_matting": true,
"allow_glazing": true,
"frame_required": true,
"allow_float_matting": true,
"require_float_matting": true
},
"product_guid": "080252d4-4295-4ae0-8898-df3a77ccd4d4",
"debug": {}
},
{
"monetary_format": "sample string 1",
"quantity": 2,
"quantity_in_stock": 3,
"sku": "sample string 4",
"product_code": "sample string 5",
"price_details": {
"product_qty": 1,
"product_sku": "sample string 2",
"product_code": "sample string 3",
"product_price": 4.1,
"add_frame_price": 5.1,
"add_mat_1_price": 6.1,
"add_mat_2_price": 7.1,
"add_glazing_price": 8.1,
"add_color_correct_price": 9.1,
"total_price": 10.1,
"info": "sample string 11",
"debug": {}
},
"per_item_price": 6.0,
"total_price": 7.0,
"asking_price": 8.0,
"name": "sample string 9",
"description_short": "sample string 10",
"description_long": "sample string 11",
"labels": [
{
"key": "sample string 1",
"value": "sample string 2",
"priority": 3
},
{
"key": "sample string 1",
"value": "sample string 2",
"priority": 3
}
],
"image_url_1": "sample string 12",
"image_url_2": "sample string 13",
"image_url_3": "sample string 14",
"image_url_4": "sample string 15",
"image_url_5": "sample string 16",
"image_guid": "774545fa-1649-4141-ae2f-54c284da80a4",
"product_size": {
"width": 1.0,
"height": 2.0,
"depth": 3.0,
"ounces": 4.0,
"cubic_volume": 5.0,
"is_rigid": true
},
"third_party_integrations": {
"etsy_product_id": 1,
"shopify_product_id": 2,
"shopify_variant_id": 3,
"squarespace_product_id": "sample string 4",
"squarespace_variant_id": "sample string 5",
"wix_inventory_id": "sample string 6",
"wix_product_id": "sample string 7",
"wix_variant_id": "sample string 8",
"woocommerce_product_id": 9,
"woocommerce_variant_id": 10
},
"framing_options": {
"collection_ids": [
1,
2
],
"allow_frames": true,
"allow_matting": true,
"allow_glazing": true,
"frame_required": true,
"allow_float_matting": true,
"require_float_matting": true
},
"product_guid": "080252d4-4295-4ae0-8898-df3a77ccd4d4",
"debug": {}
}
]
}
},
"product_title": "sample string 5",
"template": {
"id": "64d474fc-e42d-4ef8-a7ef-d840330a6ea8",
"thumbnail_url": "sample string 2",
"product_code": "sample string 3"
},
"product_guid": "991556cc-7680-4064-ab54-9e157b4b0af2",
"custom_data_1": "sample string 7",
"custom_data_2": "sample string 8",
"custom_data_3": "sample string 9"
}
});
req.write(postData);
req.end();
require "uri"
require "net/http"
url = URI("https://v2.api.finerworks.comsample_endpoint")
https = Net::HTTP.new(url.host, url.port)
https.use_ssl = true
request = Net::HTTP::sample_method.new(url)
request["Content-Type"] = "application/json"
request["web_api_key"] = "my-web-api-key-goes-here"
request["app_key"] = "my-app-key-goes-here"
request.body = "{
'product': {
'product_order_po': 'sample string 1',
'product_qty': 2,
'product_sku': 'sample string 3',
'product_image': {
'pixel_width': 1,
'pixel_height': 2,
'product_url_file': 'sample string 3',
'product_url_thumbnail': 'sample string 4',
'library_file': {
'id': 1,
'guid': '875ae026-8e3c-4a4b-aaf2-8ef91c9a9d81',
'title': 'sample string 3',
'description': 'sample string 4',
'file_name': 'sample string 5',
'file_size': 6,
'thumbnail_file_name': 'sample string 7',
'preview_file_name': 'sample string 8',
'hires_file_name': 'sample string 9',
'public_thumbnail_uri': 'sample string 10',
'public_preview_uri': 'sample string 11',
'personal_gallery_title': 'sample string 12',
'members_gallery_category': 'sample string 13',
'private_hires_uri': 'sample string 14',
'pix_w': 15,
'pix_h': 16,
'date_added': '2025-10-14T09:53:33.412231-05:00',
'date_expires': '2025-10-14T09:53:33.412231-05:00',
'active': true,
'products': [
{
'monetary_format': 'sample string 1',
'quantity': 2,
'quantity_in_stock': 3,
'sku': 'sample string 4',
'product_code': 'sample string 5',
'price_details': {
'product_qty': 1,
'product_sku': 'sample string 2',
'product_code': 'sample string 3',
'product_price': 4.1,
'add_frame_price': 5.1,
'add_mat_1_price': 6.1,
'add_mat_2_price': 7.1,
'add_glazing_price': 8.1,
'add_color_correct_price': 9.1,
'total_price': 10.1,
'info': 'sample string 11',
'debug': {}
},
'per_item_price': 6.0,
'total_price': 7.0,
'asking_price': 8.0,
'name': 'sample string 9',
'description_short': 'sample string 10',
'description_long': 'sample string 11',
'labels': [
{
'key': 'sample string 1',
'value': 'sample string 2',
'priority': 3
},
{
'key': 'sample string 1',
'value': 'sample string 2',
'priority': 3
}
],
'image_url_1': 'sample string 12',
'image_url_2': 'sample string 13',
'image_url_3': 'sample string 14',
'image_url_4': 'sample string 15',
'image_url_5': 'sample string 16',
'image_guid': '774545fa-1649-4141-ae2f-54c284da80a4',
'product_size': {
'width': 1.0,
'height': 2.0,
'depth': 3.0,
'ounces': 4.0,
'cubic_volume': 5.0,
'is_rigid': true
},
'third_party_integrations': {
'etsy_product_id': 1,
'shopify_product_id': 2,
'shopify_variant_id': 3,
'squarespace_product_id': 'sample string 4',
'squarespace_variant_id': 'sample string 5',
'wix_inventory_id': 'sample string 6',
'wix_product_id': 'sample string 7',
'wix_variant_id': 'sample string 8',
'woocommerce_product_id': 9,
'woocommerce_variant_id': 10
},
'framing_options': {
'collection_ids': [
1,
2
],
'allow_frames': true,
'allow_matting': true,
'allow_glazing': true,
'frame_required': true,
'allow_float_matting': true,
'require_float_matting': true
},
'product_guid': '080252d4-4295-4ae0-8898-df3a77ccd4d4',
'debug': {}
},
{
'monetary_format': 'sample string 1',
'quantity': 2,
'quantity_in_stock': 3,
'sku': 'sample string 4',
'product_code': 'sample string 5',
'price_details': {
'product_qty': 1,
'product_sku': 'sample string 2',
'product_code': 'sample string 3',
'product_price': 4.1,
'add_frame_price': 5.1,
'add_mat_1_price': 6.1,
'add_mat_2_price': 7.1,
'add_glazing_price': 8.1,
'add_color_correct_price': 9.1,
'total_price': 10.1,
'info': 'sample string 11',
'debug': {}
},
'per_item_price': 6.0,
'total_price': 7.0,
'asking_price': 8.0,
'name': 'sample string 9',
'description_short': 'sample string 10',
'description_long': 'sample string 11',
'labels': [
{
'key': 'sample string 1',
'value': 'sample string 2',
'priority': 3
},
{
'key': 'sample string 1',
'value': 'sample string 2',
'priority': 3
}
],
'image_url_1': 'sample string 12',
'image_url_2': 'sample string 13',
'image_url_3': 'sample string 14',
'image_url_4': 'sample string 15',
'image_url_5': 'sample string 16',
'image_guid': '774545fa-1649-4141-ae2f-54c284da80a4',
'product_size': {
'width': 1.0,
'height': 2.0,
'depth': 3.0,
'ounces': 4.0,
'cubic_volume': 5.0,
'is_rigid': true
},
'third_party_integrations': {
'etsy_product_id': 1,
'shopify_product_id': 2,
'shopify_variant_id': 3,
'squarespace_product_id': 'sample string 4',
'squarespace_variant_id': 'sample string 5',
'wix_inventory_id': 'sample string 6',
'wix_product_id': 'sample string 7',
'wix_variant_id': 'sample string 8',
'woocommerce_product_id': 9,
'woocommerce_variant_id': 10
},
'framing_options': {
'collection_ids': [
1,
2
],
'allow_frames': true,
'allow_matting': true,
'allow_glazing': true,
'frame_required': true,
'allow_float_matting': true,
'require_float_matting': true
},
'product_guid': '080252d4-4295-4ae0-8898-df3a77ccd4d4',
'debug': {}
}
]
}
},
'product_title': 'sample string 5',
'template': {
'id': '64d474fc-e42d-4ef8-a7ef-d840330a6ea8',
'thumbnail_url': 'sample string 2',
'product_code': 'sample string 3'
},
'product_guid': '991556cc-7680-4064-ab54-9e157b4b0af2',
'custom_data_1': 'sample string 7',
'custom_data_2': 'sample string 8',
'custom_data_3': 'sample string 9'
}
}"
response = https.request(request)
puts response.read_body
Name | Description | Type | Additional information |
---|---|---|---|
template |
None. |
Example JSON Response
application/json, text/json
{ "template": { "version": "sample string 1", "id": "34e230cb-94d9-4e15-be1d-e84935289840", "name": "sample string 3", "creation_date": "2025-10-14T09:53:33.4138287-05:00", "DocW": 5.0, "DocH": 6.0, "description": [ "sample string 1", "sample string 2" ], "colors": [ "sample string 1", "sample string 2" ], "Rotation": 7, "AllowRotate": true, "aspect": "sample string 9", "activeAspect": "sample string 10", "CartID": "sample string 11", "OrderKey": "295b16d2-c1a5-43cf-a9ed-18412cd935fc", "Pages": [ { "id": "0ae3a0ea-2108-4281-98b1-05f0c0c28cab", "parentID": "2e7aa894-7ef1-4846-bc6b-02d0b6cf078a", "name": "sample string 3", "x": 4.0, "y": 5.0, "width": 6.0, "height": 7.0, "number": 8, "grid": 9.0, "background": { "source": "sample string 1", "color": "sample string 2", "scaleX": 3, "scaleY": 4, "rotate": 5 }, "aspect": "sample string 10", "side": "sample string 11", "active": true, "visible": true, "textoverimage": true, "Zones": [ { "id": "3fb39620-00f6-4a93-84d9-2057ad4c0641", "parentID": "13a8c5fc-8ce4-4b20-9fe1-2cb0d7ee32bd", "name": "sample string 3", "x": 4.0, "y": 5.0, "width": 6.0, "height": 7.0, "depth": 8.0, "thickness": 9.0, "color": "sample string 10", "printarea": { "width": 1.0, "height": 2.0, "border": 3.0, "bleed": 4.0, "wrap": 5.0 }, "image": { "id": "f6fc53bf-e26b-4918-be83-e3b7f84def38", "name": "sample string 2", "parentID": "0c469783-4531-4471-9055-56a22766c85e", "width": 4.0, "height": 5.0, "x": 6.0, "y": 7.0, "portraitaspect": true, "source": "sample string 9", "zoom": { "level": 1.0, "width": 2.0, "height": 3.0 }, "editor": { "color": "sample string 1", "fixlevel": "sample string 2", "affect": "sample string 3", "bleed": 4.0 }, "file": { "ImageFileID": 1, "ImageFileName": "sample string 2", "ImageFileGUID": "b87752c1-a916-49a1-a298-8264a5f970fa", "ImageFileW": 4.0, "ImageFileH": 5.0, "ImageFileThumbnailURL": "sample string 6", "ImageFileURL": "sample string 7", "ImageFileHiResFileURL": "sample string 8", "ImageFileSource": "sample string 9", "ImageAspect": "sample string 10" } }, "image_padding": 11.0, "types": [ 1, 2 ], "scaleX": 12.0, "scaleY": 13.0, "rotate": 14.0, "Texts": [ { "id": "sample string 1", "parentID": "sample string 2", "font": "sample string 3", "font_color": "sample string 4", "text": "sample string 5", "fillStyle": "sample string 6", "align": "sample string 7", "fontFamily": "sample string 8", "fontSize": "sample string 9", "fontStyle": "sample string 10", "x": 11.0, "y": 12.0, "width": 13.0, "height": 14.0, "lineHeight": 15.0, "maxWidth": 16.0, "padding": 17.0 }, { "id": "sample string 1", "parentID": "sample string 2", "font": "sample string 3", "font_color": "sample string 4", "text": "sample string 5", "fillStyle": "sample string 6", "align": "sample string 7", "fontFamily": "sample string 8", "fontSize": "sample string 9", "fontStyle": "sample string 10", "x": 11.0, "y": 12.0, "width": 13.0, "height": 14.0, "lineHeight": 15.0, "maxWidth": 16.0, "padding": 17.0 } ], "guides": [ { "parentID": "26162e49-0726-481c-b1bf-3959f8577bd0", "name": "sample string 2", "x": 3.0, "y": 4.0, "width": 5.0, "height": 6.0 }, { "parentID": "26162e49-0726-481c-b1bf-3959f8577bd0", "name": "sample string 2", "x": 3.0, "y": 4.0, "width": 5.0, "height": 6.0 } ] }, { "id": "3fb39620-00f6-4a93-84d9-2057ad4c0641", "parentID": "13a8c5fc-8ce4-4b20-9fe1-2cb0d7ee32bd", "name": "sample string 3", "x": 4.0, "y": 5.0, "width": 6.0, "height": 7.0, "depth": 8.0, "thickness": 9.0, "color": "sample string 10", "printarea": { "width": 1.0, "height": 2.0, "border": 3.0, "bleed": 4.0, "wrap": 5.0 }, "image": { "id": "f6fc53bf-e26b-4918-be83-e3b7f84def38", "name": "sample string 2", "parentID": "0c469783-4531-4471-9055-56a22766c85e", "width": 4.0, "height": 5.0, "x": 6.0, "y": 7.0, "portraitaspect": true, "source": "sample string 9", "zoom": { "level": 1.0, "width": 2.0, "height": 3.0 }, "editor": { "color": "sample string 1", "fixlevel": "sample string 2", "affect": "sample string 3", "bleed": 4.0 }, "file": { "ImageFileID": 1, "ImageFileName": "sample string 2", "ImageFileGUID": "b87752c1-a916-49a1-a298-8264a5f970fa", "ImageFileW": 4.0, "ImageFileH": 5.0, "ImageFileThumbnailURL": "sample string 6", "ImageFileURL": "sample string 7", "ImageFileHiResFileURL": "sample string 8", "ImageFileSource": "sample string 9", "ImageAspect": "sample string 10" } }, "image_padding": 11.0, "types": [ 1, 2 ], "scaleX": 12.0, "scaleY": 13.0, "rotate": 14.0, "Texts": [ { "id": "sample string 1", "parentID": "sample string 2", "font": "sample string 3", "font_color": "sample string 4", "text": "sample string 5", "fillStyle": "sample string 6", "align": "sample string 7", "fontFamily": "sample string 8", "fontSize": "sample string 9", "fontStyle": "sample string 10", "x": 11.0, "y": 12.0, "width": 13.0, "height": 14.0, "lineHeight": 15.0, "maxWidth": 16.0, "padding": 17.0 }, { "id": "sample string 1", "parentID": "sample string 2", "font": "sample string 3", "font_color": "sample string 4", "text": "sample string 5", "fillStyle": "sample string 6", "align": "sample string 7", "fontFamily": "sample string 8", "fontSize": "sample string 9", "fontStyle": "sample string 10", "x": 11.0, "y": 12.0, "width": 13.0, "height": 14.0, "lineHeight": 15.0, "maxWidth": 16.0, "padding": 17.0 } ], "guides": [ { "parentID": "26162e49-0726-481c-b1bf-3959f8577bd0", "name": "sample string 2", "x": 3.0, "y": 4.0, "width": 5.0, "height": 6.0 }, { "parentID": "26162e49-0726-481c-b1bf-3959f8577bd0", "name": "sample string 2", "x": 3.0, "y": 4.0, "width": 5.0, "height": 6.0 } ] } ] }, { "id": "0ae3a0ea-2108-4281-98b1-05f0c0c28cab", "parentID": "2e7aa894-7ef1-4846-bc6b-02d0b6cf078a", "name": "sample string 3", "x": 4.0, "y": 5.0, "width": 6.0, "height": 7.0, "number": 8, "grid": 9.0, "background": { "source": "sample string 1", "color": "sample string 2", "scaleX": 3, "scaleY": 4, "rotate": 5 }, "aspect": "sample string 10", "side": "sample string 11", "active": true, "visible": true, "textoverimage": true, "Zones": [ { "id": "3fb39620-00f6-4a93-84d9-2057ad4c0641", "parentID": "13a8c5fc-8ce4-4b20-9fe1-2cb0d7ee32bd", "name": "sample string 3", "x": 4.0, "y": 5.0, "width": 6.0, "height": 7.0, "depth": 8.0, "thickness": 9.0, "color": "sample string 10", "printarea": { "width": 1.0, "height": 2.0, "border": 3.0, "bleed": 4.0, "wrap": 5.0 }, "image": { "id": "f6fc53bf-e26b-4918-be83-e3b7f84def38", "name": "sample string 2", "parentID": "0c469783-4531-4471-9055-56a22766c85e", "width": 4.0, "height": 5.0, "x": 6.0, "y": 7.0, "portraitaspect": true, "source": "sample string 9", "zoom": { "level": 1.0, "width": 2.0, "height": 3.0 }, "editor": { "color": "sample string 1", "fixlevel": "sample string 2", "affect": "sample string 3", "bleed": 4.0 }, "file": { "ImageFileID": 1, "ImageFileName": "sample string 2", "ImageFileGUID": "b87752c1-a916-49a1-a298-8264a5f970fa", "ImageFileW": 4.0, "ImageFileH": 5.0, "ImageFileThumbnailURL": "sample string 6", "ImageFileURL": "sample string 7", "ImageFileHiResFileURL": "sample string 8", "ImageFileSource": "sample string 9", "ImageAspect": "sample string 10" } }, "image_padding": 11.0, "types": [ 1, 2 ], "scaleX": 12.0, "scaleY": 13.0, "rotate": 14.0, "Texts": [ { "id": "sample string 1", "parentID": "sample string 2", "font": "sample string 3", "font_color": "sample string 4", "text": "sample string 5", "fillStyle": "sample string 6", "align": "sample string 7", "fontFamily": "sample string 8", "fontSize": "sample string 9", "fontStyle": "sample string 10", "x": 11.0, "y": 12.0, "width": 13.0, "height": 14.0, "lineHeight": 15.0, "maxWidth": 16.0, "padding": 17.0 }, { "id": "sample string 1", "parentID": "sample string 2", "font": "sample string 3", "font_color": "sample string 4", "text": "sample string 5", "fillStyle": "sample string 6", "align": "sample string 7", "fontFamily": "sample string 8", "fontSize": "sample string 9", "fontStyle": "sample string 10", "x": 11.0, "y": 12.0, "width": 13.0, "height": 14.0, "lineHeight": 15.0, "maxWidth": 16.0, "padding": 17.0 } ], "guides": [ { "parentID": "26162e49-0726-481c-b1bf-3959f8577bd0", "name": "sample string 2", "x": 3.0, "y": 4.0, "width": 5.0, "height": 6.0 }, { "parentID": "26162e49-0726-481c-b1bf-3959f8577bd0", "name": "sample string 2", "x": 3.0, "y": 4.0, "width": 5.0, "height": 6.0 } ] }, { "id": "3fb39620-00f6-4a93-84d9-2057ad4c0641", "parentID": "13a8c5fc-8ce4-4b20-9fe1-2cb0d7ee32bd", "name": "sample string 3", "x": 4.0, "y": 5.0, "width": 6.0, "height": 7.0, "depth": 8.0, "thickness": 9.0, "color": "sample string 10", "printarea": { "width": 1.0, "height": 2.0, "border": 3.0, "bleed": 4.0, "wrap": 5.0 }, "image": { "id": "f6fc53bf-e26b-4918-be83-e3b7f84def38", "name": "sample string 2", "parentID": "0c469783-4531-4471-9055-56a22766c85e", "width": 4.0, "height": 5.0, "x": 6.0, "y": 7.0, "portraitaspect": true, "source": "sample string 9", "zoom": { "level": 1.0, "width": 2.0, "height": 3.0 }, "editor": { "color": "sample string 1", "fixlevel": "sample string 2", "affect": "sample string 3", "bleed": 4.0 }, "file": { "ImageFileID": 1, "ImageFileName": "sample string 2", "ImageFileGUID": "b87752c1-a916-49a1-a298-8264a5f970fa", "ImageFileW": 4.0, "ImageFileH": 5.0, "ImageFileThumbnailURL": "sample string 6", "ImageFileURL": "sample string 7", "ImageFileHiResFileURL": "sample string 8", "ImageFileSource": "sample string 9", "ImageAspect": "sample string 10" } }, "image_padding": 11.0, "types": [ 1, 2 ], "scaleX": 12.0, "scaleY": 13.0, "rotate": 14.0, "Texts": [ { "id": "sample string 1", "parentID": "sample string 2", "font": "sample string 3", "font_color": "sample string 4", "text": "sample string 5", "fillStyle": "sample string 6", "align": "sample string 7", "fontFamily": "sample string 8", "fontSize": "sample string 9", "fontStyle": "sample string 10", "x": 11.0, "y": 12.0, "width": 13.0, "height": 14.0, "lineHeight": 15.0, "maxWidth": 16.0, "padding": 17.0 }, { "id": "sample string 1", "parentID": "sample string 2", "font": "sample string 3", "font_color": "sample string 4", "text": "sample string 5", "fillStyle": "sample string 6", "align": "sample string 7", "fontFamily": "sample string 8", "fontSize": "sample string 9", "fontStyle": "sample string 10", "x": 11.0, "y": 12.0, "width": 13.0, "height": 14.0, "lineHeight": 15.0, "maxWidth": 16.0, "padding": 17.0 } ], "guides": [ { "parentID": "26162e49-0726-481c-b1bf-3959f8577bd0", "name": "sample string 2", "x": 3.0, "y": 4.0, "width": 5.0, "height": 6.0 }, { "parentID": "26162e49-0726-481c-b1bf-3959f8577bd0", "name": "sample string 2", "x": 3.0, "y": 4.0, "width": 5.0, "height": 6.0 } ] } ] } ], "Product": { "Qty": 1, "Pricing": { "Qty": 1, "Sku": "sample string 2", "SinglePrice": 3.1, "RegularPrice": 4.1, "BronzePrice": 5.1, "SilverPrice": 6.1, "GoldPrice": 7.1, "PlatinumPrice": 8.1, "SavingsAmt": 9.1, "SavingsPercent": 10.1, "DiscountedPrice": 11.1, "VolumePrice_Current": 12.1, "VolumePrice_OneMore": 13.1, "ColorCorrectionPrice": 14.1, "DiscountLevel": 15.1, "SpecialsPrice": 16.1, "AddOnPrice": 17.1, "BulkRates": null, "Exception": { "ClassName": "System.Exception", "Message": null, "Data": null, "InnerException": null, "HelpURL": "sample string 1", "StackTraceString": null, "RemoteStackTraceString": null, "RemoteStackIndex": 0, "ExceptionMethod": null, "HResult": 3, "Source": "sample string 2", "WatsonBuckets": null }, "Testing": {}, "Description": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" } }, "TemplateTypeID": 2, "name": "sample string 3", "PrintProductSku": "sample string 4", "PrintProductTypeID": 5, "projectID": "b92cdd5a-4b9f-4bd7-90a1-eadaad583671", "ColorCorrect": true, "MediaID": 8, "MediaName": "sample string 9", "MediaPrice": 10.0, "MediaPriceVolumeDiscount": 11.0, "MediaShineLevel": 12.0, "MountingName": "sample string 13", "MountingID": 14, "Border": 15.0, "MountingAddToPrintSize": 16.0, "MountingDepth": 17.0, "MountingRate": 18.0, "MountingRateVolumeDiscount": 19.0, "MountingPrice": 20.0, "MountingPriceVolumeDiscount": 21.0, "MountingFrameClassIDs": [ 1, 2 ], "CanvasAddOns": [], "MountingAddOns": [], "PrintProductTypeProperties": null, "MountingAddOnProperties": null, "CanvasAddOnProperties": null, "MediaProperties": null, "MountingProperties": null, "FrameProperties": null, "PhotoItem": null, "PhotoItemOptions": [], "CardItemOptions": [], "Frame": { "FrameID": 1, "FrameClassID": 2, "FrameClassName": "sample string 3", "FrameName": "sample string 4", "FrameW": 5.0, "FrameH": 6.0, "FramePrice": 7.0, "Matting": [ { "MatID": 1, "MatName": "sample string 2", "MatPrice": 3.0, "MatWindowW": 4.0, "MatWindowH": 5.0 }, { "MatID": 1, "MatName": "sample string 2", "MatPrice": 3.0, "MatWindowW": 4.0, "MatWindowH": 5.0 } ], "Glass": { "GlassID": 1, "GlassName": "sample string 2", "GlassPrice": 3.0 } }, "CardStockID": 22, "CardStyleID": 23, "SelectedW": 24.0, "SelectedH": 25.0, "SheetW": 26.0, "SheetH": 27.0, "PrintW": 28.0, "PrintH": 29.0, "Bleed": 30.0, "DiscountRate": 31.0, "MarkupRate": 32.0, "aid": 33, "CardStockPrice": 34.0, "CardStylePrice": 35.0, "PrintMakerPrice": 36.0 } }, "status": { "success": true, "status_code": 100, "message": "sample string 2", "debug": {}, "reference_id": "sample string 4" } }