{"collection":{"info":{"_postman_id":"c40d7f82-a162-455f-ac96-f18c551908a3","name":"Noventiq Products API","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","createdAt":"2021-04-05T05:26:50.000Z","updatedAt":"2023-10-26T06:31:24.000Z","lastUpdatedBy":"15240180","uid":"15240180-c40d7f82-a162-455f-ac96-f18c551908a3"},"item":[{"name":"Create product (POST)","item":[{"name":"Create product (min dataset)","id":"441b57b5-5e99-43f3-a4a7-ee75689b5d2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"family_name\": \"Demo Product\",\r\n    \"name\": \"1 Pc / 1 year\",\r\n    \"variants\": [\r\n        {\r\n            \"price\": {\r\n                \"USD\": {\r\n                    \"currency\": \"USD\",\r\n                    \"price\": \"99.99\"\r\n                }\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/product","host":["{{Base API URL}}"],"path":["v1","product"]}},"response":[],"createdAt":"2022-01-18T10:09:15.000Z","updatedAt":"2023-10-30T06:23:37.000Z","uid":"15240180-441b57b5-5e99-43f3-a4a7-ee75689b5d2f"},{"name":"Create product (common price)","id":"ade077fd-101d-4763-b618-9ee2c0197df6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"family_name\": \"Demo Product\",\r\n    \"name\": \"1 Pc / 1 year\",\r\n    \"variants\": [\r\n        {\r\n            \"vendor_code\": \"1\",\r\n            \"sku\": \"111\",\r\n            \"from\": 1,\r\n            \"to\": 5,\r\n            \"price\": {\r\n                \"common\": {\r\n                    \"currency\": \"USD\",\r\n                    \"price\": \"99.99\"\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"vendor_code\": \"1\",\r\n            \"sku\": \"111\",\r\n            \"from\": 6,\r\n            \"price\": {\r\n                \"common\": {\r\n                    \"currency\": \"USD\",\r\n                    \"price\": \"80.99\"\r\n                }\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/product","host":["{{Base API URL}}"],"path":["v1","product"]}},"response":[],"createdAt":"2021-09-17T06:22:15.000Z","updatedAt":"2022-08-17T06:42:24.000Z","uid":"15240180-ade077fd-101d-4763-b618-9ee2c0197df6"},{"name":"Create product (full dataset)","id":"678ce5ed-3d99-40df-bfa4-57527128418c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"family_name\": \"Demo Product\",\r\n    \"name\": \"1 Pc / 1 year\",\r\n    \"is_publish\": true,\r\n    \"image_url\": \"https://my-shop.com/images/product-1234.png\",\r\n    \"description\": \"<p><strong>Test product</strong></p>\",\r\n    \"comment_for_manager\": \"There will be a full description later\",\r\n    \"url_to_instructions\": \"https://www.google.com\",\r\n    \"url_to_download\": \"https://www.google.com\",\r\n    \"business_segment\": \"b2c\",\r\n    \"available_for_sale\": \"all\",\r\n    \"is_service\": true,\r\n    \"license_type\": \"new\",\r\n    \"licence_term\": \"P1Y\",\r\n    \"device_quantity\": 3,\r\n    \"renew_settings\": {\r\n        \"product_id_for_renew\": [\r\n            4645130,\r\n            4645131,\r\n            4645131\r\n        ],\r\n        \"renew_ar\": {\r\n            \"enable\": true,\r\n            \"required\": false\r\n        },\r\n        \"renew_pmr\": true,\r\n        \"renew_email\": false\r\n    },\r\n    \"localization_values\": {\r\n        \"en_EN\": {\r\n            \"family_name\": \"Test product\",\r\n            \"name\": \"1 PC/1 year\",\r\n            \"description\": \"<p><strong>Test product</strong> for test purchase</p>\",\r\n            \"comment_for_cart\": \"This is a test purchase.\",\r\n            \"comment_for_product_top\": \"The license is valid for 1 year.\",\r\n            \"comment_for_product_middle\": \"New version of the test product.\",\r\n            \"comment_for_product_for_AR\": \"The license is renewed automatically.\",\r\n            \"comment_for_product_for_MR\": \"You will need to manually renew your license after 1 year.\",\r\n            \"comment_for_product_bottom\": \"This license is not for sale or activation outside of the country.\"\r\n        },\r\n        \"cs_CZ\": {\r\n            \"family_name\": \"Zkušební výrobek\",\r\n            \"name\": \"1 ks / 1 rok\",\r\n            \"description\": \"<p><strong>Testovací produkt</strong> pro zkušební nákup</p>\",\r\n            \"comment_for_cart\": \"Jedná se o zkušební nákup.\",\r\n            \"comment_for_product_top\": \"Licence je platná po dobu 1 roku.\",\r\n            \"comment_for_product_middle\": \"Nová verze testovaného produktu.\",\r\n            \"comment_for_product_for_AR\": \"Licence se obnovuje automaticky.\",\r\n            \"comment_for_product_for_MR\": \"Budete muset ručně obnovit licenci po 1 roce.\",\r\n            \"comment_for_product_bottom\": \"Tato licence není určena k prodeji nebo aktivaci mimo zemi.\"\r\n        }\r\n    },\r\n    \"display_settings\": {\r\n        \"hide_name\": true,\r\n        \"hide_item_quantity\": true\r\n    },\r\n    \"variants\": [\r\n        {\r\n            \"vendor_code\": \"1\",\r\n            \"sku\": \"111\",\r\n            \"from\": 1,\r\n            \"to\": 5,\r\n            \"price\": {\r\n                \"USD\": {\r\n                    \"currency\": \"USD\",\r\n                    \"price\": \"99.99\"\r\n                },\r\n                \"EUR\": {\r\n                    \"currency\": \"USD\",\r\n                    \"price\": \"99.99\"\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"vendor_code\": \"1\",\r\n            \"sku\": \"111\",\r\n            \"from\": 6,\r\n            \"price\": {\r\n                \"USD\": {\r\n                    \"currency\": \"USD\",\r\n                    \"price\": \"80.99\"\r\n                },\r\n                \"EUR\": {\r\n                    \"currency\": \"USD\",\r\n                    \"price\": \"80.00\"\r\n                }\r\n            }\r\n        }\r\n    ],\r\n    \"cross_sell\": {\r\n        \"type\": \"add_to_basket\",\r\n        \"status\": true,\r\n        \"date_from\": \"2020-10-15 14:18:00\",\r\n        \"date_to\": \"2020-10-25 14:18:00\",\r\n        \"removal_available\": true,\r\n        \"quantity_change_available\": false,\r\n        \"product_id\": [\r\n            4645130,\r\n            4645131\r\n        ]\r\n    },\r\n    \"typo\": {\r\n        \"status\": true,\r\n        \"date_from\": \"2020-10-15 14:18:40\",\r\n        \"date_to\": \"2020-10-25 14:18:40\",\r\n        \"localization_values\": {\r\n            \"en_EN\": {\r\n                \"comment_for_typo\": \"This is a test purchase.\"\r\n            },\r\n            \"cs_CZ\": {\r\n                \"comment_for_typo\": \"Jedná se o zkušební nákup.\"\r\n            }\r\n        },\r\n        \"product_id\": [\r\n            4645130,\r\n            4645131\r\n        ]\r\n    },\r\n    \"license_data\": {\r\n        \"en_EN\": {\r\n            \"customer_notification\": \"Key: {KEY}\"\r\n        },\r\n        \"cs_CZ\": {\r\n            \"customer_notification\": \"Klíč: {KEY}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/product","host":["{{Base API URL}}"],"path":["v1","product"]}},"response":[],"createdAt":"2021-04-05T05:26:51.000Z","updatedAt":"2023-10-26T07:02:59.000Z","uid":"15240180-678ce5ed-3d99-40df-bfa4-57527128418c"}],"id":"7b152029-99cb-482b-86f1-3097d5fa491e","createdAt":"2021-04-05T05:26:51.000Z","updatedAt":"2023-10-30T06:22:11.000Z","uid":"15240180-7b152029-99cb-482b-86f1-3097d5fa491e"},{"name":"Update product","id":"7d5df4ff-26ba-4eed-aa41-3ca71a82002f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"family_name\": \"Demo Product\",\r\n    \"name\": \"1 Pc / 1 year\",\r\n    \"is_publish\": true,\r\n    \"image_url\": \"https://my-shop.com/images/product-1234.png\",\r\n    \"description\": \"<p><strong>Test product</strong></p>\",\r\n    \"comment_for_manager\": \"There will be a full description later\",\r\n    \"url_to_instructions\": \"https://www.google.com\",\r\n    \"url_to_download\": \"https://www.google.com\",\r\n    \"business_segment\": \"b2c\",\r\n    \"available_for_sale\": \"all\",\r\n    \"is_service\": true,\r\n    \"license_type\": \"new\",\r\n    \"licence_term\": \"P1Y\",\r\n    \"device_quantity\": 3,\r\n    \"renew_settings\": {\r\n        \"product_id_for_renew\": [\r\n            4645130,\r\n            4645131,\r\n            4645131\r\n        ],\r\n        \"renew_ar\": {\r\n            \"enable\": true,\r\n            \"required\": false\r\n        },\r\n        \"renew_pmr\": true,\r\n        \"renew_email\": false\r\n    },\r\n    \"localization_values\": {\r\n        \"en_EN\": {\r\n            \"family_name\": \"Test product\",\r\n            \"name\": \"1 PC/1 year\",\r\n            \"description\": \"<p><strong>Test product</strong> for test purchase</p>\",\r\n            \"comment_for_cart\": \"This is a test purchase.\",\r\n            \"comment_for_product_top\": \"The license is valid for 1 year.\",\r\n            \"comment_for_product_middle\": \"New version of the test product.\",\r\n            \"comment_for_product_for_AR\": \"The license is renewed automatically.\",\r\n            \"comment_for_product_for_MR\": \"You will need to manually renew your license after 1 year.\",\r\n            \"comment_for_product_bottom\": \"This license is not for sale or activation outside of the country.\"\r\n        },\r\n        \"cs_CZ\": {\r\n            \"family_name\": \"Zkušební výrobek\",\r\n            \"name\": \"1 ks / 1 rok\",\r\n            \"description\": \"<p><strong>Testovací produkt</strong> pro zkušební nákup</p>\",\r\n            \"comment_for_cart\": \"Jedná se o zkušební nákup.\",\r\n            \"comment_for_product_top\": \"Licence je platná po dobu 1 roku.\",\r\n            \"comment_for_product_middle\": \"Nová verze testovaného produktu.\",\r\n            \"comment_for_product_for_AR\": \"Licence se obnovuje automaticky.\",\r\n            \"comment_for_product_for_MR\": \"Budete muset ručně obnovit licenci po 1 roce.\",\r\n            \"comment_for_product_bottom\": \"Tato licence není určena k prodeji nebo aktivaci mimo zemi.\"\r\n        }\r\n    },\r\n    \"display_settings\": {\r\n        \"hide_name\": true,\r\n        \"hide_item_quantity\": true\r\n    },\r\n    \"variants\": [\r\n        {\r\n            \"vendor_code\": \"1\",\r\n            \"sku\": \"111\",\r\n            \"from\": 1,\r\n            \"to\": 5,\r\n            \"price\": {\r\n                \"USD\": {\r\n                    \"currency\": \"USD\",\r\n                    \"price\": \"99.99\"\r\n                },\r\n                \"EUR\": {\r\n                    \"currency\": \"USD\",\r\n                    \"price\": \"99.99\"\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"vendor_code\": \"1\",\r\n            \"sku\": \"111\",\r\n            \"from\": 6,\r\n            \"price\": {\r\n                \"USD\": {\r\n                    \"currency\": \"USD\",\r\n                    \"price\": \"80.99\"\r\n                },\r\n                \"EUR\": {\r\n                    \"currency\": \"USD\",\r\n                    \"price\": \"80.00\"\r\n                }\r\n            }\r\n        }\r\n    ],\r\n    \"cross_sell\": {\r\n        \"type\": \"add_to_basket\",\r\n        \"status\": true,\r\n        \"date_from\": \"2020-10-15 14:18:00\",\r\n        \"date_to\": \"2020-10-25 14:18:00\",\r\n        \"removal_available\": true,\r\n        \"quantity_change_available\": false,\r\n        \"product_id\": [\r\n            4645130,\r\n            4645131\r\n        ]\r\n    },\r\n    \"typo\": {\r\n        \"status\": true,\r\n        \"date_from\": \"2020-10-15 14:18:40\",\r\n        \"date_to\": \"2020-10-25 14:18:40\",\r\n        \"localization_values\": {\r\n            \"en_EN\": {\r\n                \"comment_for_typo\": \"This is a test purchase.\"\r\n            },\r\n            \"cs_CZ\": {\r\n                \"comment_for_typo\": \"Jedná se o zkušební nákup.\"\r\n            }\r\n        },\r\n        \"product_id\": [\r\n            4645130,\r\n            4645131\r\n        ]\r\n    },\r\n    \"license_data\": {\r\n        \"en_EN\": {\r\n            \"customer_notification\": \"Key: {KEY}\"\r\n        },\r\n        \"cs_CZ\": {\r\n            \"customer_notification\": \"Klíč: {KEY}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/product/123456","host":["{{Base API URL}}"],"path":["v1","product","123456"]}},"response":[],"createdAt":"2021-04-05T05:26:51.000Z","updatedAt":"2023-10-26T07:03:13.000Z","uid":"15240180-7d5df4ff-26ba-4eed-aa41-3ca71a82002f"},{"name":"Get list of product IDs","id":"28a39422-110f-4809-aa7a-d8d8d49b5182","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"url":{"raw":"{{Base API URL}}/v1/product?limit=10&offset=0&search_string=test&exclude_renew_ar_products=0&sort_by_update_date=desc","host":["{{Base API URL}}"],"path":["v1","product"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"},{"key":"search_string","value":"test"},{"key":"exclude_renew_ar_products","value":"0"},{"key":"sort_by_update_date","value":"desc"}]}},"response":[],"createdAt":"2021-10-01T05:42:55.000Z","updatedAt":"2022-08-17T06:45:12.000Z","uid":"15240180-28a39422-110f-4809-aa7a-d8d8d49b5182"},{"name":"Get product info","id":"fbb24866-c7a2-4fb0-866f-4f2a7e4026b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"url":{"raw":"{{Base API URL}}/v1/product/4652354","host":["{{Base API URL}}"],"path":["v1","product","4652354"]}},"response":[],"createdAt":"2022-01-21T06:39:19.000Z","updatedAt":"2022-08-17T06:45:16.000Z","uid":"15240180-fbb24866-c7a2-4fb0-866f-4f2a7e4026b8"},{"name":"Delete product","id":"fb94e194-1774-4d62-87ae-a1917268bf5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"url":{"raw":"{{Base API URL}}/v1/product/4652354","host":["{{Base API URL}}"],"path":["v1","product","4652354"]}},"response":[],"createdAt":"2021-04-05T05:26:51.000Z","updatedAt":"2022-08-17T06:45:17.000Z","uid":"15240180-fb94e194-1774-4d62-87ae-a1917268bf5f"},{"name":"Get token for authentication","id":"cc3a1b04-2d65-47b1-8c8d-7054c2e2d343","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{{Username}}\",\r\n    \"password\": \"{{Password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/login_check","host":["{{Base API URL}}"],"path":["v1","login_check"]}},"response":[],"createdAt":"2021-07-27T07:07:01.000Z","updatedAt":"2022-08-17T06:45:19.000Z","uid":"15240180-cc3a1b04-2d65-47b1-8c8d-7054c2e2d343"}]}}