Retrieve Products FEED

Products Feed is a hydrated version of product details. This helps users to reduce the number of API calls and get more product data in one request. The data retunred is equivalent of crawling products detail page with all options and prices.

Due to large data set in the response, it is paginated for ease of use.

Resource URI

GET /printproducts/productsfeed                                   

Input Parameters


GET /printproducts/productsfeed?product_uuid={uuid}

@param product_uuid {uuid} The UUID of product.

Sample Single product Request URL

html


https://api.4over.com/printproducts/productsfeed?product_uuid=a0c5ad38-be9d-4efc-9b21-39cc69b11444

Sample Single Product Feed Response

JSON


{
	"entities": [{
		"full_product_path": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444",
		"product_uuid": "a0c5ad38-be9d-4efc-9b21-39cc69b11444",
		"product_code": "16PT-ACAKFOSPUVBK-4.25X5.5",
		"product_description": "4.25\" X 5.5\" 16PT Announcement Cards with Akuafoil w/ Spot UV on the back, FLAT - No Scoring",
		"categories_path": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/categories",
		"categories": [{
			"category_uuid": "c5e697c7-0abd-4ca4-8ca4-44ac9872b569",
			"category_name": "Akuafoil",
			"category_description": "Akuafoil"
		}],
		"product_option_groups_path": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups",
		"product_option_groups": [{
				"product_option_group_uuid": "b6f8d6b4-9909-4cd7-bbc0-b65b6e6460eb",
				"product_option_group_name": "Product Type",
				"minoccurs": "1",
				"maxoccurs": "1",
				"options": [{
					"option_uuid": "d7282f7f-e4d8-43c2-b727-91667f6257bd",
					"option_name": "Majestic",
					"option_description": "Majestic",
					"capi_name": "Majestic",
					"capi_description": "Majestic",
					"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/b6f8d6b4-9909-4cd7-bbc0-b65b6e6460eb/options/d7282f7f-e4d8-43c2-b727-91667f6257bd/prices",
					"option_prices_list": [{
						"option_price_uuid": "35123458-ec73-44a5-9f32-d8c3f61e1113",
						"option_name": "Majestic",
						"startqty": 1,
						"endqty": 100000,
						"price": "0",
						"price_per_qty": "0",
						"is_flat_fee": true,
						"qty": 0,
						"is_percentage": false
					}]
				}]
			},
			{
				"product_option_group_uuid": "d10848ac-8885-441a-a835-3c38050ff964",
				"product_option_group_name": "Majestic Type",
				"minoccurs": "1",
				"maxoccurs": "1",
				"options": [{
					"option_uuid": "358c1670-4d0c-48ab-a511-0d0c2581405d",
					"option_name": "Akuafoil",
					"option_description": "Akuafoil",
					"capi_name": "Akuafoil",
					"capi_description": "Akuafoil",
					"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/d10848ac-8885-441a-a835-3c38050ff964/options/358c1670-4d0c-48ab-a511-0d0c2581405d/prices",
					"option_prices_list": [{
						"option_price_uuid": "226d9b8e-b50a-429f-8fe1-a1223546582a",
						"option_name": "Akuafoil",
						"startqty": 1,
						"endqty": 100000,
						"price": "0",
						"price_per_qty": "0",
						"is_flat_fee": true,
						"qty": 0,
						"is_percentage": false
					}]
				}]
			},
			{
				"product_option_group_uuid": "b19d4ac3-2d48-40c0-9729-e35af6846271",
				"product_option_group_name": "Product Category",
				"minoccurs": "1",
				"maxoccurs": "1",
				"options": [{
					"option_uuid": "afc43903-b91d-4869-9f05-9fa1eb7dcbea",
					"option_name": "Announcement Cards",
					"option_description": "Announcement Cards",
					"capi_name": "Announcement Cards",
					"capi_description": "Announcement Cards",
					"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/b19d4ac3-2d48-40c0-9729-e35af6846271/options/afc43903-b91d-4869-9f05-9fa1eb7dcbea/prices",
					"option_prices_list": [{
						"option_price_uuid": "1411a6f2-3e0c-45df-9f2c-db70cc71914c",
						"option_name": "Announcement Cards",
						"startqty": 1,
						"endqty": 100000,
						"price": "0",
						"price_per_qty": "0",
						"is_flat_fee": true,
						"qty": 0,
						"is_percentage": false
					}]
				}]
			},
			{
				"product_option_group_uuid": "34f407f8-0b50-4227-9378-10fddefbe596",
				"product_option_group_name": "Size",
				"minoccurs": "1",
				"maxoccurs": "1",
				"options": [{
					"option_uuid": "265ef6d8-e93a-4f72-81f5-391adb603874",
					"option_name": "4.25\" x 5.5\"",
					"option_description": "4.25\" x 5.5\"",
					"capi_name": "4.25\" x 5.5\"",
					"capi_description": "4.25\" x 5.5\"",
					"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/34f407f8-0b50-4227-9378-10fddefbe596/options/265ef6d8-e93a-4f72-81f5-391adb603874/prices",
					"option_prices_list": []
				}]
			},
			{
				"product_option_group_uuid": "88c28e92-7c8c-4c05-9908-dcd495e0957a",
				"product_option_group_name": "Product Orientation",
				"minoccurs": "1",
				"maxoccurs": "1",
				"options": [{
						"option_uuid": "f169e8b1-5d3f-408a-81fd-c857f7b9c37b",
						"option_name": "Horizontal",
						"option_description": "Horizontal",
						"capi_name": "Horizontal",
						"capi_description": "Horizontal",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/88c28e92-7c8c-4c05-9908-dcd495e0957a/options/f169e8b1-5d3f-408a-81fd-c857f7b9c37b/prices",
						"option_prices_list": []
					},
					{
						"option_uuid": "991b850a-6643-48d3-afa6-bcda4cf58c85",
						"option_name": "Vertical",
						"option_description": "Vertical",
						"capi_name": "Vertical",
						"capi_description": "Vertical",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/88c28e92-7c8c-4c05-9908-dcd495e0957a/options/991b850a-6643-48d3-afa6-bcda4cf58c85/prices",
						"option_prices_list": []
					}
				]
			},
			{
				"product_option_group_uuid": "5fffd29b-af78-41af-a216-7cdaf8d55177",
				"product_option_group_name": "Shape",
				"minoccurs": "1",
				"maxoccurs": "1",
				"options": [{
					"option_uuid": "ee567ae7-d0e9-47ca-830a-b172c097b44f",
					"option_name": "Rectangle",
					"option_description": "Rectangle",
					"capi_name": "Rectangle",
					"capi_description": "Rectangle",
					"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/5fffd29b-af78-41af-a216-7cdaf8d55177/options/ee567ae7-d0e9-47ca-830a-b172c097b44f/prices",
					"option_prices_list": [{
						"option_price_uuid": "7f17ccdd-7ab2-489d-bacb-32c2b8159ad9",
						"option_name": "Rectangle",
						"startqty": 1,
						"endqty": 1000000,
						"price": "0",
						"price_per_qty": "0",
						"is_flat_fee": true,
						"qty": 1,
						"is_percentage": false
					}]
				}]
			},
			{
				"product_option_group_uuid": "24865ffa-793d-43ea-b3b1-d1b5cf22268d",
				"product_option_group_name": "Stock",
				"minoccurs": "1",
				"maxoccurs": "1",
				"options": [{
					"option_uuid": "cb84e4f5-cf63-4c25-b3c3-d22fc7dcf09d",
					"option_name": "16PT C2S",
					"option_description": "16PT Stock, coated two sides",
					"capi_name": "16PT C2S",
					"capi_description": "16PT Stock, coated two sides",
					"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/24865ffa-793d-43ea-b3b1-d1b5cf22268d/options/cb84e4f5-cf63-4c25-b3c3-d22fc7dcf09d/prices",
					"option_prices_list": []
				}]
			},
			{
				"product_option_group_uuid": "26ca0df3-0682-4f37-8979-409868e2df2d",
				"product_option_group_name": "Coating",
				"minoccurs": "1",
				"maxoccurs": "1",
				"options": [{
					"option_uuid": "88542d07-0352-4839-9e2e-a2c8d1c343ef",
					"option_name": "Spot UV",
					"option_description": "Spot UV",
					"capi_name": "Spot UV",
					"capi_description": "Spot UV",
					"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/26ca0df3-0682-4f37-8979-409868e2df2d/options/88542d07-0352-4839-9e2e-a2c8d1c343ef/prices",
					"option_prices_list": [{
							"option_price_uuid": "4df71a03-a564-4b80-a417-07f1acba6047",
							"option_name": "Spot UV",
							"startqty": 1,
							"endqty": 100000,
							"price": "0",
							"price_per_qty": "0",
							"is_flat_fee": true,
							"qty": 1,
							"is_percentage": false
						},
						{
							"option_price_uuid": "ff1bde54-8c59-4e11-9fc5-e6630eec5139",
							"option_name": "Spot UV",
							"startqty": 1,
							"endqty": 100000,
							"price": "0",
							"price_per_qty": "0",
							"is_flat_fee": true,
							"qty": 1,
							"is_percentage": false
						}
					]
				}]
			},
			{
				"product_option_group_uuid": "86c459f5-b6fc-4125-8b79-4d5ef12a2a13",
				"product_option_group_name": "Spot UV Sides",
				"minoccurs": "1",
				"maxoccurs": "1",
				"options": [{
					"option_uuid": "6ce4b787-3b55-436a-b8d6-b5fe797ee0b6",
					"option_name": "Spot UV Back",
					"option_description": "Spot UV back only, Full UV on the front",
					"capi_name": "Spot UV Back",
					"capi_description": "Spot UV Back",
					"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/86c459f5-b6fc-4125-8b79-4d5ef12a2a13/options/6ce4b787-3b55-436a-b8d6-b5fe797ee0b6/prices",
					"option_prices_list": [{
						"option_price_uuid": "a1e8d8d4-a5b1-4768-88e6-83f43053aa16",
						"option_name": "Spot UV Back",
						"startqty": 0,
						"endqty": 1000000,
						"price_per_qty": "0",
						"is_flat_fee": true,
						"qty": 0
					}]
				}]
			},
			{
				"product_option_group_uuid": "38d33954-5a42-4112-a905-215eb827e62c",
				"product_option_group_name": "Colorspec",
				"minoccurs": "1",
				"maxoccurs": "1",
				"options": [{
						"option_uuid": "a75ac2f1-9911-48d6-841d-245b5ac08f27",
						"option_name": "5/0 (4/0 with Foil on Front)",
						"option_description": "5/0 (4/0 with Foil on Front)",
						"capi_name": "5/0 (4/0 with Foil on Front)",
						"capi_description": "5/0 (4/0 with Foil on Front)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/38d33954-5a42-4112-a905-215eb827e62c/options/a75ac2f1-9911-48d6-841d-245b5ac08f27/prices",
						"option_prices_list": [{
							"option_price_uuid": "fb00c417-d132-4ab7-8f5f-a8a9148f27e2",
							"option_name": "5/0 (4/0 with Foil on Front)",
							"startqty": 1,
							"endqty": 100000,
							"price": "0",
							"price_per_qty": "0",
							"is_flat_fee": true,
							"qty": 0,
							"is_percentage": false
						}]
					},
					{
						"option_uuid": "a98d6ef3-be21-46ea-abc7-2cc0c24a1c7d",
						"option_name": "5/1 (4/1 with Foil on Front)",
						"option_description": "5/1 (4/1 with Foil on Front)",
						"capi_name": "5/1 (4/1 with Foil on Front)",
						"capi_description": "5/1 (4/1 with Foil on Front)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/38d33954-5a42-4112-a905-215eb827e62c/options/a98d6ef3-be21-46ea-abc7-2cc0c24a1c7d/prices",
						"option_prices_list": [{
							"option_price_uuid": "98971a09-f9f0-4e0f-ab40-fde4015d6a6b",
							"option_name": "5/1 (4/1 with Foil on Front)",
							"startqty": 1,
							"endqty": 100000,
							"price": "0",
							"price_per_qty": "0",
							"is_flat_fee": true,
							"qty": 0,
							"is_percentage": false
						}]
					},
					{
						"option_uuid": "e9e9dfb3-fba1-4d60-972c-fd9ca5904d33",
						"option_name": "5/4 (4/4 with Foil on Front)",
						"option_description": "5/4 (4/4 with Foil on Front)",
						"capi_name": "5/4 (4/4 with Foil on Front)",
						"capi_description": "5/4 (4/4 with Foil on Front)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/38d33954-5a42-4112-a905-215eb827e62c/options/e9e9dfb3-fba1-4d60-972c-fd9ca5904d33/prices",
						"option_prices_list": [{
							"option_price_uuid": "531d5967-fcd4-4465-90a0-d763cc4740d5",
							"option_name": "5/4 (4/4 with Foil on Front)",
							"startqty": 1,
							"endqty": 100000,
							"price": "0",
							"price_per_qty": "0",
							"is_flat_fee": true,
							"qty": 0,
							"is_percentage": false
						}]
					},
					{
						"option_uuid": "2ba18f74-0f96-487e-8b6e-985b404b3305",
						"option_name": "4/5 (4/4 with Foil on Back)",
						"option_description": "4/5 (4/4 with Foil on Back)",
						"capi_name": "4/5 (4/4 with Foil on Back)",
						"capi_description": "4/5 (4/4 with Foil on Back)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/38d33954-5a42-4112-a905-215eb827e62c/options/2ba18f74-0f96-487e-8b6e-985b404b3305/prices",
						"option_prices_list": [{
							"option_price_uuid": "ba592d9b-5f30-4e01-a65e-f043d1b5942d",
							"option_name": "4/5 (4/4 with Foil on Back)",
							"startqty": 1,
							"endqty": 100000,
							"price": "0",
							"price_per_qty": "0",
							"is_flat_fee": true,
							"qty": 0,
							"is_percentage": false
						}]
					},
					{
						"option_uuid": "34527644-b4fd-4ffb-9092-1318eefcd9d9",
						"option_name": "5/5 (4/4 with Foil on Both Sides)",
						"option_description": "5/5 (4/4 with Foil on Both Sides)",
						"capi_name": "5/5 (4/4 with Foil on Both Sides)",
						"capi_description": "5/5 (4/4 with Foil on Both Sides)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/38d33954-5a42-4112-a905-215eb827e62c/options/34527644-b4fd-4ffb-9092-1318eefcd9d9/prices",
						"option_prices_list": [{
							"option_price_uuid": "b1330bea-7d0e-48f0-8eaf-21b0f6a7d010",
							"option_name": "5/5 (4/4 with Foil on Both Sides)",
							"startqty": 1,
							"endqty": 100000,
							"price": "0",
							"price_per_qty": "0",
							"is_flat_fee": true,
							"qty": 0,
							"is_percentage": false
						}]
					}
				]
			},
			{
				"product_option_group_uuid": "87e09691-ef33-4cf4-8f17-48af06ce84f4",
				"product_option_group_name": "Runsize",
				"minoccurs": "1",
				"maxoccurs": "1",
				"options": [{
						"option_uuid": "f593fda3-2d5c-4b9e-9c2c-6197b899ae74",
						"option_name": "500",
						"option_description": "500",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/87e09691-ef33-4cf4-8f17-48af06ce84f4/options/f593fda3-2d5c-4b9e-9c2c-6197b899ae74/prices",
						"option_prices_list": []
					},
					{
						"option_uuid": "52e3d710-0e8f-4d4d-8560-7d4d8655be69",
						"option_name": "1000",
						"option_description": "1000",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/87e09691-ef33-4cf4-8f17-48af06ce84f4/options/52e3d710-0e8f-4d4d-8560-7d4d8655be69/prices",
						"option_prices_list": []
					},
					{
						"option_uuid": "02d8d163-ee8f-41cc-acce-9863ad0deb38",
						"option_name": "2500",
						"option_description": "2500",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/87e09691-ef33-4cf4-8f17-48af06ce84f4/options/02d8d163-ee8f-41cc-acce-9863ad0deb38/prices",
						"option_prices_list": []
					},
					{
						"option_uuid": "e824bf9f-d22d-4070-926d-42c6dd5ef515",
						"option_name": "5000",
						"option_description": "5000",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/87e09691-ef33-4cf4-8f17-48af06ce84f4/options/e824bf9f-d22d-4070-926d-42c6dd5ef515/prices",
						"option_prices_list": []
					}
				]
			},
			{
				"product_option_group_uuid": "c3860a15-f892-4326-a9b2-f3cf874c50d4",
				"product_option_group_name": "Blank Envelopes",
				"minoccurs": "1",
				"maxoccurs": "1",
				"options": [{
						"option_uuid": "9f137334-7cf0-4a73-8a74-a4df662606ea",
						"option_name": "No Blank Envelopes",
						"option_description": "No Blank Envelopes",
						"capi_name": "No Blank Envelopes",
						"capi_description": "No Blank Envelopes",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/c3860a15-f892-4326-a9b2-f3cf874c50d4/options/9f137334-7cf0-4a73-8a74-a4df662606ea/prices",
						"option_prices_list": [{
							"option_price_uuid": "be331a06-6481-4ab1-9990-180e7e75e502",
							"option_name": "No Blank Envelopes",
							"startqty": 100,
							"endqty": 10000,
							"price": "0.00",
							"is_flat_fee": true
						}]
					},
					{
						"option_uuid": "62a961e2-e2dd-4510-8e8e-75355a5b8467",
						"option_name": "Yes 500 Envelopes A2",
						"option_description": "Yes, 500 Envelopes, A2",
						"capi_name": "Yes 500 Envelopes A2",
						"capi_description": "Yes, 500 Envelopes, A2",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/c3860a15-f892-4326-a9b2-f3cf874c50d4/options/62a961e2-e2dd-4510-8e8e-75355a5b8467/prices",
						"option_prices_list": [{
							"option_price_uuid": "5e4a3a3a-f4eb-4353-a87c-da08d2c34537",
							"option_name": "Yes 500 Envelopes A2",
							"startqty": 1,
							"endqty": 10000,
							"price": "25",
							"price_per_qty": "0",
							"is_flat_fee": true,
							"qty": 0,
							"is_percentage": false
						}]
					},
					{
						"option_uuid": "2a0dc1ec-88cc-4886-a5d5-a562d7cf7fa4",
						"option_name": "Yes 1000 Envelopes A2",
						"option_description": "Yes, 1000 Envelopes, A2",
						"capi_name": "Yes 1000 Envelopes A2",
						"capi_description": "Yes, 1000 Envelopes, A2",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/c3860a15-f892-4326-a9b2-f3cf874c50d4/options/2a0dc1ec-88cc-4886-a5d5-a562d7cf7fa4/prices",
						"option_prices_list": [{
							"option_price_uuid": "6479e4a4-0f8c-4e54-a314-3deb4445892a",
							"option_name": "Yes 1000 Envelopes A2",
							"startqty": 1,
							"endqty": 10000,
							"price": "33",
							"price_per_qty": "0",
							"is_flat_fee": true,
							"qty": 0,
							"is_percentage": false
						}]
					},
					{
						"option_uuid": "ecdaa95e-2b94-481a-8eea-ef6322e38ed7",
						"option_name": "Yes 2500 Envelopes A2",
						"option_description": "Yes, 2500 Envelopes, A2",
						"capi_name": "Yes 2500 Envelopes A2",
						"capi_description": "Yes, 2500 Envelopes, A2",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/c3860a15-f892-4326-a9b2-f3cf874c50d4/options/ecdaa95e-2b94-481a-8eea-ef6322e38ed7/prices",
						"option_prices_list": [{
							"option_price_uuid": "6694c6da-b1b8-4641-b8c2-0846565e70f9",
							"option_name": "Yes 2500 Envelopes A2",
							"startqty": 1,
							"endqty": 100000,
							"price": "68.1",
							"price_per_qty": "0",
							"is_flat_fee": true,
							"qty": 0,
							"is_percentage": false
						}]
					},
					{
						"option_uuid": "a98e46a4-1757-4c4e-9588-6dc538987941",
						"option_name": "Yes 5000 Envelopes A2",
						"option_description": "Yes, 5000 Envelopes, A2",
						"capi_name": "Yes 5000 Envelopes A2",
						"capi_description": "Yes, 5000 Envelopes, A2",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/c3860a15-f892-4326-a9b2-f3cf874c50d4/options/a98e46a4-1757-4c4e-9588-6dc538987941/prices",
						"option_prices_list": [{
							"option_price_uuid": "49636102-633e-420f-a8e2-64647c989966",
							"option_name": "Yes 5000 Envelopes A2",
							"startqty": 1,
							"endqty": 10000,
							"price": "130.2",
							"price_per_qty": "0",
							"is_flat_fee": true,
							"qty": 0,
							"is_percentage": false
						}]
					}
				]
			},
			{
				"product_option_group_uuid": "ed16daf6-77e4-4133-8d65-3947d5d19f52",
				"product_option_group_name": "Additional Options",
				"minoccurs": "1",
				"maxoccurs": "1",
				"options": [{
						"option_uuid": "04f333df-18a7-4ff0-b6e9-e2f401a6d150",
						"option_name": "PDF Proofs (per set)",
						"option_description": "PDF Proof",
						"capi_name": "PDF Proofs (per set)",
						"capi_description": "PDF Proof",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/ed16daf6-77e4-4133-8d65-3947d5d19f52/options/04f333df-18a7-4ff0-b6e9-e2f401a6d150/prices",
						"option_prices_list": [{
							"option_price_uuid": "354dad86-8687-4516-bdd4-95473e82a697",
							"option_name": "PDF Proofs (per set)",
							"startqty": 1,
							"endqty": 100000,
							"price": "5",
							"price_per_qty": "0",
							"is_flat_fee": true,
							"qty": 0,
							"is_percentage": false
						}]
					},
					{
						"option_uuid": "a95031ce-8bd0-45c6-94fb-def34304a373",
						"option_name": "Sample of Completed job (per set)",
						"option_description": "Completed Samples",
						"capi_name": "Sample of Completed job (per set)",
						"capi_description": "Sample of Completed Job",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/ed16daf6-77e4-4133-8d65-3947d5d19f52/options/a95031ce-8bd0-45c6-94fb-def34304a373/prices",
						"option_prices_list": [{
							"option_price_uuid": "7f0bb85c-e7d3-414f-945f-61f835928ffe",
							"option_name": "Sample of Completed job (per set)",
							"startqty": 1,
							"endqty": 100000,
							"price": "9.99",
							"price_per_qty": "0",
							"is_flat_fee": true,
							"qty": 0,
							"is_percentage": false
						}]
					}
				]
			},
			{
				"product_option_group_uuid": "f80e8179-b264-42ce-9f80-bb258a09a1fe",
				"product_option_group_name": "Turn-Around",
				"minoccurs": 1,
				"maxoccurs": 1,
				"options": [{
						"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
						"option_name": "224",
						"option_description": "2-4 Business Days",
						"runsize_uuid": "f593fda3-2d5c-4b9e-9c2c-6197b899ae74",
						"runsize": "500",
						"colorspec_uuid": "2ba18f74-0f96-487e-8b6e-985b404b3305",
						"colorspec": "4/5 (4/4 with Foil on Back)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/6880599f-53ce-4836-9252-1670ef3d5ebd/prices",
						"option_prices_list": [{
							"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
							"option_name": "224",
							"option_description": "2-4 Business Days",
							"option_price_uuid": "6880599f-53ce-4836-9252-1670ef3d5ebd",
							"price": "0.00",
							"runsize_uuid": "f593fda3-2d5c-4b9e-9c2c-6197b899ae74",
							"runsize": "500",
							"colorspec_uuid": "2ba18f74-0f96-487e-8b6e-985b404b3305",
							"colorspec_name": "4/5 (4/4 with Foil on Back)"
						}]
					},
					{
						"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
						"option_name": "224",
						"option_description": "2-4 Business Days",
						"runsize_uuid": "f593fda3-2d5c-4b9e-9c2c-6197b899ae74",
						"runsize": "500",
						"colorspec_uuid": "a98d6ef3-be21-46ea-abc7-2cc0c24a1c7d",
						"colorspec": "5/1 (4/1 with Foil on Front)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/815666a6-8936-4b35-8bf4-1a29a5b5b144/prices",
						"option_prices_list": [{
							"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
							"option_name": "224",
							"option_description": "2-4 Business Days",
							"option_price_uuid": "815666a6-8936-4b35-8bf4-1a29a5b5b144",
							"price": "0.00",
							"runsize_uuid": "f593fda3-2d5c-4b9e-9c2c-6197b899ae74",
							"runsize": "500",
							"colorspec_uuid": "a98d6ef3-be21-46ea-abc7-2cc0c24a1c7d",
							"colorspec_name": "5/1 (4/1 with Foil on Front)"
						}]
					},
					{
						"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
						"option_name": "224",
						"option_description": "2-4 Business Days",
						"runsize_uuid": "f593fda3-2d5c-4b9e-9c2c-6197b899ae74",
						"runsize": "500",
						"colorspec_uuid": "e9e9dfb3-fba1-4d60-972c-fd9ca5904d33",
						"colorspec": "5/4 (4/4 with Foil on Front)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/559f2701-12f2-48f2-ba82-ec282137ba9e/prices",
						"option_prices_list": [{
							"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
							"option_name": "224",
							"option_description": "2-4 Business Days",
							"option_price_uuid": "559f2701-12f2-48f2-ba82-ec282137ba9e",
							"price": "0.00",
							"runsize_uuid": "f593fda3-2d5c-4b9e-9c2c-6197b899ae74",
							"runsize": "500",
							"colorspec_uuid": "e9e9dfb3-fba1-4d60-972c-fd9ca5904d33",
							"colorspec_name": "5/4 (4/4 with Foil on Front)"
						}]
					},
					{
						"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
						"option_name": "224",
						"option_description": "2-4 Business Days",
						"runsize_uuid": "f593fda3-2d5c-4b9e-9c2c-6197b899ae74",
						"runsize": "500",
						"colorspec_uuid": "34527644-b4fd-4ffb-9092-1318eefcd9d9",
						"colorspec": "5/5 (4/4 with Foil on Both Sides)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/b398c090-0137-41f8-afa0-c434583c64aa/prices",
						"option_prices_list": [{
							"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
							"option_name": "224",
							"option_description": "2-4 Business Days",
							"option_price_uuid": "b398c090-0137-41f8-afa0-c434583c64aa",
							"price": "0.00",
							"runsize_uuid": "f593fda3-2d5c-4b9e-9c2c-6197b899ae74",
							"runsize": "500",
							"colorspec_uuid": "34527644-b4fd-4ffb-9092-1318eefcd9d9",
							"colorspec_name": "5/5 (4/4 with Foil on Both Sides)"
						}]
					},
					{
						"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
						"option_name": "224",
						"option_description": "2-4 Business Days",
						"runsize_uuid": "52e3d710-0e8f-4d4d-8560-7d4d8655be69",
						"runsize": "1000",
						"colorspec_uuid": "2ba18f74-0f96-487e-8b6e-985b404b3305",
						"colorspec": "4/5 (4/4 with Foil on Back)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/b4cf542a-e967-434c-be69-ff07f4374eaf/prices",
						"option_prices_list": [{
							"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
							"option_name": "224",
							"option_description": "2-4 Business Days",
							"option_price_uuid": "b4cf542a-e967-434c-be69-ff07f4374eaf",
							"price": "0.00",
							"runsize_uuid": "52e3d710-0e8f-4d4d-8560-7d4d8655be69",
							"runsize": "1000",
							"colorspec_uuid": "2ba18f74-0f96-487e-8b6e-985b404b3305",
							"colorspec_name": "4/5 (4/4 with Foil on Back)"
						}]
					},
					{
						"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
						"option_name": "224",
						"option_description": "2-4 Business Days",
						"runsize_uuid": "52e3d710-0e8f-4d4d-8560-7d4d8655be69",
						"runsize": "1000",
						"colorspec_uuid": "a98d6ef3-be21-46ea-abc7-2cc0c24a1c7d",
						"colorspec": "5/1 (4/1 with Foil on Front)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/bdfd9f5f-5c51-426b-9cf4-2c96b8dac932/prices",
						"option_prices_list": [{
							"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
							"option_name": "224",
							"option_description": "2-4 Business Days",
							"option_price_uuid": "bdfd9f5f-5c51-426b-9cf4-2c96b8dac932",
							"price": "0.00",
							"runsize_uuid": "52e3d710-0e8f-4d4d-8560-7d4d8655be69",
							"runsize": "1000",
							"colorspec_uuid": "a98d6ef3-be21-46ea-abc7-2cc0c24a1c7d",
							"colorspec_name": "5/1 (4/1 with Foil on Front)"
						}]
					},
					{
						"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
						"option_name": "224",
						"option_description": "2-4 Business Days",
						"runsize_uuid": "52e3d710-0e8f-4d4d-8560-7d4d8655be69",
						"runsize": "1000",
						"colorspec_uuid": "e9e9dfb3-fba1-4d60-972c-fd9ca5904d33",
						"colorspec": "5/4 (4/4 with Foil on Front)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/edfb1df9-f173-44f2-bb42-fe8de69738dd/prices",
						"option_prices_list": [{
							"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
							"option_name": "224",
							"option_description": "2-4 Business Days",
							"option_price_uuid": "edfb1df9-f173-44f2-bb42-fe8de69738dd",
							"price": "0.00",
							"runsize_uuid": "52e3d710-0e8f-4d4d-8560-7d4d8655be69",
							"runsize": "1000",
							"colorspec_uuid": "e9e9dfb3-fba1-4d60-972c-fd9ca5904d33",
							"colorspec_name": "5/4 (4/4 with Foil on Front)"
						}]
					},
					{
						"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
						"option_name": "224",
						"option_description": "2-4 Business Days",
						"runsize_uuid": "52e3d710-0e8f-4d4d-8560-7d4d8655be69",
						"runsize": "1000",
						"colorspec_uuid": "34527644-b4fd-4ffb-9092-1318eefcd9d9",
						"colorspec": "5/5 (4/4 with Foil on Both Sides)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/5f5d58f1-3717-491d-8392-562a4701f85a/prices",
						"option_prices_list": [{
							"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
							"option_name": "224",
							"option_description": "2-4 Business Days",
							"option_price_uuid": "5f5d58f1-3717-491d-8392-562a4701f85a",
							"price": "0.00",
							"runsize_uuid": "52e3d710-0e8f-4d4d-8560-7d4d8655be69",
							"runsize": "1000",
							"colorspec_uuid": "34527644-b4fd-4ffb-9092-1318eefcd9d9",
							"colorspec_name": "5/5 (4/4 with Foil on Both Sides)"
						}]
					},
					{
						"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
						"option_name": "224",
						"option_description": "2-4 Business Days",
						"runsize_uuid": "02d8d163-ee8f-41cc-acce-9863ad0deb38",
						"runsize": "2500",
						"colorspec_uuid": "2ba18f74-0f96-487e-8b6e-985b404b3305",
						"colorspec": "4/5 (4/4 with Foil on Back)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/8128f18c-b5fa-4cc0-badf-0e801a30d017/prices",
						"option_prices_list": [{
							"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
							"option_name": "224",
							"option_description": "2-4 Business Days",
							"option_price_uuid": "8128f18c-b5fa-4cc0-badf-0e801a30d017",
							"price": "0.00",
							"runsize_uuid": "02d8d163-ee8f-41cc-acce-9863ad0deb38",
							"runsize": "2500",
							"colorspec_uuid": "2ba18f74-0f96-487e-8b6e-985b404b3305",
							"colorspec_name": "4/5 (4/4 with Foil on Back)"
						}]
					},
					{
						"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
						"option_name": "224",
						"option_description": "2-4 Business Days",
						"runsize_uuid": "02d8d163-ee8f-41cc-acce-9863ad0deb38",
						"runsize": "2500",
						"colorspec_uuid": "a98d6ef3-be21-46ea-abc7-2cc0c24a1c7d",
						"colorspec": "5/1 (4/1 with Foil on Front)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/bd9164cb-41ef-4ec5-8528-bb5d8fa60af6/prices",
						"option_prices_list": [{
							"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
							"option_name": "224",
							"option_description": "2-4 Business Days",
							"option_price_uuid": "bd9164cb-41ef-4ec5-8528-bb5d8fa60af6",
							"price": "0.00",
							"runsize_uuid": "02d8d163-ee8f-41cc-acce-9863ad0deb38",
							"runsize": "2500",
							"colorspec_uuid": "a98d6ef3-be21-46ea-abc7-2cc0c24a1c7d",
							"colorspec_name": "5/1 (4/1 with Foil on Front)"
						}]
					},
					{
						"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
						"option_name": "224",
						"option_description": "2-4 Business Days",
						"runsize_uuid": "02d8d163-ee8f-41cc-acce-9863ad0deb38",
						"runsize": "2500",
						"colorspec_uuid": "e9e9dfb3-fba1-4d60-972c-fd9ca5904d33",
						"colorspec": "5/4 (4/4 with Foil on Front)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/863c288d-4450-4327-a35d-7bbf9528abd9/prices",
						"option_prices_list": [{
							"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
							"option_name": "224",
							"option_description": "2-4 Business Days",
							"option_price_uuid": "863c288d-4450-4327-a35d-7bbf9528abd9",
							"price": "0.00",
							"runsize_uuid": "02d8d163-ee8f-41cc-acce-9863ad0deb38",
							"runsize": "2500",
							"colorspec_uuid": "e9e9dfb3-fba1-4d60-972c-fd9ca5904d33",
							"colorspec_name": "5/4 (4/4 with Foil on Front)"
						}]
					},
					{
						"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
						"option_name": "224",
						"option_description": "2-4 Business Days",
						"runsize_uuid": "02d8d163-ee8f-41cc-acce-9863ad0deb38",
						"runsize": "2500",
						"colorspec_uuid": "34527644-b4fd-4ffb-9092-1318eefcd9d9",
						"colorspec": "5/5 (4/4 with Foil on Both Sides)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/c0cd45a8-9bf3-4c61-812e-85853b2b09b9/prices",
						"option_prices_list": [{
							"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
							"option_name": "224",
							"option_description": "2-4 Business Days",
							"option_price_uuid": "c0cd45a8-9bf3-4c61-812e-85853b2b09b9",
							"price": "0.00",
							"runsize_uuid": "02d8d163-ee8f-41cc-acce-9863ad0deb38",
							"runsize": "2500",
							"colorspec_uuid": "34527644-b4fd-4ffb-9092-1318eefcd9d9",
							"colorspec_name": "5/5 (4/4 with Foil on Both Sides)"
						}]
					},
					{
						"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
						"option_name": "224",
						"option_description": "2-4 Business Days",
						"runsize_uuid": "e824bf9f-d22d-4070-926d-42c6dd5ef515",
						"runsize": "5000",
						"colorspec_uuid": "2ba18f74-0f96-487e-8b6e-985b404b3305",
						"colorspec": "4/5 (4/4 with Foil on Back)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/0705417c-862a-4277-9a39-90ff700069cf/prices",
						"option_prices_list": [{
							"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
							"option_name": "224",
							"option_description": "2-4 Business Days",
							"option_price_uuid": "0705417c-862a-4277-9a39-90ff700069cf",
							"price": "0.00",
							"runsize_uuid": "e824bf9f-d22d-4070-926d-42c6dd5ef515",
							"runsize": "5000",
							"colorspec_uuid": "2ba18f74-0f96-487e-8b6e-985b404b3305",
							"colorspec_name": "4/5 (4/4 with Foil on Back)"
						}]
					},
					{
						"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
						"option_name": "224",
						"option_description": "2-4 Business Days",
						"runsize_uuid": "e824bf9f-d22d-4070-926d-42c6dd5ef515",
						"runsize": "5000",
						"colorspec_uuid": "a98d6ef3-be21-46ea-abc7-2cc0c24a1c7d",
						"colorspec": "5/1 (4/1 with Foil on Front)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/415c1770-8dbd-4c4e-ba69-c031d5fc9017/prices",
						"option_prices_list": [{
							"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
							"option_name": "224",
							"option_description": "2-4 Business Days",
							"option_price_uuid": "415c1770-8dbd-4c4e-ba69-c031d5fc9017",
							"price": "0.00",
							"runsize_uuid": "e824bf9f-d22d-4070-926d-42c6dd5ef515",
							"runsize": "5000",
							"colorspec_uuid": "a98d6ef3-be21-46ea-abc7-2cc0c24a1c7d",
							"colorspec_name": "5/1 (4/1 with Foil on Front)"
						}]
					},
					{
						"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
						"option_name": "224",
						"option_description": "2-4 Business Days",
						"runsize_uuid": "e824bf9f-d22d-4070-926d-42c6dd5ef515",
						"runsize": "5000",
						"colorspec_uuid": "e9e9dfb3-fba1-4d60-972c-fd9ca5904d33",
						"colorspec": "5/4 (4/4 with Foil on Front)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/addd136f-c636-438d-bed3-b7c5e9d46085/prices",
						"option_prices_list": [{
							"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
							"option_name": "224",
							"option_description": "2-4 Business Days",
							"option_price_uuid": "addd136f-c636-438d-bed3-b7c5e9d46085",
							"price": "0.00",
							"runsize_uuid": "e824bf9f-d22d-4070-926d-42c6dd5ef515",
							"runsize": "5000",
							"colorspec_uuid": "e9e9dfb3-fba1-4d60-972c-fd9ca5904d33",
							"colorspec_name": "5/4 (4/4 with Foil on Front)"
						}]
					},
					{
						"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
						"option_name": "224",
						"option_description": "2-4 Business Days",
						"runsize_uuid": "e824bf9f-d22d-4070-926d-42c6dd5ef515",
						"runsize": "5000",
						"colorspec_uuid": "34527644-b4fd-4ffb-9092-1318eefcd9d9",
						"colorspec": "5/5 (4/4 with Foil on Both Sides)",
						"option_prices": "https://api.4over.com/printproducts/products/a0c5ad38-be9d-4efc-9b21-39cc69b11444/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/fa4452be-742b-4184-bc53-341b778ff8cc/prices",
						"option_prices_list": [{
							"option_uuid": "9f85d0c4-d344-4088-a719-86f8f84d504d",
							"option_name": "224",
							"option_description": "2-4 Business Days",
							"option_price_uuid": "fa4452be-742b-4184-bc53-341b778ff8cc",
							"price": "0.00",
							"runsize_uuid": "e824bf9f-d22d-4070-926d-42c6dd5ef515",
							"runsize": "5000",
							"colorspec_uuid": "34527644-b4fd-4ffb-9092-1318eefcd9d9",
							"colorspec_name": "5/5 (4/4 with Foil on Both Sides)"
						}]
					}
				]
			}
		]
	}],
	"totalResults": 1,
	"currentPage": 0,
	"maximumPages": 20
}

Sample Request

html

https://api.4over.com/printproducts/productsfeed

Input Parameters


GET /printproducts/productsfeed?offset={integer}&max={integer}

@param max={integer}. The maximum number of product per page should not be more than 20.

See link to the pagination page : "https://api-users.4over.com/?page_id=24"

Sample Response

JSON

{
    entities: [
        {
            full_product_path: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367",
            product_uuid: "89f0a3e4-c953-43df-92f1-962ab7826367",
            product_code: "21PT-4DBC2-2.125X3.375",
            product_description: "2.125"X3.375"4DRoundCornerBusinesscardswith2Flips",
            categories_path: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/categories",
            categories: [
                {
                    category_uuid: "9f0f88d1-33f4-43c2-80f6-78bc01297681",
                    category_name: "4DLenticularPrints",
                    category_description: "4DLenticularPrints"
                }
            ],
            product_option_groups_path: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups",
            product_option_groups: [
                {
                    product_option_group_uuid: "34f407f8-0b50-4227-9378-10fddefbe596",
                    product_option_group_name: "Size",
                    minoccurs: "1",
                    maxoccurs: "1",
                    options: [
                        {
                            option_uuid: "071c7709-a420-478c-b766-a9d837afe6c3",
                            option_name: "2.125'x3.375'",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/34f407f8-0b50-4227-9378-10fddefbe596/options/071c7709-a420-478c-b766-a9d837afe6c3/prices",
                            option_prices_list: [
                                
                            ]
                        }
                    ]
                },
                {
                    product_option_group_uuid: "24865ffa-793d-43ea-b3b1-d1b5cf22268d",
                    product_option_group_name: "Stock",
                    minoccurs: "1",
                    maxoccurs: "1",
                    options: [
                        {
                            option_uuid: "0df2401b-85df-4cae-b78e-a2027d093e7f",
                            option_name: "21PT",
                            option_description: "",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/24865ffa-793d-43ea-b3b1-d1b5cf22268d/options/0df2401b-85df-4cae-b78e-a2027d093e7f/prices",
                            option_prices_list: [
                                
                            ]
                        }
                    ]
                },
                {
                    product_option_group_uuid: "87e09691-ef33-4cf4-8f17-48af06ce84f4",
                    product_option_group_name: "Runsize",
                    minoccurs: "1",
                    maxoccurs: "1",
                    options: [
                        {
                            option_uuid: "c2849f26-63d8-4ba1-99a0-6cf51e03354e",
                            option_name: "25",
                            option_description: "25",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/87e09691-ef33-4cf4-8f17-48af06ce84f4/options/c2849f26-63d8-4ba1-99a0-6cf51e03354e/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "987f2b8b-1205-4af2-97f3-4f5def2936e3",
                            option_name: "50",
                            option_description: "50",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/87e09691-ef33-4cf4-8f17-48af06ce84f4/options/987f2b8b-1205-4af2-97f3-4f5def2936e3/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "8a3a0fd1-38ae-49a0-8736-3fedadc3dc93",
                            option_name: "100",
                            option_description: "100",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/87e09691-ef33-4cf4-8f17-48af06ce84f4/options/8a3a0fd1-38ae-49a0-8736-3fedadc3dc93/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "6237a36b-b046-4ef6-8fed-6cb9c22a5ece",
                            option_name: "250",
                            option_description: "250",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/87e09691-ef33-4cf4-8f17-48af06ce84f4/options/6237a36b-b046-4ef6-8fed-6cb9c22a5ece/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "f593fda3-2d5c-4b9e-9c2c-6197b899ae74",
                            option_name: "500",
                            option_description: "500",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/87e09691-ef33-4cf4-8f17-48af06ce84f4/options/f593fda3-2d5c-4b9e-9c2c-6197b899ae74/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "52e3d710-0e8f-4d4d-8560-7d4d8655be69",
                            option_name: "1000",
                            option_description: "1000",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/87e09691-ef33-4cf4-8f17-48af06ce84f4/options/52e3d710-0e8f-4d4d-8560-7d4d8655be69/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "02d8d163-ee8f-41cc-acce-9863ad0deb38",
                            option_name: "2500",
                            option_description: "2500",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/87e09691-ef33-4cf4-8f17-48af06ce84f4/options/02d8d163-ee8f-41cc-acce-9863ad0deb38/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "e824bf9f-d22d-4070-926d-42c6dd5ef515",
                            option_name: "5000",
                            option_description: "5000",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/87e09691-ef33-4cf4-8f17-48af06ce84f4/options/e824bf9f-d22d-4070-926d-42c6dd5ef515/prices",
                            option_prices_list: [
                                
                            ]
                        }
                    ]
                },
                {
                    product_option_group_uuid: "38d33954-5a42-4112-a905-215eb827e62c",
                    product_option_group_name: "Colorspec",
                    minoccurs: "1",
                    maxoccurs: "1",
                    options: [
                        {
                            option_uuid: "32d3c223-f82c-492b-b915-ba065a00862f",
                            option_name: "4/0(4colorfront)",
                            option_description: "",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/38d33954-5a42-4112-a905-215eb827e62c/options/32d3c223-f82c-492b-b915-ba065a00862f/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "2fd6ad29-756c-4927-a66f-b0c0116e31f9",
                            option_name: "4/1",
                            option_description: "",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/38d33954-5a42-4112-a905-215eb827e62c/options/2fd6ad29-756c-4927-a66f-b0c0116e31f9/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "13abbda7-1d64-4f25-8bb2-c179b224825d",
                            option_name: "4/4",
                            option_description: "",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/38d33954-5a42-4112-a905-215eb827e62c/options/13abbda7-1d64-4f25-8bb2-c179b224825d/prices",
                            option_prices_list: [
                                
                            ]
                        }
                    ]
                },
                {
                    product_option_group_uuid: "26ca0df3-0682-4f37-8979-409868e2df2d",
                    product_option_group_name: "Coating",
                    minoccurs: "1",
                    maxoccurs: "1",
                    options: [
                        {
                            option_uuid: "5a5cf5bf-2e02-4675-9391-f6a8370ad0e8",
                            option_name: "N/A",
                            option_description: "",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/26ca0df3-0682-4f37-8979-409868e2df2d/options/5a5cf5bf-2e02-4675-9391-f6a8370ad0e8/prices",
                            option_prices_list: [
                                
                            ]
                        }
                    ]
                },
                {
                    product_option_group_uuid: "6146bf5b-73d3-4463-9f39-e121d598bfdf",
                    product_option_group_name: "RadiusofCorners",
                    minoccurs: "1",
                    maxoccurs: "1",
                    options: [
                        {
                            option_uuid: "479fbfe7-6a0c-4895-8c9a-81739b7486c9",
                            option_name: "Rounded1/4"",
                            option_description: "RadiusofCorners",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/6146bf5b-73d3-4463-9f39-e121d598bfdf/options/479fbfe7-6a0c-4895-8c9a-81739b7486c9/prices",
                            option_prices_list: [
                                {
                                    option_price_uuid: "8e3676b6-8848-4656-9f41-72ab779bba16",
                                    option_name: "Rounded1/4"",
                                    startqty: 25,
                                    endqty: 250000,
                                    price: "0.00",
                                    is_flat_fee: true,
                                    price_per_qty: "0",
                                    qty: 0,
                                    is_percentage: false
                                }
                            ]
                        },
                        {
                            option_uuid: "589680c7-ee9a-431b-9d12-d7aeb1386a97",
                            option_name: "Rounded1/8"",
                            option_description: "RadiusofCorners",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/6146bf5b-73d3-4463-9f39-e121d598bfdf/options/589680c7-ee9a-431b-9d12-d7aeb1386a97/prices",
                            option_prices_list: [
                                {
                                    option_price_uuid: "e9a3c14e-8674-409e-8922-44b651c9c3f8",
                                    option_name: "Rounded1/8"",
                                    startqty: 25,
                                    endqty: 25000,
                                    price: "0.00",
                                    is_flat_fee: true,
                                    price_per_qty: "0",
                                    qty: 0,
                                    is_percentage: false
                                }
                            ]
                        }
                    ]
                },
                {
                    product_option_group_uuid: "f80e8179-b264-42ce-9f80-bb258a09a1fe",
                    product_option_group_name: "Turn-Around",
                    minoccurs: 1,
                    maxoccurs: 1,
                    options: [
                        {
                            option_uuid: "e04b099b-4ac3-4a35-84d0-c530df7b7aff",
                            option_name: "527",
                            option_description: "5-7BusinessDays",
                            runsize_uuid: "c2849f26-63d8-4ba1-99a0-6cf51e03354e",
                            runsize: "25",
                            colorspec_uuid: "32d3c223-f82c-492b-b915-ba065a00862f",
                            colorspec: "4/0",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/c960eb0d-ded2-4920-a5c7-0d4932846100/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "e04b099b-4ac3-4a35-84d0-c530df7b7aff",
                            option_name: "527",
                            option_description: "5-7BusinessDays",
                            runsize_uuid: "c2849f26-63d8-4ba1-99a0-6cf51e03354e",
                            runsize: "25",
                            colorspec_uuid: "13abbda7-1d64-4f25-8bb2-c179b224825d",
                            colorspec: "4/4",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/6e72cfa0-3c7f-4869-8722-b373aaebe327/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "e04b099b-4ac3-4a35-84d0-c530df7b7aff",
                            option_name: "527",
                            option_description: "5-7BusinessDays",
                            runsize_uuid: "987f2b8b-1205-4af2-97f3-4f5def2936e3",
                            runsize: "50",
                            colorspec_uuid: "32d3c223-f82c-492b-b915-ba065a00862f",
                            colorspec: "4/0",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/fe1905c9-34ee-4586-8036-f4770a3f0f72/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "e04b099b-4ac3-4a35-84d0-c530df7b7aff",
                            option_name: "527",
                            option_description: "5-7BusinessDays",
                            runsize_uuid: "987f2b8b-1205-4af2-97f3-4f5def2936e3",
                            runsize: "50",
                            colorspec_uuid: "13abbda7-1d64-4f25-8bb2-c179b224825d",
                            colorspec: "4/4",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/43a831fe-3285-400a-bc14-2d35057e4db4/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "e04b099b-4ac3-4a35-84d0-c530df7b7aff",
                            option_name: "527",
                            option_description: "5-7BusinessDays",
                            runsize_uuid: "8a3a0fd1-38ae-49a0-8736-3fedadc3dc93",
                            runsize: "100",
                            colorspec_uuid: "32d3c223-f82c-492b-b915-ba065a00862f",
                            colorspec: "4/0",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/92adcca7-a253-4a30-919b-7dd3396787e3/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "e04b099b-4ac3-4a35-84d0-c530df7b7aff",
                            option_name: "527",
                            option_description: "5-7BusinessDays",
                            runsize_uuid: "8a3a0fd1-38ae-49a0-8736-3fedadc3dc93",
                            runsize: "100",
                            colorspec_uuid: "13abbda7-1d64-4f25-8bb2-c179b224825d",
                            colorspec: "4/4",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/70189118-399d-45ce-9745-111ff30167ef/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "e04b099b-4ac3-4a35-84d0-c530df7b7aff",
                            option_name: "527",
                            option_description: "5-7BusinessDays",
                            runsize_uuid: "6237a36b-b046-4ef6-8fed-6cb9c22a5ece",
                            runsize: "250",
                            colorspec_uuid: "32d3c223-f82c-492b-b915-ba065a00862f",
                            colorspec: "4/0",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/ac7e8471-d90b-4039-b3ee-a3918842b704/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "e04b099b-4ac3-4a35-84d0-c530df7b7aff",
                            option_name: "527",
                            option_description: "5-7BusinessDays",
                            runsize_uuid: "6237a36b-b046-4ef6-8fed-6cb9c22a5ece",
                            runsize: "250",
                            colorspec_uuid: "13abbda7-1d64-4f25-8bb2-c179b224825d",
                            colorspec: "4/4",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/c8c3b5b5-4487-4567-b274-4d21038074b4/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "e04b099b-4ac3-4a35-84d0-c530df7b7aff",
                            option_name: "527",
                            option_description: "5-7BusinessDays",
                            runsize_uuid: "f593fda3-2d5c-4b9e-9c2c-6197b899ae74",
                            runsize: "500",
                            colorspec_uuid: "32d3c223-f82c-492b-b915-ba065a00862f",
                            colorspec: "4/0",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/73bb9d7c-2535-46b3-9ae7-f3fefcb4fc8a/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "e04b099b-4ac3-4a35-84d0-c530df7b7aff",
                            option_name: "527",
                            option_description: "5-7BusinessDays",
                            runsize_uuid: "f593fda3-2d5c-4b9e-9c2c-6197b899ae74",
                            runsize: "500",
                            colorspec_uuid: "13abbda7-1d64-4f25-8bb2-c179b224825d",
                            colorspec: "4/4",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/d1dc3274-0378-4b73-b707-f8830e9f684a/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "e04b099b-4ac3-4a35-84d0-c530df7b7aff",
                            option_name: "527",
                            option_description: "5-7BusinessDays",
                            runsize_uuid: "52e3d710-0e8f-4d4d-8560-7d4d8655be69",
                            runsize: "1000",
                            colorspec_uuid: "32d3c223-f82c-492b-b915-ba065a00862f",
                            colorspec: "4/0",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/09a37e89-339b-42be-8e08-20f4c9f4f38a/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "e04b099b-4ac3-4a35-84d0-c530df7b7aff",
                            option_name: "527",
                            option_description: "5-7BusinessDays",
                            runsize_uuid: "52e3d710-0e8f-4d4d-8560-7d4d8655be69",
                            runsize: "1000",
                            colorspec_uuid: "13abbda7-1d64-4f25-8bb2-c179b224825d",
                            colorspec: "4/4",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/d3cc0079-5455-4ee3-8d8c-1864642204eb/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "e04b099b-4ac3-4a35-84d0-c530df7b7aff",
                            option_name: "527",
                            option_description: "5-7BusinessDays",
                            runsize_uuid: "02d8d163-ee8f-41cc-acce-9863ad0deb38",
                            runsize: "2500",
                            colorspec_uuid: "32d3c223-f82c-492b-b915-ba065a00862f",
                            colorspec: "4/0",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/77364a73-b24a-4bd1-b65c-ff28ccd434af/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "e04b099b-4ac3-4a35-84d0-c530df7b7aff",
                            option_name: "527",
                            option_description: "5-7BusinessDays",
                            runsize_uuid: "02d8d163-ee8f-41cc-acce-9863ad0deb38",
                            runsize: "2500",
                            colorspec_uuid: "13abbda7-1d64-4f25-8bb2-c179b224825d",
                            colorspec: "4/4",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/fa80d09c-dd1b-4ba9-b9cb-0b87c1a342ef/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "e04b099b-4ac3-4a35-84d0-c530df7b7aff",
                            option_name: "527",
                            option_description: "5-7BusinessDays",
                            runsize_uuid: "e824bf9f-d22d-4070-926d-42c6dd5ef515",
                            runsize: "5000",
                            colorspec_uuid: "32d3c223-f82c-492b-b915-ba065a00862f",
                            colorspec: "4/0",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/1182fe4f-d48a-4080-932d-7e035713fa29/prices",
                            option_prices_list: [
                                
                            ]
                        },
                        {
                            option_uuid: "e04b099b-4ac3-4a35-84d0-c530df7b7aff",
                            option_name: "527",
                            option_description: "5-7BusinessDays",
                            runsize_uuid: "e824bf9f-d22d-4070-926d-42c6dd5ef515",
                            runsize: "5000",
                            colorspec_uuid: "13abbda7-1d64-4f25-8bb2-c179b224825d",
                            colorspec: "4/4",
                            option_prices: "https: //api.4over.com/printproducts/products/89f0a3e4-c953-43df-92f1-962ab7826367/optiongroups/f80e8179-b264-42ce-9f80-bb258a09a1fe/options/59eb979d-f61b-4b46-85be-2e99a7d6b5f7/prices",
                            option_prices_list: [
                                
                            ]
                        }
                    ]
                }
            ]
        }
    ],
    totalResults: 2043,
    currentPage: 0,
    maximumPages: 1
}