POST
https://v2.api.finerworks.com/v3/create_template
Create Template
Creates a template object from a product.
Body
| Name | Description | Type | Additional information |
|---|---|---|---|
| product | product | None. | |
| product_code | Product code associated with the product. This is required to calculate a price for the product and to know how to frame or mat the product if needed. | text | None. |
| product_qty | Optional - can affect the price if the product code used has a quantity break. Default is 1. | number | None. |
| account_key | Optional - User account associated with the request. Note, this will only be accepted for accounts with permission to utilize this parameter, otherwise it will be ignored and the request will based upon the user's api credentials. Leave as null if not authorized to use this parameter. | text | None. |
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": "52f3da45-79de-4761-ab4d-bb20d1bad856",
"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": "2026-09-15T02:37:25.5231685-05:00",
"date_updated": "2026-09-15T02:37:25.5231685-05:00",
"date_expires": "2026-09-15T02:37:25.5231685-05:00",
"active": true,
"products": [
{
"id": 1,
"monetary_format": "sample string 2",
"quantity": 3,
"quantity_in_stock": 4,
"track_inventory": true,
"sku": "sample string 6",
"product_code": "sample string 7",
"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,
"geo_price": 11.1,
"info": "sample string 12",
"debug": {}
},
"per_item_price": 8.0,
"total_price": 9.0,
"asking_price": 10.0,
"geo_price": 11.0,
"artist": "sample string 12",
"name": "sample string 13",
"description_short": "sample string 14",
"description_long": "sample string 15",
"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 16",
"image_url_2": "sample string 17",
"image_url_3": "sample string 18",
"image_url_4": "sample string 19",
"image_url_5": "sample string 20",
"image_guid": "2339dcf8-403c-49de-92cc-a920362aae2c",
"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,
"shopify_graphql_product_id": "sample string 4",
"shopify_graphql_variant_id": "sample string 5",
"squarespace_product_id": "sample string 6",
"squarespace_variant_id": "sample string 7",
"square_product_id": "sample string 8",
"square_variant_id": "sample string 9",
"bigcommerce_id": "sample string 10",
"bigcommerce_variant_id": "sample string 11",
"wix_inventory_id": "sample string 12",
"wix_product_id": "sample string 13",
"wix_variant_id": "sample string 14",
"woocommerce_product_id": 15,
"woocommerce_variant_id": 16
},
"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": "eb898cd9-823f-4e85-8390-e6e025f62da3",
"updated": "2026-09-15T02:37:25.5231685-05:00",
"valid": true,
"debug": {}
},
{
"id": 1,
"monetary_format": "sample string 2",
"quantity": 3,
"quantity_in_stock": 4,
"track_inventory": true,
"sku": "sample string 6",
"product_code": "sample string 7",
"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,
"geo_price": 11.1,
"info": "sample string 12",
"debug": {}
},
"per_item_price": 8.0,
"total_price": 9.0,
"asking_price": 10.0,
"geo_price": 11.0,
"artist": "sample string 12",
"name": "sample string 13",
"description_short": "sample string 14",
"description_long": "sample string 15",
"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 16",
"image_url_2": "sample string 17",
"image_url_3": "sample string 18",
"image_url_4": "sample string 19",
"image_url_5": "sample string 20",
"image_guid": "2339dcf8-403c-49de-92cc-a920362aae2c",
"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,
"shopify_graphql_product_id": "sample string 4",
"shopify_graphql_variant_id": "sample string 5",
"squarespace_product_id": "sample string 6",
"squarespace_variant_id": "sample string 7",
"square_product_id": "sample string 8",
"square_variant_id": "sample string 9",
"bigcommerce_id": "sample string 10",
"bigcommerce_variant_id": "sample string 11",
"wix_inventory_id": "sample string 12",
"wix_product_id": "sample string 13",
"wix_variant_id": "sample string 14",
"woocommerce_product_id": 15,
"woocommerce_variant_id": 16
},
"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": "eb898cd9-823f-4e85-8390-e6e025f62da3",
"updated": "2026-09-15T02:37:25.5231685-05:00",
"valid": true,
"debug": {}
}
],
"assigned_gallery_subcategory_ids": [
1,
2
],
"assigned_personal_gallery_ids": [
1,
2
],
"username": "sample string 20",
"account_key": "sample string 21",
"artistname": "sample string 22",
"rank": 23
}
},
"product_title": "sample string 5",
"template": {
"id": "38f0ce57-6898-4d82-aba0-40b8107bc2f2",
"thumbnail_url": "sample string 2",
"product_code": "sample string 3"
},
"product_guid": "2e9fd6ad-6dc2-49f8-a741-70755ca6da66",
"custom_data_1": "sample string 7",
"custom_data_2": "sample string 8",
"custom_data_3": "sample string 9",
"coa": {
"artist": "sample string 1",
"image_guid": "289a1354-6735-44c5-8b02-9da665910561",
"product_id": 3,
"description": "sample string 4",
"edition_number": 5,
"edition_count": 6,
"type": 7,
"color_scheme": 8
}
},
"product_code": "sample string 1",
"product_qty": 2,
"account_key": "sample string 3"
}
Sample Code Library
curl --location --request POST 'https://v2.api.finerworks.com/v3/create_template' \
--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": "52f3da45-79de-4761-ab4d-bb20d1bad856",
"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": "2026-09-15T02:37:25.5231685-05:00",
"date_updated": "2026-09-15T02:37:25.5231685-05:00",
"date_expires": "2026-09-15T02:37:25.5231685-05:00",
"active": true,
"products": [
{
"id": 1,
"monetary_format": "sample string 2",
"quantity": 3,
"quantity_in_stock": 4,
"track_inventory": true,
"sku": "sample string 6",
"product_code": "sample string 7",
"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,
"geo_price": 11.1,
"info": "sample string 12",
"debug": {}
},
"per_item_price": 8.0,
"total_price": 9.0,
"asking_price": 10.0,
"geo_price": 11.0,
"artist": "sample string 12",
"name": "sample string 13",
"description_short": "sample string 14",
"description_long": "sample string 15",
"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 16",
"image_url_2": "sample string 17",
"image_url_3": "sample string 18",
"image_url_4": "sample string 19",
"image_url_5": "sample string 20",
"image_guid": "2339dcf8-403c-49de-92cc-a920362aae2c",
"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,
"shopify_graphql_product_id": "sample string 4",
"shopify_graphql_variant_id": "sample string 5",
"squarespace_product_id": "sample string 6",
"squarespace_variant_id": "sample string 7",
"square_product_id": "sample string 8",
"square_variant_id": "sample string 9",
"bigcommerce_id": "sample string 10",
"bigcommerce_variant_id": "sample string 11",
"wix_inventory_id": "sample string 12",
"wix_product_id": "sample string 13",
"wix_variant_id": "sample string 14",
"woocommerce_product_id": 15,
"woocommerce_variant_id": 16
},
"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": "eb898cd9-823f-4e85-8390-e6e025f62da3",
"updated": "2026-09-15T02:37:25.5231685-05:00",
"valid": true,
"debug": {}
},
{
"id": 1,
"monetary_format": "sample string 2",
"quantity": 3,
"quantity_in_stock": 4,
"track_inventory": true,
"sku": "sample string 6",
"product_code": "sample string 7",
"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,
"geo_price": 11.1,
"info": "sample string 12",
"debug": {}
},
"per_item_price": 8.0,
"total_price": 9.0,
"asking_price": 10.0,
"geo_price": 11.0,
"artist": "sample string 12",
"name": "sample string 13",
"description_short": "sample string 14",
"description_long": "sample string 15",
"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 16",
"image_url_2": "sample string 17",
"image_url_3": "sample string 18",
"image_url_4": "sample string 19",
"image_url_5": "sample string 20",
"image_guid": "2339dcf8-403c-49de-92cc-a920362aae2c",
"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,
"shopify_graphql_product_id": "sample string 4",
"shopify_graphql_variant_id": "sample string 5",
"squarespace_product_id": "sample string 6",
"squarespace_variant_id": "sample string 7",
"square_product_id": "sample string 8",
"square_variant_id": "sample string 9",
"bigcommerce_id": "sample string 10",
"bigcommerce_variant_id": "sample string 11",
"wix_inventory_id": "sample string 12",
"wix_product_id": "sample string 13",
"wix_variant_id": "sample string 14",
"woocommerce_product_id": 15,
"woocommerce_variant_id": 16
},
"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": "eb898cd9-823f-4e85-8390-e6e025f62da3",
"updated": "2026-09-15T02:37:25.5231685-05:00",
"valid": true,
"debug": {}
}
],
"assigned_gallery_subcategory_ids": [
1,
2
],
"assigned_personal_gallery_ids": [
1,
2
],
"username": "sample string 20",
"account_key": "sample string 21",
"artistname": "sample string 22",
"rank": 23
}
},
"product_title": "sample string 5",
"template": {
"id": "38f0ce57-6898-4d82-aba0-40b8107bc2f2",
"thumbnail_url": "sample string 2",
"product_code": "sample string 3"
},
"product_guid": "2e9fd6ad-6dc2-49f8-a741-70755ca6da66",
"custom_data_1": "sample string 7",
"custom_data_2": "sample string 8",
"custom_data_3": "sample string 9",
"coa": {
"artist": "sample string 1",
"image_guid": "289a1354-6735-44c5-8b02-9da665910561",
"product_id": 3,
"description": "sample string 4",
"edition_number": 5,
"edition_count": 6,
"type": 7,
"color_scheme": 8
}
},
"product_code": "sample string 1",
"product_qty": 2,
"account_key": "sample string 3"
}'require_once 'HTTP/Request2.php';
$request = new HTTP_Request2();
$request->setUrl('https://v2.api.finerworks.com/v3/create_template');
$request->setMethod(HTTP_Request2::METHOD_POST);
$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': '52f3da45-79de-4761-ab4d-bb20d1bad856',
'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': '2026-09-15T02:37:25.5231685-05:00',
'date_updated': '2026-09-15T02:37:25.5231685-05:00',
'date_expires': '2026-09-15T02:37:25.5231685-05:00',
'active': true,
'products': [
{
'id': 1,
'monetary_format': 'sample string 2',
'quantity': 3,
'quantity_in_stock': 4,
'track_inventory': true,
'sku': 'sample string 6',
'product_code': 'sample string 7',
'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,
'geo_price': 11.1,
'info': 'sample string 12',
'debug': {}
},
'per_item_price': 8.0,
'total_price': 9.0,
'asking_price': 10.0,
'geo_price': 11.0,
'artist': 'sample string 12',
'name': 'sample string 13',
'description_short': 'sample string 14',
'description_long': 'sample string 15',
'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 16',
'image_url_2': 'sample string 17',
'image_url_3': 'sample string 18',
'image_url_4': 'sample string 19',
'image_url_5': 'sample string 20',
'image_guid': '2339dcf8-403c-49de-92cc-a920362aae2c',
'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,
'shopify_graphql_product_id': 'sample string 4',
'shopify_graphql_variant_id': 'sample string 5',
'squarespace_product_id': 'sample string 6',
'squarespace_variant_id': 'sample string 7',
'square_product_id': 'sample string 8',
'square_variant_id': 'sample string 9',
'bigcommerce_id': 'sample string 10',
'bigcommerce_variant_id': 'sample string 11',
'wix_inventory_id': 'sample string 12',
'wix_product_id': 'sample string 13',
'wix_variant_id': 'sample string 14',
'woocommerce_product_id': 15,
'woocommerce_variant_id': 16
},
'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': 'eb898cd9-823f-4e85-8390-e6e025f62da3',
'updated': '2026-09-15T02:37:25.5231685-05:00',
'valid': true,
'debug': {}
},
{
'id': 1,
'monetary_format': 'sample string 2',
'quantity': 3,
'quantity_in_stock': 4,
'track_inventory': true,
'sku': 'sample string 6',
'product_code': 'sample string 7',
'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,
'geo_price': 11.1,
'info': 'sample string 12',
'debug': {}
},
'per_item_price': 8.0,
'total_price': 9.0,
'asking_price': 10.0,
'geo_price': 11.0,
'artist': 'sample string 12',
'name': 'sample string 13',
'description_short': 'sample string 14',
'description_long': 'sample string 15',
'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 16',
'image_url_2': 'sample string 17',
'image_url_3': 'sample string 18',
'image_url_4': 'sample string 19',
'image_url_5': 'sample string 20',
'image_guid': '2339dcf8-403c-49de-92cc-a920362aae2c',
'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,
'shopify_graphql_product_id': 'sample string 4',
'shopify_graphql_variant_id': 'sample string 5',
'squarespace_product_id': 'sample string 6',
'squarespace_variant_id': 'sample string 7',
'square_product_id': 'sample string 8',
'square_variant_id': 'sample string 9',
'bigcommerce_id': 'sample string 10',
'bigcommerce_variant_id': 'sample string 11',
'wix_inventory_id': 'sample string 12',
'wix_product_id': 'sample string 13',
'wix_variant_id': 'sample string 14',
'woocommerce_product_id': 15,
'woocommerce_variant_id': 16
},
'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': 'eb898cd9-823f-4e85-8390-e6e025f62da3',
'updated': '2026-09-15T02:37:25.5231685-05:00',
'valid': true,
'debug': {}
}
],
'assigned_gallery_subcategory_ids': [
1,
2
],
'assigned_personal_gallery_ids': [
1,
2
],
'username': 'sample string 20',
'account_key': 'sample string 21',
'artistname': 'sample string 22',
'rank': 23
}
},
'product_title': 'sample string 5',
'template': {
'id': '38f0ce57-6898-4d82-aba0-40b8107bc2f2',
'thumbnail_url': 'sample string 2',
'product_code': 'sample string 3'
},
'product_guid': '2e9fd6ad-6dc2-49f8-a741-70755ca6da66',
'custom_data_1': 'sample string 7',
'custom_data_2': 'sample string 8',
'custom_data_3': 'sample string 9',
'coa': {
'artist': 'sample string 1',
'image_guid': '289a1354-6735-44c5-8b02-9da665910561',
'product_id': 3,
'description': 'sample string 4',
'edition_number': 5,
'edition_count': 6,
'type': 7,
'color_scheme': 8
}
},
'product_code': 'sample string 1',
'product_qty': 2,
'account_key': 'sample string 3'
}');
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.com/v3/create_template");
client.Timeout = -1;
var request = new RestRequest(Method.POST);
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': '52f3da45-79de-4761-ab4d-bb20d1bad856',
'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': '2026-09-15T02:37:25.5231685-05:00',
'date_updated': '2026-09-15T02:37:25.5231685-05:00',
'date_expires': '2026-09-15T02:37:25.5231685-05:00',
'active': true,
'products': [
{
'id': 1,
'monetary_format': 'sample string 2',
'quantity': 3,
'quantity_in_stock': 4,
'track_inventory': true,
'sku': 'sample string 6',
'product_code': 'sample string 7',
'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,
'geo_price': 11.1,
'info': 'sample string 12',
'debug': {}
},
'per_item_price': 8.0,
'total_price': 9.0,
'asking_price': 10.0,
'geo_price': 11.0,
'artist': 'sample string 12',
'name': 'sample string 13',
'description_short': 'sample string 14',
'description_long': 'sample string 15',
'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 16',
'image_url_2': 'sample string 17',
'image_url_3': 'sample string 18',
'image_url_4': 'sample string 19',
'image_url_5': 'sample string 20',
'image_guid': '2339dcf8-403c-49de-92cc-a920362aae2c',
'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,
'shopify_graphql_product_id': 'sample string 4',
'shopify_graphql_variant_id': 'sample string 5',
'squarespace_product_id': 'sample string 6',
'squarespace_variant_id': 'sample string 7',
'square_product_id': 'sample string 8',
'square_variant_id': 'sample string 9',
'bigcommerce_id': 'sample string 10',
'bigcommerce_variant_id': 'sample string 11',
'wix_inventory_id': 'sample string 12',
'wix_product_id': 'sample string 13',
'wix_variant_id': 'sample string 14',
'woocommerce_product_id': 15,
'woocommerce_variant_id': 16
},
'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': 'eb898cd9-823f-4e85-8390-e6e025f62da3',
'updated': '2026-09-15T02:37:25.5231685-05:00',
'valid': true,
'debug': {}
},
{
'id': 1,
'monetary_format': 'sample string 2',
'quantity': 3,
'quantity_in_stock': 4,
'track_inventory': true,
'sku': 'sample string 6',
'product_code': 'sample string 7',
'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,
'geo_price': 11.1,
'info': 'sample string 12',
'debug': {}
},
'per_item_price': 8.0,
'total_price': 9.0,
'asking_price': 10.0,
'geo_price': 11.0,
'artist': 'sample string 12',
'name': 'sample string 13',
'description_short': 'sample string 14',
'description_long': 'sample string 15',
'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 16',
'image_url_2': 'sample string 17',
'image_url_3': 'sample string 18',
'image_url_4': 'sample string 19',
'image_url_5': 'sample string 20',
'image_guid': '2339dcf8-403c-49de-92cc-a920362aae2c',
'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,
'shopify_graphql_product_id': 'sample string 4',
'shopify_graphql_variant_id': 'sample string 5',
'squarespace_product_id': 'sample string 6',
'squarespace_variant_id': 'sample string 7',
'square_product_id': 'sample string 8',
'square_variant_id': 'sample string 9',
'bigcommerce_id': 'sample string 10',
'bigcommerce_variant_id': 'sample string 11',
'wix_inventory_id': 'sample string 12',
'wix_product_id': 'sample string 13',
'wix_variant_id': 'sample string 14',
'woocommerce_product_id': 15,
'woocommerce_variant_id': 16
},
'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': 'eb898cd9-823f-4e85-8390-e6e025f62da3',
'updated': '2026-09-15T02:37:25.5231685-05:00',
'valid': true,
'debug': {}
}
],
'assigned_gallery_subcategory_ids': [
1,
2
],
'assigned_personal_gallery_ids': [
1,
2
],
'username': 'sample string 20',
'account_key': 'sample string 21',
'artistname': 'sample string 22',
'rank': 23
}
},
'product_title': 'sample string 5',
'template': {
'id': '38f0ce57-6898-4d82-aba0-40b8107bc2f2',
'thumbnail_url': 'sample string 2',
'product_code': 'sample string 3'
},
'product_guid': '2e9fd6ad-6dc2-49f8-a741-70755ca6da66',
'custom_data_1': 'sample string 7',
'custom_data_2': 'sample string 8',
'custom_data_3': 'sample string 9',
'coa': {
'artist': 'sample string 1',
'image_guid': '289a1354-6735-44c5-8b02-9da665910561',
'product_id': 3,
'description': 'sample string 4',
'edition_number': 5,
'edition_count': 6,
'type': 7,
'color_scheme': 8
}
},
'product_code': 'sample string 1',
'product_qty': 2,
'account_key': 'sample string 3'
}", ParameterType.RequestBody);
IRestResponse response = client.Execute(request);
Console.WriteLine(response.Content);var settings = {
"url": "https://v2.api.finerworks.com/v3/create_template",
"method": "POST",
"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': '52f3da45-79de-4761-ab4d-bb20d1bad856',
'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': '2026-09-15T02:37:25.5231685-05:00',
'date_updated': '2026-09-15T02:37:25.5231685-05:00',
'date_expires': '2026-09-15T02:37:25.5231685-05:00',
'active': true,
'products': [
{
'id': 1,
'monetary_format': 'sample string 2',
'quantity': 3,
'quantity_in_stock': 4,
'track_inventory': true,
'sku': 'sample string 6',
'product_code': 'sample string 7',
'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,
'geo_price': 11.1,
'info': 'sample string 12',
'debug': {}
},
'per_item_price': 8.0,
'total_price': 9.0,
'asking_price': 10.0,
'geo_price': 11.0,
'artist': 'sample string 12',
'name': 'sample string 13',
'description_short': 'sample string 14',
'description_long': 'sample string 15',
'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 16',
'image_url_2': 'sample string 17',
'image_url_3': 'sample string 18',
'image_url_4': 'sample string 19',
'image_url_5': 'sample string 20',
'image_guid': '2339dcf8-403c-49de-92cc-a920362aae2c',
'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,
'shopify_graphql_product_id': 'sample string 4',
'shopify_graphql_variant_id': 'sample string 5',
'squarespace_product_id': 'sample string 6',
'squarespace_variant_id': 'sample string 7',
'square_product_id': 'sample string 8',
'square_variant_id': 'sample string 9',
'bigcommerce_id': 'sample string 10',
'bigcommerce_variant_id': 'sample string 11',
'wix_inventory_id': 'sample string 12',
'wix_product_id': 'sample string 13',
'wix_variant_id': 'sample string 14',
'woocommerce_product_id': 15,
'woocommerce_variant_id': 16
},
'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': 'eb898cd9-823f-4e85-8390-e6e025f62da3',
'updated': '2026-09-15T02:37:25.5231685-05:00',
'valid': true,
'debug': {}
},
{
'id': 1,
'monetary_format': 'sample string 2',
'quantity': 3,
'quantity_in_stock': 4,
'track_inventory': true,
'sku': 'sample string 6',
'product_code': 'sample string 7',
'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,
'geo_price': 11.1,
'info': 'sample string 12',
'debug': {}
},
'per_item_price': 8.0,
'total_price': 9.0,
'asking_price': 10.0,
'geo_price': 11.0,
'artist': 'sample string 12',
'name': 'sample string 13',
'description_short': 'sample string 14',
'description_long': 'sample string 15',
'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 16',
'image_url_2': 'sample string 17',
'image_url_3': 'sample string 18',
'image_url_4': 'sample string 19',
'image_url_5': 'sample string 20',
'image_guid': '2339dcf8-403c-49de-92cc-a920362aae2c',
'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,
'shopify_graphql_product_id': 'sample string 4',
'shopify_graphql_variant_id': 'sample string 5',
'squarespace_product_id': 'sample string 6',
'squarespace_variant_id': 'sample string 7',
'square_product_id': 'sample string 8',
'square_variant_id': 'sample string 9',
'bigcommerce_id': 'sample string 10',
'bigcommerce_variant_id': 'sample string 11',
'wix_inventory_id': 'sample string 12',
'wix_product_id': 'sample string 13',
'wix_variant_id': 'sample string 14',
'woocommerce_product_id': 15,
'woocommerce_variant_id': 16
},
'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': 'eb898cd9-823f-4e85-8390-e6e025f62da3',
'updated': '2026-09-15T02:37:25.5231685-05:00',
'valid': true,
'debug': {}
}
],
'assigned_gallery_subcategory_ids': [
1,
2
],
'assigned_personal_gallery_ids': [
1,
2
],
'username': 'sample string 20',
'account_key': 'sample string 21',
'artistname': 'sample string 22',
'rank': 23
}
},
'product_title': 'sample string 5',
'template': {
'id': '38f0ce57-6898-4d82-aba0-40b8107bc2f2',
'thumbnail_url': 'sample string 2',
'product_code': 'sample string 3'
},
'product_guid': '2e9fd6ad-6dc2-49f8-a741-70755ca6da66',
'custom_data_1': 'sample string 7',
'custom_data_2': 'sample string 8',
'custom_data_3': 'sample string 9',
'coa': {
'artist': 'sample string 1',
'image_guid': '289a1354-6735-44c5-8b02-9da665910561',
'product_id': 3,
'description': 'sample string 4',
'edition_number': 5,
'edition_count': 6,
'type': 7,
'color_scheme': 8
}
},
'product_code': 'sample string 1',
'product_qty': 2,
'account_key': 'sample string 3'
}),
};
$.ajax(settings).done(function (response) {
console.log(response);
});var https = require('follow-redirects').https;
var options = {
'method': 'POST',
'hostname': 'v2.api.finerworks.com',
'path': '/v3/create_template',
'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 () {
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': '52f3da45-79de-4761-ab4d-bb20d1bad856',
'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': '2026-09-15T02:37:25.5231685-05:00',
'date_updated': '2026-09-15T02:37:25.5231685-05:00',
'date_expires': '2026-09-15T02:37:25.5231685-05:00',
'active': true,
'products': [
{
'id': 1,
'monetary_format': 'sample string 2',
'quantity': 3,
'quantity_in_stock': 4,
'track_inventory': true,
'sku': 'sample string 6',
'product_code': 'sample string 7',
'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,
'geo_price': 11.1,
'info': 'sample string 12',
'debug': {}
},
'per_item_price': 8.0,
'total_price': 9.0,
'asking_price': 10.0,
'geo_price': 11.0,
'artist': 'sample string 12',
'name': 'sample string 13',
'description_short': 'sample string 14',
'description_long': 'sample string 15',
'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 16',
'image_url_2': 'sample string 17',
'image_url_3': 'sample string 18',
'image_url_4': 'sample string 19',
'image_url_5': 'sample string 20',
'image_guid': '2339dcf8-403c-49de-92cc-a920362aae2c',
'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,
'shopify_graphql_product_id': 'sample string 4',
'shopify_graphql_variant_id': 'sample string 5',
'squarespace_product_id': 'sample string 6',
'squarespace_variant_id': 'sample string 7',
'square_product_id': 'sample string 8',
'square_variant_id': 'sample string 9',
'bigcommerce_id': 'sample string 10',
'bigcommerce_variant_id': 'sample string 11',
'wix_inventory_id': 'sample string 12',
'wix_product_id': 'sample string 13',
'wix_variant_id': 'sample string 14',
'woocommerce_product_id': 15,
'woocommerce_variant_id': 16
},
'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': 'eb898cd9-823f-4e85-8390-e6e025f62da3',
'updated': '2026-09-15T02:37:25.5231685-05:00',
'valid': true,
'debug': {}
},
{
'id': 1,
'monetary_format': 'sample string 2',
'quantity': 3,
'quantity_in_stock': 4,
'track_inventory': true,
'sku': 'sample string 6',
'product_code': 'sample string 7',
'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,
'geo_price': 11.1,
'info': 'sample string 12',
'debug': {}
},
'per_item_price': 8.0,
'total_price': 9.0,
'asking_price': 10.0,
'geo_price': 11.0,
'artist': 'sample string 12',
'name': 'sample string 13',
'description_short': 'sample string 14',
'description_long': 'sample string 15',
'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 16',
'image_url_2': 'sample string 17',
'image_url_3': 'sample string 18',
'image_url_4': 'sample string 19',
'image_url_5': 'sample string 20',
'image_guid': '2339dcf8-403c-49de-92cc-a920362aae2c',
'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,
'shopify_graphql_product_id': 'sample string 4',
'shopify_graphql_variant_id': 'sample string 5',
'squarespace_product_id': 'sample string 6',
'squarespace_variant_id': 'sample string 7',
'square_product_id': 'sample string 8',
'square_variant_id': 'sample string 9',
'bigcommerce_id': 'sample string 10',
'bigcommerce_variant_id': 'sample string 11',
'wix_inventory_id': 'sample string 12',
'wix_product_id': 'sample string 13',
'wix_variant_id': 'sample string 14',
'woocommerce_product_id': 15,
'woocommerce_variant_id': 16
},
'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': 'eb898cd9-823f-4e85-8390-e6e025f62da3',
'updated': '2026-09-15T02:37:25.5231685-05:00',
'valid': true,
'debug': {}
}
],
'assigned_gallery_subcategory_ids': [
1,
2
],
'assigned_personal_gallery_ids': [
1,
2
],
'username': 'sample string 20',
'account_key': 'sample string 21',
'artistname': 'sample string 22',
'rank': 23
}
},
'product_title': 'sample string 5',
'template': {
'id': '38f0ce57-6898-4d82-aba0-40b8107bc2f2',
'thumbnail_url': 'sample string 2',
'product_code': 'sample string 3'
},
'product_guid': '2e9fd6ad-6dc2-49f8-a741-70755ca6da66',
'custom_data_1': 'sample string 7',
'custom_data_2': 'sample string 8',
'custom_data_3': 'sample string 9',
'coa': {
'artist': 'sample string 1',
'image_guid': '289a1354-6735-44c5-8b02-9da665910561',
'product_id': 3,
'description': 'sample string 4',
'edition_number': 5,
'edition_count': 6,
'type': 7,
'color_scheme': 8
}
},
'product_code': 'sample string 1',
'product_qty': 2,
'account_key': 'sample string 3'
});
req.write(postData);
req.end();require "uri"
require "net/http"
url = URI("https://v2.api.finerworks.com/v3/create_template")
https = Net::HTTP.new(url.host, url.port)
https.use_ssl = true
request = Net::HTTP::Post.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': '52f3da45-79de-4761-ab4d-bb20d1bad856',
'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': '2026-09-15T02:37:25.5231685-05:00',
'date_updated': '2026-09-15T02:37:25.5231685-05:00',
'date_expires': '2026-09-15T02:37:25.5231685-05:00',
'active': true,
'products': [
{
'id': 1,
'monetary_format': 'sample string 2',
'quantity': 3,
'quantity_in_stock': 4,
'track_inventory': true,
'sku': 'sample string 6',
'product_code': 'sample string 7',
'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,
'geo_price': 11.1,
'info': 'sample string 12',
'debug': {}
},
'per_item_price': 8.0,
'total_price': 9.0,
'asking_price': 10.0,
'geo_price': 11.0,
'artist': 'sample string 12',
'name': 'sample string 13',
'description_short': 'sample string 14',
'description_long': 'sample string 15',
'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 16',
'image_url_2': 'sample string 17',
'image_url_3': 'sample string 18',
'image_url_4': 'sample string 19',
'image_url_5': 'sample string 20',
'image_guid': '2339dcf8-403c-49de-92cc-a920362aae2c',
'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,
'shopify_graphql_product_id': 'sample string 4',
'shopify_graphql_variant_id': 'sample string 5',
'squarespace_product_id': 'sample string 6',
'squarespace_variant_id': 'sample string 7',
'square_product_id': 'sample string 8',
'square_variant_id': 'sample string 9',
'bigcommerce_id': 'sample string 10',
'bigcommerce_variant_id': 'sample string 11',
'wix_inventory_id': 'sample string 12',
'wix_product_id': 'sample string 13',
'wix_variant_id': 'sample string 14',
'woocommerce_product_id': 15,
'woocommerce_variant_id': 16
},
'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': 'eb898cd9-823f-4e85-8390-e6e025f62da3',
'updated': '2026-09-15T02:37:25.5231685-05:00',
'valid': true,
'debug': {}
},
{
'id': 1,
'monetary_format': 'sample string 2',
'quantity': 3,
'quantity_in_stock': 4,
'track_inventory': true,
'sku': 'sample string 6',
'product_code': 'sample string 7',
'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,
'geo_price': 11.1,
'info': 'sample string 12',
'debug': {}
},
'per_item_price': 8.0,
'total_price': 9.0,
'asking_price': 10.0,
'geo_price': 11.0,
'artist': 'sample string 12',
'name': 'sample string 13',
'description_short': 'sample string 14',
'description_long': 'sample string 15',
'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 16',
'image_url_2': 'sample string 17',
'image_url_3': 'sample string 18',
'image_url_4': 'sample string 19',
'image_url_5': 'sample string 20',
'image_guid': '2339dcf8-403c-49de-92cc-a920362aae2c',
'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,
'shopify_graphql_product_id': 'sample string 4',
'shopify_graphql_variant_id': 'sample string 5',
'squarespace_product_id': 'sample string 6',
'squarespace_variant_id': 'sample string 7',
'square_product_id': 'sample string 8',
'square_variant_id': 'sample string 9',
'bigcommerce_id': 'sample string 10',
'bigcommerce_variant_id': 'sample string 11',
'wix_inventory_id': 'sample string 12',
'wix_product_id': 'sample string 13',
'wix_variant_id': 'sample string 14',
'woocommerce_product_id': 15,
'woocommerce_variant_id': 16
},
'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': 'eb898cd9-823f-4e85-8390-e6e025f62da3',
'updated': '2026-09-15T02:37:25.5231685-05:00',
'valid': true,
'debug': {}
}
],
'assigned_gallery_subcategory_ids': [
1,
2
],
'assigned_personal_gallery_ids': [
1,
2
],
'username': 'sample string 20',
'account_key': 'sample string 21',
'artistname': 'sample string 22',
'rank': 23
}
},
'product_title': 'sample string 5',
'template': {
'id': '38f0ce57-6898-4d82-aba0-40b8107bc2f2',
'thumbnail_url': 'sample string 2',
'product_code': 'sample string 3'
},
'product_guid': '2e9fd6ad-6dc2-49f8-a741-70755ca6da66',
'custom_data_1': 'sample string 7',
'custom_data_2': 'sample string 8',
'custom_data_3': 'sample string 9',
'coa': {
'artist': 'sample string 1',
'image_guid': '289a1354-6735-44c5-8b02-9da665910561',
'product_id': 3,
'description': 'sample string 4',
'edition_number': 5,
'edition_count': 6,
'type': 7,
'color_scheme': 8
}
},
'product_code': 'sample string 1',
'product_qty': 2,
'account_key': 'sample string 3'
}"
response = https.request(request)
puts response.read_body| Name | Description | Type | Additional information |
|---|---|---|---|
| template | Template object | Template | None. |
| product_code_defined | A break down of the product code that was used. | ProductSkuConverted | None. |
| framing | Data used by POST to provide framing or matting details | None. |
Example JSON Response
application/json, text/json
{
"template": {
"version": "sample string 1",
"id": "b0a1659f-0311-4e13-ab32-2e7506b638e6",
"name": "sample string 3",
"creation_date": "2026-09-15T02:37:25.5231685-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": "443c5bd1-559b-4279-a272-714ba9ab74aa",
"Pages": [
{
"id": "4c4f384d-4700-4c69-954c-25fa4d46ce58",
"parentID": "3f9e012d-6646-4959-a301-7d0d97859954",
"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": "4ffd1124-eb14-4eaf-8d57-3d1c26d847a1",
"parentID": "fd60a483-8cdf-43ef-b91c-836dfeef685e",
"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": "56ccb1cb-bb5a-4dd0-bcc7-cdeecb4ea186",
"name": "sample string 2",
"parentID": "9e2c7cb2-2746-440e-b67b-9373e1b3fc35",
"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": "d94bca32-57f5-4b95-a1df-35ecf6443ed5",
"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,
"defaultCrop": true,
"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": "4ab93ed6-3d1f-47c5-b2a3-dbc6f1524836",
"name": "sample string 2",
"x": 3.0,
"y": 4.0,
"width": 5.0,
"height": 6.0
},
{
"parentID": "4ab93ed6-3d1f-47c5-b2a3-dbc6f1524836",
"name": "sample string 2",
"x": 3.0,
"y": 4.0,
"width": 5.0,
"height": 6.0
}
],
"design_template": "sample string 16"
},
{
"id": "4ffd1124-eb14-4eaf-8d57-3d1c26d847a1",
"parentID": "fd60a483-8cdf-43ef-b91c-836dfeef685e",
"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": "56ccb1cb-bb5a-4dd0-bcc7-cdeecb4ea186",
"name": "sample string 2",
"parentID": "9e2c7cb2-2746-440e-b67b-9373e1b3fc35",
"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": "d94bca32-57f5-4b95-a1df-35ecf6443ed5",
"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,
"defaultCrop": true,
"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": "4ab93ed6-3d1f-47c5-b2a3-dbc6f1524836",
"name": "sample string 2",
"x": 3.0,
"y": 4.0,
"width": 5.0,
"height": 6.0
},
{
"parentID": "4ab93ed6-3d1f-47c5-b2a3-dbc6f1524836",
"name": "sample string 2",
"x": 3.0,
"y": 4.0,
"width": 5.0,
"height": 6.0
}
],
"design_template": "sample string 16"
}
]
},
{
"id": "4c4f384d-4700-4c69-954c-25fa4d46ce58",
"parentID": "3f9e012d-6646-4959-a301-7d0d97859954",
"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": "4ffd1124-eb14-4eaf-8d57-3d1c26d847a1",
"parentID": "fd60a483-8cdf-43ef-b91c-836dfeef685e",
"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": "56ccb1cb-bb5a-4dd0-bcc7-cdeecb4ea186",
"name": "sample string 2",
"parentID": "9e2c7cb2-2746-440e-b67b-9373e1b3fc35",
"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": "d94bca32-57f5-4b95-a1df-35ecf6443ed5",
"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,
"defaultCrop": true,
"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": "4ab93ed6-3d1f-47c5-b2a3-dbc6f1524836",
"name": "sample string 2",
"x": 3.0,
"y": 4.0,
"width": 5.0,
"height": 6.0
},
{
"parentID": "4ab93ed6-3d1f-47c5-b2a3-dbc6f1524836",
"name": "sample string 2",
"x": 3.0,
"y": 4.0,
"width": 5.0,
"height": 6.0
}
],
"design_template": "sample string 16"
},
{
"id": "4ffd1124-eb14-4eaf-8d57-3d1c26d847a1",
"parentID": "fd60a483-8cdf-43ef-b91c-836dfeef685e",
"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": "56ccb1cb-bb5a-4dd0-bcc7-cdeecb4ea186",
"name": "sample string 2",
"parentID": "9e2c7cb2-2746-440e-b67b-9373e1b3fc35",
"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": "d94bca32-57f5-4b95-a1df-35ecf6443ed5",
"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,
"defaultCrop": true,
"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": "4ab93ed6-3d1f-47c5-b2a3-dbc6f1524836",
"name": "sample string 2",
"x": 3.0,
"y": 4.0,
"width": 5.0,
"height": 6.0
},
{
"parentID": "4ab93ed6-3d1f-47c5-b2a3-dbc6f1524836",
"name": "sample string 2",
"x": 3.0,
"y": 4.0,
"width": 5.0,
"height": 6.0
}
],
"design_template": "sample string 16"
}
]
}
],
"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": "c01f32d1-fa35-4b26-aeab-58d3bac8476f",
"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
}
},
"product_code_defined": {
"PrintProductTypeID": 1,
"MediaID": 2,
"PhotoItemSKU": "sample string 3",
"ProductCode": "sample string 4",
"MountingID": 5,
"MountingSetID": 6,
"Units": 7,
"PrintW": 8.0,
"PrintH": 9.0,
"FrameCollectionID": 10,
"FrameID": 11,
"MatID": 12,
"MatID2": 13,
"GlassID": 14,
"FrameW": 15.0,
"FrameH": 16.0,
"Mat1WindowW": 17.0,
"Mat1WindowH": 18.0,
"Mat2WindowW": 19.0,
"Mat2WindowH": 20.0,
"CardStockID": 21,
"CardStyleID": 22,
"EZPrintSku": "sample string 23",
"StaticProductID": 24,
"StaticProductOptions": [
1,
2
],
"PrintProductSku": "sample string 25",
"PrintProductSkuBaseSku": "sample string 26",
"ShippingLevel": 27,
"ShippingWidth": 28.1,
"ShippingHeight": 29.1,
"ShippingDepth": 30.1,
"ShippingWeight": 31.1,
"AccountID": 32,
"PrintID": 33,
"AccountPrintSku": "sample string 34",
"nvp_string": "sample string 35",
"ColorCorrection": true,
"PhotoItemID": 37,
"PhotoItemOptionID_1": 38,
"PhotoItemOptionID_2": 39,
"PhotoItemOptionID_3": 40,
"CardOptionID_1": 41,
"CardOptionID_2": 42,
"CardOptionID_3": 43,
"aspect": 0,
"isValid": true,
"MountingAddOns": [
1,
2
],
"CanvasAddOns": [
1,
2
],
"COA_TypeID": 45,
"COA_LayoutID": 46,
"FrameMirrorID": 47
},
"framing": {
"frame": {
"id": 1,
"name": "sample string 2",
"thickness": 3.0,
"depth": 4.0,
"float_offset": 5.0,
"rabbet": 6.0,
"lip": 7.0,
"profile_svg_url": "sample string 8",
"sample_image_url_1": "sample string 9",
"sample_image_url_2": "sample string 10",
"sample_image_url_3": "sample string 11",
"min_width": 12.0,
"min_height": 13.0,
"max_width": 14.0,
"max_height": 15.0,
"price_level": 16,
"allow_glazing": true,
"allow_matting": true,
"color": "sample string 19",
"composite": "sample string 20",
"segment_url": "sample string 21",
"sample_length": 22.0,
"class_alias": "sample string 23",
"starting_price": 24.1,
"type": "sample string 25",
"type_description": "sample string 26"
},
"mats": [
{
"id": 1,
"name": "sample string 2",
"color": "sample string 3",
"core_color": "sample string 4",
"thickness": 5,
"min_width": 6.0,
"min_height": 7.0,
"max_width": 8.0,
"max_height": 9.0,
"composite": "sample string 10",
"starting_price": 11.1
},
{
"id": 1,
"name": "sample string 2",
"color": "sample string 3",
"core_color": "sample string 4",
"thickness": 5,
"min_width": 6.0,
"min_height": 7.0,
"max_width": 8.0,
"max_height": 9.0,
"composite": "sample string 10",
"starting_price": 11.1
}
],
"glass": {
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"composite": 0,
"image_1": "sample string 8",
"starting_price": 9.1
}
},
"status": {
"success": true,
"status_code": 100,
"message": "sample string 2",
"debug": {},
"reference_id": "sample string 4",
"domain": "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,
"geo_price": 11.1,
"info": "sample string 12",
"debug": {}
}
}