{"id":92,"date":"2016-01-26T00:55:13","date_gmt":"2016-01-26T00:55:13","guid":{"rendered":"http:\/\/192.168.114.129\/?page_id=92"},"modified":"2026-05-15T08:49:23","modified_gmt":"2026-05-15T08:49:23","slug":"get-products","status":"publish","type":"page","link":"https:\/\/api-users.4over.com\/?page_id=92","title":{"rendered":"Retrieve Products"},"content":{"rendered":"<h3>All Products<\/h3>\n<p>This route will return a list of all products and product details. The details of each product is consisted of:<\/p>\n<p>&#8211; product_uuid: product&#8217;s unique ID<br \/>\n&#8211; product_code: Legacy product Codes used to identify a product<br \/>\n&#8211; product_description: Description of the product<br \/>\n&#8211; full_product_path: Full path to the product details<br \/>\n&#8211; product_categories: List of all categories that the product belongs to<br \/>\n&#8211; product_option_groups: Path to list of all Option Groups for a specific product. Option Groups consists Size, Stock, Coating, Colorspec, Runsizes, Turnaround-Times and any finishing option groups that apply to the specified product<br \/>\n&#8211; product_base_prices: Path to list of base prices for the specified product considering all runsizes and colorspecs. Any Option Group, such as Turnaround-times or any finishing options that affects the base price, will contain an &#8220;option_prices&#8221; link in the options array that will specify the option price that needs to be added to the base price<\/p>\n<h3>Resource URI<\/h3>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\nGET \/printproducts\/products\n<\/pre>\n<h3>Sample Request<\/h3>\n<p>html<\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\nhttps:\/\/api.4over.com\/printproducts\/products\n<\/pre>\n<h3>Sample Response<\/h3>\n<p>JSON<\/p>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\n{\n  entities: [\n  {\n    product_uuid: &quot;e8c49dac-1bb0-4bea-a980-fd563f58e0e0&quot;,\n    product_code: &quot;100GLBUV-BKUV-11X17&quot;,\n    product_description: &quot;8.5&quot; X 11&quot; - 4 Page Brochure On 100LB GLOSS BOOK with UV on both sides&quot;,\n    full_product_path: &quot;http:\/\/api.4over.com\/app.php\/printproducts\/products\/e8c49dac-1bb0-4bea-a980-fd563f58e0e0&quot;,\n    categories: &quot;http:\/\/api.4over.com\/app.php\/printproducts\/products\/e8c49dac-1bb0-4bea-a980-fd563f58e0e0\/categories&quot;,\n    product_option_groups: &quot;http:\/\/api.4over.com\/app.php\/printproducts\/products\/e8c49dac-1bb0-4bea-a980-fd563f58e0e0\/optiongroups&quot;,\n    product_base_prices: &quot;http:\/\/api.4over.com\/app.php\/printproducts\/products\/e8c49dac-1bb0-4bea-a980-fd563f58e0e0\/baseprices&quot;\n  },\n  {\n    product_uuid: &quot;06b301d3-ade0-4afc-b132-39664e9af90e&quot;,\n    product_code: &quot;100GLBUV-BKUV-2X11X17&quot;,\n    product_description: &quot;8.5&quot; X 11&quot; - 8 Page Brochure On 100LB GLOSS BOOK with UV on both sides&quot;,\n    full_product_path: &quot;http:\/\/api.4over.com\/app.php\/printproducts\/products\/06b301d3-ade0-4afc-b132-39664e9af90e&quot;,\n    categories: &quot;http:\/\/api.4over.com\/app.php\/printproducts\/products\/06b301d3-ade0-4afc-b132-39664e9af90e\/categories&quot;,\n    product_option_groups: &quot;http:\/\/api.4over.com\/app.php\/printproducts\/products\/06b301d3-ade0-4afc-b132-39664e9af90e\/optiongroups&quot;,\n    product_base_prices: &quot;http:\/\/api.4over.com\/app.php\/printproducts\/products\/06b301d3-ade0-4afc-b132-39664e9af90e\/baseprices&quot;\n  },\n  {\n    product_uuid: &quot;25966aeb-b483-4f87-8a3e-3fe57df45ef1&quot;,\n    product_code: &quot;100GLBUV-BKUV-3X11X17&quot;,\n    product_description: &quot;8.5&quot; X 11&quot; - 12 Page Brochure On 100LB GLOSS BOOK with UV on both sides&quot;,\n    full_product_path: &quot;http:\/\/api.4over.com\/app.php\/printproducts\/products\/25966aeb-b483-4f87-8a3e-3fe57df45ef1&quot;,\n    categories: &quot;http:\/\/api.4over.com\/app.php\/printproducts\/products\/25966aeb-b483-4f87-8a3e-3fe57df45ef1\/categories&quot;,\n    product_option_groups: &quot;http:\/\/api.4over.com\/app.php\/printproducts\/products\/25966aeb-b483-4f87-8a3e-3fe57df45ef1\/optiongroups&quot;,\n    product_base_prices: &quot;http:\/\/api.4over.com\/app.php\/printproducts\/products\/25966aeb-b483-4f87-8a3e-3fe57df45ef1\/baseprices&quot;\n  },\n  ...\n  ]\n}\n<\/pre>\n<h3>Products In A Category<\/h3>\n<p>This route will return list of Products in the specific Category. Product list contains product_uuid, product_code, full_product_path, a link to categories, a link to product_option_groups and a link to product_base_prices.<\/p>\n<h3>Resource URI<\/h3>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\nGET \/printproducts\/categories\/{category_uuid}\/products\n<\/pre>\n<h3>Input Parameters<\/h3>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\n@param category_uuid {uuid} The UUID of a category.\n<\/pre>\n<h3>Sample Request<\/h3>\n<p>html<\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\nhttps:\/\/api.4over.com\/printproducts\/categories\/4edd37b2-c6d5-4938-b6c7-35e09cd7bf76\/products\n<\/pre>\n<h3>Sample Response<\/h3>\n<p>JSON<\/p>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\n{\n  entities: [\n    {\n      product_uuid: &quot;bc3758a8-8f6c-4e24-8fb5-99d1a95ac01e&quot;,\n      product_code: &quot;100DB-FLSA-11X17&quot;,\n      product_description: &quot;11&quot; X 17&quot; 100lb Dull Book Flyers with Satin AQ coating&quot;,\n      full_product_path: &quot;http:\/\/10.7.2.73:8080\/app.php\/printproducts\/products\/bc3758a8-8f6c-4e24-8fb5-99d1a95ac01e&quot;,\n      categories: &quot;https:\/\/api.4over.com\/printproducts\/products\/bc3758a8-8f6c-4e24-8fb5-99d1a95ac01e\/categories&quot;,\n      product_option_groups: &quot;https:\/\/api.4over.com\/printproducts\/products\/bc3758a8-8f6c-4e24-8fb5-99d1a95ac01e\/optiongroups&quot;,\n      product_base_prices: &quot;https:\/\/api.4over.com\/printproducts\/products\/bc3758a8-8f6c-4e24-8fb5-99d1a95ac01e\/baseprices&quot;\n    },\n    {\n      product_uuid: &quot;552a6ebd-c9ab-4c08-b8d6-ea93b441920e&quot;,\n      product_code: &quot;100DB-FLSA-8.5X11&quot;,\n      product_description: &quot;8.5&quot; X 11&quot; 100lb Dull Book Flyers with Satin AQ coating&quot;,\n      full_product_path: &quot;https:\/\/api.4over.com\/printproducts\/products\/552a6ebd-c9ab-4c08-b8d6-ea93b441920e&quot;,\n      categories: &quot;https:\/\/api.4over.com\/printproducts\/products\/552a6ebd-c9ab-4c08-b8d6-ea93b441920e\/categories&quot;,\n      product_option_groups: &quot;https:\/\/api.4over.com\/printproducts\/products\/552a6ebd-c9ab-4c08-b8d6-ea93b441920e\/optiongroups&quot;,\n      product_base_prices: &quot;https:\/\/api.4over.com\/printproducts\/products\/552a6ebd-c9ab-4c08-b8d6-ea93b441920e\/baseprices&quot;\n    },\n    ...\n  ]\n}\n<\/pre>\n<p>This route will return details of a specific Product. The response consists product_uuid, product_code, product_description, categories and product_option_groups<\/p>\n<h3>Resource URI<\/h3>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\nGET \/printproducts\/products\/{product_uuid}\n<\/pre>\n<h3>Input Parameters<\/h3>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\n@param product_uuid {uuid} The UUID of a product.\n<\/pre>\n<h3>Sample Request<\/h3>\n<p>html<\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\nhttps:\/\/api.4over.com\/printproducts\/products\/bc3758a8-8f6c-4e24-8fb5-99d1a95ac01e\n<\/pre>\n<h3>Sample Response<\/h3>\n<p>JSON<\/p>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\n{\n  product_uuid: &quot;bc3758a8-8f6c-4e24-8fb5-99d1a95ac01e&quot;,\n  product_code: &quot;100DB-FLSA-11X17&quot;,\n  product_description: &quot;11&quot; X 17&quot; 100lb Dull Book Flyers with Satin AQ coating&quot;,\n  categories: [\n    {\n      category_uuid: &quot;4edd37b2-c6d5-4938-b6c7-35e09cd7bf76&quot;,\n      category_name: &quot;Flyers \/ Brochures&quot;\n    }\n  ],\n  product_option_groups: [\n    {\n      product_option_group_uuid: &quot;217f0a2b-224a-47f1-8452-f513d418c98c&quot;,\n      product_option_group_name: &quot;Size&quot;,\n      minoccurs: 1,\n      maxoccurs: 1,\n      options: []\n    },\n    {\n      product_option_group_uuid: &quot;6a5ef04a-7143-444b-b4ed-f623204e7168&quot;,\n      product_option_group_name: &quot;Stock&quot;,\n      minoccurs: 1,\n      maxoccurs: 1,\n      options: [\n        {\n          option_uuid: &quot;7f9062f3-bd6e-4f7e-9934-8f7014391801&quot;,\n          option_name: &quot;100DB&quot;,\n          option_description: &quot;&quot;\n        }\n      ]\n    },\n    {\n      product_option_group_uuid: &quot;6a5ef04a-7143-444b-b4ed-f623204e7168&quot;,\n      product_option_group_name: &quot;Coating&quot;,\n      minoccurs: 1,\n      maxoccurs: 1,\n      options: []\n    },\n    {\n      product_product_option_group_uuid: &quot;d365deb4-604c-4922-98dd-4956681db3fa&quot;,\n      product_product_option_group_name: &quot;Folding Options&quot;,\n      minoccurs: &quot;0&quot;,\n      maxoccurs: &quot;1&quot;,\n      options: [\n        ...\n        {\n          option_uuid: &quot;58fbbc8b-0d83-4565-bbf1-e3c03f17a60b&quot;,\n          option_name: &quot;French Fold&quot;,\n          option_description: &quot;Folding Options&quot;,\n          option_prices: &quot;https:\/\/api.4over.com\/printproducts\/products\/bc3758a8-8f6c-4e24-8fb5-99d1a95ac01e\/optiongroups\/d365deb4-604c-4922-98dd-4956681db3fa\/options\/58fbbc8b-0d83-4565-bbf1-e3c03f17a60b\/prices&quot;\n        },\n        ...\n      ]\n    },\n    {\n      product_option_group_uuid: &quot;6a5ef04a-7143-444b-b4ed-f623204e7168&quot;,\n      product_option_group_name: &quot;Colorspec&quot;,\n      minoccurs: 1,\n      maxoccurs: 1,\n      options: [\n        {\n          option_uuid: &quot;32d3c223-f82c-492b-b915-ba065a00862f&quot;,\n          option_name: &quot;4\/0&quot;,\n          option_description: &quot;Colorspec 4\/0&quot;\n        },\n        {\n          option_uuid: &quot;2fd6ad29-756c-4927-a66f-b0c0116e31f9&quot;,\n          option_name: &quot;4\/1&quot;,\n          option_description: &quot;Colorspec 4\/1&quot;\n        },\n        {\n          option_uuid: &quot;13abbda7-1d64-4f25-8bb2-c179b224825d&quot;,\n          option_name: &quot;4\/4&quot;,\n          option_description: &quot;Colorspec 4\/4&quot;\n        }\n      ]\n    },\n    {\n      product_option_group_uuid: &quot;6a5ef04a-7143-444b-b4ed-f623204e7168&quot;,\n      product_option_group_name: &quot;Runsizes&quot;,\n      minoccurs: 1,\n      maxoccurs: 1,\n      options: []\n    },\n    {\n      product_option_group_uuid: &quot;6a5ef04a-7143-444b-b4ed-f623204e7168&quot;,\n      product_option_group_name: &quot;Turnaround-times&quot;,\n      minoccurs: 1,\n      maxoccurs: 1,\n      options: [\n        ...\n        {\n          option_uuid: &quot;e04b099b-4ac3-4a35-84d0-c530df7b7aff&quot;,\n          option_name: &quot;527&quot;,\n          option_description: &quot;Turnaround-time 5-7 Business Days&quot;,\n          runsize_uuid: &quot;52e3d710-0e8f-4d4d-8560-7d4d8655be69&quot;,\n          runsize: &quot;1000&quot;,\n          colorspec_uuid: &quot;2fd6ad29-756c-4927-a66f-b0c0116e31f9&quot;,\n          colorspec: &quot;4\/1&quot;,\n          option_prices: &quot;https:\/\/api.4over.com\/printproducts\/products\/bc3758a8-8f6c-4e24-8fb5-99d1a95ac01e\/optiongroups\/d45cec1f-d12c-45c8-b2fa-9297efd29524\/options\/3318b994-52d8-49d7-8f42-79a2b76af4df\/prices&quot;\n        },\n        ...\n      ]\n    }\n  ]\n}\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>All Products This route will return a list of all products and product details. The details of each product is consisted of: &#8211; product_uuid: product&#8217;s unique ID &#8211; product_code: Legacy product Codes used to identify a product &#8211; product_description: Description of the product &#8211; full_product_path: Full path to the product details &#8211; product_categories: List of [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":86,"menu_order":3,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-92","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/api-users.4over.com\/index.php?rest_route=\/wp\/v2\/pages\/92","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/api-users.4over.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/api-users.4over.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/api-users.4over.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/api-users.4over.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=92"}],"version-history":[{"count":15,"href":"https:\/\/api-users.4over.com\/index.php?rest_route=\/wp\/v2\/pages\/92\/revisions"}],"predecessor-version":[{"id":1255,"href":"https:\/\/api-users.4over.com\/index.php?rest_route=\/wp\/v2\/pages\/92\/revisions\/1255"}],"up":[{"embeddable":true,"href":"https:\/\/api-users.4over.com\/index.php?rest_route=\/wp\/v2\/pages\/86"}],"wp:attachment":[{"href":"https:\/\/api-users.4over.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=92"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}