{"info":{"_postman_id":"2311d7c8-fa77-491a-be83-9efc23246e22","name":"AdminAPI","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"13250989","collectionId":"2311d7c8-fa77-491a-be83-9efc23246e22","publishedId":"2s9YeHZVsL","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-11-30T06:54:59.000Z"},"item":[{"name":"Authorization","id":"f5f2c446-e4d1-45b9-be97-fc2c3643c311","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"admin","type":"text"},{"key":"key","value":"jerg8ffa1RQynuCSPDmLi6YLKNrqB71vUA4pyf2cbVeZcB7TdodC3PL3vKFlbAT5YDEuRb3RiwfpQmyKBYcJKKJOmVejmVy4Po0Pau6HMK4jVeGSne8etTtlLWUrh4yF1aYHzWjUy3Djp4cMOQP2FTNTfytbEHcUCwpdnrGN1eYXNLSCQwBvwEZQRDTzoofLEebUZbcQUdZZpdK5eM76Gbjce3V0g7oo6xZDNBuptCGGXwr3QQ2qspuCwFqe3c2b","type":"text"}]},"url":"{{siteurl}}api/token","urlObject":{"path":["token"],"host":["{{siteurl}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5f2c446-e4d1-45b9-be97-fc2c3643c311"},{"name":"GetOrders","id":"7e76355c-2046-46b6-ad64-4abb29c7f299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accesstoken","value":"Bearer {{s_token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{siteurl}}api/orderlist?limit=5&page=1","urlObject":{"path":["orderlist"],"host":["{{siteurl}}api"],"query":[{"key":"limit","value":"5"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"7e76355c-2046-46b6-ad64-4abb29c7f299"},{"name":"Orderinfo","id":"b5ff86f6-2a22-4e25-8dae-eb773d09573d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accesstoken","value":"Bearer {{s_token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{siteurl}}/api/getorderinfo?order_id=1","urlObject":{"path":["api","getorderinfo"],"host":["{{siteurl}}"],"query":[{"key":"order_id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"b5ff86f6-2a22-4e25-8dae-eb773d09573d"},{"name":"GetProduct List","id":"e2db5d73-0b9e-478d-9ee2-8891b67ee24b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accesstoken","value":"Bearer {{s_token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{siteurl}}api/productslist?limit=1&page=1","urlObject":{"path":["productslist"],"host":["{{siteurl}}api"],"query":[{"key":"limit","value":"1"},{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"e2db5d73-0b9e-478d-9ee2-8891b67ee24b"},{"name":"Order Status Updated","id":"1e266963-5fc9-4c65-a9bf-bcd4db976f70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accesstoken","value":"Bearer {{s_token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","value":"1","type":"text"},{"key":"order_status_id","value":"2","type":"text"},{"key":"comment","value":"test","type":"text"}]},"url":"{{siteurl}}api/orderstatusupdate","urlObject":{"path":["orderstatusupdate"],"host":["{{siteurl}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e266963-5fc9-4c65-a9bf-bcd4db976f70"},{"name":"Listofstatus","id":"2e2988c3-e1cf-4fed-bebf-21a79f8409c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accesstoken","value":"Bearer {{s_token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{siteurl}}api/statuslist","urlObject":{"path":["statuslist"],"host":["{{siteurl}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e2988c3-e1cf-4fed-bebf-21a79f8409c5"},{"name":"Get Admin Product","id":"332ccaad-5157-48a2-9cac-33019dcbc9b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accesstoken","value":"Bearer {{s_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"product_id\": 42\r\n}","options":{"raw":{"language":"json"}}},"url":"{{siteurl}}api/getadminproduct?product_id=42","urlObject":{"path":["getadminproduct"],"host":["{{siteurl}}api"],"query":[{"key":"product_id","value":"42"}],"variable":[]}},"response":[],"_postman_id":"332ccaad-5157-48a2-9cac-33019dcbc9b8"},{"name":"Add Product","id":"948a5e80-339e-4bf6-81f6-f48f75757373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accesstoken","value":"Bearer {{s_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"product_description\": {\r\n        \"1\": {\r\n            \"name\": \"lastadd\",\r\n            \"description\": \"safds fsaf ads fagdg  gdadasf \",\r\n            \"meta_title\": \"test\",\r\n            \"meta_description\": \"\",\r\n            \"meta_keyword\": \"\",\r\n            \"tag\": \"\"\r\n        }\r\n    },\r\n    \"master_id\":\"111\",\r\n    \"model\": \"test\",\r\n    \"sku\": \"\",\r\n    \"upc\": \"\",\r\n    \"ean\": \"\",\r\n    \"jan\": \"\",\r\n    \"isbn\": \"\",\r\n    \"mpn\": \"\",\r\n    \"location\": \"\",\r\n    \"price\": \"\",\r\n    \"tax_class_id\": \"0\",\r\n    \"quantity\": \"1\",\r\n    \"minimum\": \"1\",\r\n    \"subtract\": \"1\",\r\n    \"stock_status_id\": \"6\",\r\n    \"shipping\": \"1\",\r\n    \"keyword\": \"\",\r\n    \"date_available\": \"2017-12-28\",\r\n    \"length\": \"\",\r\n    \"width\": \"\",\r\n    \"height\": \"\",\r\n    \"length_class_id\": \"3\",\r\n    \"weight\": \"\",\r\n    \"weight_class_id\": \"2\",\r\n    \"status\": \"1\",\r\n    \"sort_order\": \"1\",\r\n    \"manufacturer\": \"\",\r\n    \"manufacturer_id\": \"0\",\r\n    \"category\": \"\",\r\n    \"filter\": \"\",\r\n    \"product_store\": [\r\n        \"0\"\r\n    ],\r\n    \"download\": \"\",\r\n    \"related\": \"\",\r\n    \"option\": \"s\",\r\n    \"product_option\": [\r\n        {\r\n            \"product_option_id\": \"\",\r\n            \"name\": \"Date\",\r\n            \"option_id\": \"8\",\r\n            \"type\": \"date\",\r\n            \"required\": \"1\",\r\n            \"value\": \"\"\r\n        },\r\n        {\r\n            \"product_option_id\": \"\",\r\n            \"name\": \"Select\",\r\n            \"option_id\": \"5\",\r\n            \"type\": \"select\",\r\n            \"required\": \"1\",\r\n            \"product_option_value\": [\r\n                {\r\n                    \"option_value_id\": \"40\",\r\n                    \"product_option_value_id\": \"\",\r\n                    \"quantity\": \"\",\r\n                    \"subtract\": \"1\",\r\n                    \"price_prefix\": \"+\",\r\n                    \"price\": \"\",\r\n                    \"points_prefix\": \"+\",\r\n                    \"points\": \"\",\r\n                    \"weight_prefix\": \"+\",\r\n                    \"weight\": \"\"\r\n                },\r\n                {\r\n                    \"option_value_id\": \"40\",\r\n                    \"product_option_value_id\": \"\",\r\n                    \"quantity\": \"\",\r\n                    \"subtract\": \"1\",\r\n                    \"price_prefix\": \"+\",\r\n                    \"price\": \"\",\r\n                    \"points_prefix\": \"+\",\r\n                    \"points\": \"\",\r\n                    \"weight_prefix\": \"+\",\r\n                    \"weight\": \"\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n   \r\n    \"product_discount\": [\r\n        {\r\n            \"customer_group_id\": \"1\",\r\n            \"quantity\": \"\",\r\n            \"priority\": \"\",\r\n            \"price\": \"\",\r\n            \"date_start\": \"\",\r\n            \"date_end\": \"\"\r\n        }\r\n    ],\r\n    \"product_special\": [\r\n        {\r\n            \"customer_group_id\": \"1\",\r\n            \"priority\": \"\",\r\n            \"price\": \"\",\r\n            \"date_start\": \"\",\r\n            \"date_end\": \"\"\r\n        }\r\n    ],\r\n    \"image\": \"\",\r\n    \"product_image\": [\r\n        {\r\n            \"image\": \"\",\r\n            \"sort_order\": \"\"\r\n        },\r\n        {\r\n            \"image\": \"\",\r\n            \"sort_order\": \"\"\r\n        }\r\n    ],\r\n    \"product_tab\": [\r\n        {\r\n            \"name\": \"test\",\r\n            \"tab_id\": \"\",\r\n            \"product_tab_description\": {\r\n                \"1\": {\r\n                    \"text\": \"<p>test<br><\\/p>\"\r\n                }\r\n            }\r\n        }\r\n    ],\r\n    \"points\": \"\",\r\n    \"product_reward\": {\r\n        \"1\": {\r\n            \"points\": \"\"\r\n        },\r\n        \"2\": {\r\n            \"points\": \"\"\r\n        }\r\n    },\r\n    \"product_layout\": [\r\n        \"\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{siteurl}}api/addadminproduct","urlObject":{"path":["addadminproduct"],"host":["{{siteurl}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"948a5e80-339e-4bf6-81f6-f48f75757373"},{"name":"Add Multiple Product","id":"11fdf215-ccba-4ec7-9632-6c0579ce8f5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accesstoken","value":"Bearer {{s_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"products\": [\r\n        {\r\n            \"master_id\":\"6111\",\r\n            \"model\": \"p1\",\r\n            \"sku\": \"\",\r\n            \"upc\": \"\",\r\n            \"ean\": \"\",\r\n            \"jan\": \"\",\r\n            \"isbn\": \"\",\r\n            \"mpn\": \"\",\r\n            \"location\": \"\",\r\n            \"price\": \"10.00\",\r\n            \"tax_class_id\": \"0\",\r\n            \"quantity\": \"1\",\r\n            \"minimum\": \"1\",\r\n            \"subtract\": \"1\",\r\n            \"stock_status_id\": \"6\",\r\n            \"shipping\": \"1\",\r\n            \"keyword\": \"\",\r\n            \"date_available\": \"2017-12-28\",\r\n            \"length\": \"\",\r\n            \"width\": \"\",\r\n            \"height\": \"\",\r\n            \"length_class_id\": \"3\",\r\n            \"weight\": \"\",\r\n            \"weight_class_id\": \"2\",\r\n            \"status\": \"1\",\r\n            \"sort_order\": \"1\",\r\n            \"manufacturer\": \"\",\r\n            \"manufacturer_id\": \"0\",\r\n            \"image\": \"\",\r\n            \"points\":\"\",\r\n            \"product_description\": {\r\n                \"1\": {\r\n                    \"name\": \"p1\",\r\n                    \"description\": \"safds fsaf ads fagdggdadasf \",\r\n                    \"meta_title\": \"p1\",\r\n                    \"meta_description\": \"\",\r\n                    \"meta_keyword\": \"\",\r\n                    \"tag\": \"\"\r\n                }\r\n            },\r\n            \"product_category\": [\r\n                \"33\",\r\n                \"25\"\r\n            ],\r\n            \"product_filter\": [],\r\n            \"product_store\": [\r\n                \"0\"\r\n            ],\r\n            \"product_download\": [],\r\n            \"product_related\": [],\r\n            \"product_option\": [\r\n                {\r\n                    \"product_option_id\": \"\",\r\n                    \"name\": \"Date\",\r\n                    \"option_id\": \"8\",\r\n                    \"type\": \"date\",\r\n                    \"required\": \"1\",\r\n                    \"value\": \"\"\r\n                },\r\n                {\r\n                    \"product_option_id\": \"\",\r\n                    \"name\": \"Select\",\r\n                    \"option_id\": \"5\",\r\n                    \"type\": \"select\",\r\n                    \"required\": \"1\",\r\n                    \"product_option_value\": [\r\n                        {\r\n                            \"option_value_id\": \"40\",\r\n                            \"product_option_value_id\": \"\",\r\n                            \"quantity\": \"\",\r\n                            \"subtract\": \"1\",\r\n                            \"price_prefix\": \"+\",\r\n                            \"price\": \"\",\r\n                            \"points_prefix\": \"+\",\r\n                            \"points\": \"\",\r\n                            \"weight_prefix\": \"+\",\r\n                            \"weight\": \"\"\r\n                        },\r\n                        {\r\n                            \"option_value_id\": \"40\",\r\n                            \"product_option_value_id\": \"\",\r\n                            \"quantity\": \"\",\r\n                            \"subtract\": \"1\",\r\n                            \"price_prefix\": \"+\",\r\n                            \"price\": \"\",\r\n                            \"points_prefix\": \"+\",\r\n                            \"points\": \"\",\r\n                            \"weight_prefix\": \"+\",\r\n                            \"weight\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \"product_recurring\": {\r\n                \"1\": {\r\n                    \"customer_group_id\": \"1\",\r\n                    \"recurring_id\":\"1\"\r\n                }\r\n            },\r\n            \"product_discount\": [\r\n                {\r\n                    \"customer_group_id\": \"1\",\r\n                    \"quantity\": \"\",\r\n                    \"priority\": \"\",\r\n                    \"price\": \"\",\r\n                    \"date_start\": \"\",\r\n                    \"date_end\": \"\"\r\n                }\r\n            ],\r\n            \"product_special\": [\r\n                {\r\n                    \"customer_group_id\": \"1\",\r\n                    \"priority\": \"\",\r\n                    \"price\": \"\",\r\n                    \"date_start\": \"\",\r\n                    \"date_end\": \"\"\r\n                }\r\n            ],\r\n            \"product_image\": [\r\n                {\r\n                    \"image\": \"\",\r\n                    \"sort_order\": \"\"\r\n                },\r\n                {\r\n                    \"image\": \"\",\r\n                    \"sort_order\": \"\"\r\n                }\r\n            ],\r\n            \"product_reward\": {\r\n                \"1\": {\r\n                    \"points\": \"\"\r\n                },\r\n                \"2\": {\r\n                    \"points\": \"\"\r\n                }\r\n            }\r\n        },\r\n        {\r\n            \"master_id\":\"6211\",\r\n            \"model\": \"p2\",\r\n            \"sku\": \"\",\r\n            \"upc\": \"\",\r\n            \"ean\": \"\",\r\n            \"jan\": \"\",\r\n            \"isbn\": \"\",\r\n            \"mpn\": \"\",\r\n            \"location\": \"\",\r\n            \"price\": \"10.00\",\r\n            \"tax_class_id\": \"0\",\r\n            \"quantity\": \"1\",\r\n            \"minimum\": \"1\",\r\n            \"subtract\": \"1\",\r\n            \"stock_status_id\": \"6\",\r\n            \"shipping\": \"1\",\r\n            \"keyword\": \"\",\r\n            \"date_available\": \"2017-12-28\",\r\n            \"length\": \"\",\r\n            \"width\": \"\",\r\n            \"height\": \"\",\r\n            \"length_class_id\": \"3\",\r\n            \"weight\": \"\",\r\n            \"weight_class_id\": \"2\",\r\n            \"status\": \"1\",\r\n            \"sort_order\": \"1\",\r\n            \"manufacturer\": \"\",\r\n            \"manufacturer_id\": \"0\",\r\n            \"image\": \"\",\r\n            \"points\":\"\",\r\n            \"product_description\": {\r\n                \"1\": {\r\n                    \"name\": \"p2\",\r\n                    \"description\": \"p2 fsaf ads fagdggdadasf \",\r\n                    \"meta_title\": \"test\",\r\n                    \"meta_description\": \"\",\r\n                    \"meta_keyword\": \"\",\r\n                    \"tag\": \"\"\r\n                }\r\n            },\r\n            \"product_category\": [\r\n                \"33\",\r\n                \"25\"\r\n            ],\r\n            \"product_filter\": [],\r\n            \"product_store\": [\r\n                \"0\"\r\n            ],\r\n            \"product_download\": [],\r\n            \"product_related\": [],\r\n            \"product_option\": [\r\n                {\r\n                    \"product_option_id\": \"\",\r\n                    \"name\": \"Date\",\r\n                    \"option_id\": \"8\",\r\n                    \"type\": \"date\",\r\n                    \"required\": \"1\",\r\n                    \"value\": \"\"\r\n                },\r\n                {\r\n                    \"product_option_id\": \"\",\r\n                    \"name\": \"Select\",\r\n                    \"option_id\": \"5\",\r\n                    \"type\": \"select\",\r\n                    \"required\": \"1\",\r\n                    \"product_option_value\": [\r\n                        {\r\n                            \"option_value_id\": \"40\",\r\n                            \"product_option_value_id\": \"\",\r\n                            \"quantity\": \"\",\r\n                            \"subtract\": \"1\",\r\n                            \"price_prefix\": \"+\",\r\n                            \"price\": \"\",\r\n                            \"points_prefix\": \"+\",\r\n                            \"points\": \"\",\r\n                            \"weight_prefix\": \"+\",\r\n                            \"weight\": \"\"\r\n                        },\r\n                        {\r\n                            \"option_value_id\": \"40\",\r\n                            \"product_option_value_id\": \"\",\r\n                            \"quantity\": \"\",\r\n                            \"subtract\": \"1\",\r\n                            \"price_prefix\": \"+\",\r\n                            \"price\": \"\",\r\n                            \"points_prefix\": \"+\",\r\n                            \"points\": \"\",\r\n                            \"weight_prefix\": \"+\",\r\n                            \"weight\": \"\"\r\n                        }\r\n                    ]\r\n                }\r\n            ],\r\n            \r\n            \"product_discount\": [\r\n                {\r\n                    \"customer_group_id\": \"1\",\r\n                    \"quantity\": \"\",\r\n                    \"priority\": \"\",\r\n                    \"price\": \"\",\r\n                    \"date_start\": \"\",\r\n                    \"date_end\": \"\"\r\n                }\r\n            ],\r\n            \"product_special\": [\r\n                {\r\n                    \"customer_group_id\": \"1\",\r\n                    \"priority\": \"\",\r\n                    \"price\": \"\",\r\n                    \"date_start\": \"\",\r\n                    \"date_end\": \"\"\r\n                }\r\n            ],\r\n            \"product_image\": [\r\n                {\r\n                    \"image\": \"\",\r\n                    \"sort_order\": \"\"\r\n                },\r\n                {\r\n                    \"image\": \"\",\r\n                    \"sort_order\": \"\"\r\n                }\r\n            ],\r\n            \"product_reward\": {\r\n                \"1\": {\r\n                    \"points\": \"\"\r\n                },\r\n                \"2\": {\r\n                    \"points\": \"\"\r\n                }\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{siteurl}}api/addadminmultiproduct","urlObject":{"path":["addadminmultiproduct"],"host":["{{siteurl}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"11fdf215-ccba-4ec7-9632-6c0579ce8f5a"},{"name":"Edit Product","id":"c60f3a16-4c26-4c17-924d-7a84eea70e2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accesstoken","value":"Bearer {{s_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"product_id\": \"50\",\r\n    \"product_description\": {\r\n        \"1\": {\r\n            \"name\": \"lastadd\",\r\n            \"description\": \"safds fsaf ads fagdg  gdadasf \",\r\n            \"meta_title\": \"test\",\r\n            \"meta_description\": \"\",\r\n            \"meta_keyword\": \"\",\r\n            \"tag\": \"\"\r\n        }\r\n    },\r\n    \"model\": \"test\",\r\n    \"sku\": \"\",\r\n    \"upc\": \"\",\r\n    \"ean\": \"\",\r\n    \"jan\": \"\",\r\n    \"isbn\": \"\",\r\n    \"mpn\": \"\",\r\n    \"location\": \"\",\r\n    \"price\": \"\",\r\n    \"tax_class_id\": \"0\",\r\n    \"quantity\": \"1\",\r\n    \"minimum\": \"1\",\r\n    \"subtract\": \"1\",\r\n    \"stock_status_id\": \"6\",\r\n    \"shipping\": \"1\",\r\n    \"keyword\": \"\",\r\n    \"date_available\": \"2017-12-28\",\r\n    \"length\": \"\",\r\n    \"width\": \"\",\r\n    \"height\": \"\",\r\n    \"length_class_id\": \"3\",\r\n    \"weight\": \"\",\r\n    \"weight_class_id\": \"2\",\r\n    \"status\": \"1\",\r\n    \"sort_order\": \"1\",\r\n    \"manufacturer\": \"\",\r\n    \"manufacturer_id\": \"0\",\r\n    \"category\": \"\",\r\n    \"filter\": \"\",\r\n    \"product_store\": [\r\n        \"0\"\r\n    ],\r\n    \"download\": \"\",\r\n    \"related\": \"\",\r\n    \"option\": \"s\",\r\n    \"product_option\": [\r\n        {\r\n            \"product_option_id\": \"\",\r\n            \"name\": \"Date\",\r\n            \"option_id\": \"8\",\r\n            \"type\": \"date\",\r\n            \"required\": \"1\",\r\n            \"value\": \"\"\r\n        },\r\n        {\r\n            \"product_option_id\": \"\",\r\n            \"name\": \"Select\",\r\n            \"option_id\": \"5\",\r\n            \"type\": \"select\",\r\n            \"required\": \"1\",\r\n            \r\n            \"product_option_value\": [\r\n                {\r\n                    \"option_value_id\": \"40\",\r\n                    \"product_option_value_id\": \"\",\r\n                    \"quantity\": \"\",\r\n                    \"subtract\": \"1\",\r\n                    \"price_prefix\": \"+\",\r\n                    \"price\": \"\",\r\n                    \"points_prefix\": \"+\",\r\n                    \"points\": \"\",\r\n                    \"weight_prefix\": \"+\",\r\n                    \"weight\": \"\"\r\n                },\r\n                {\r\n                    \"option_value_id\": \"40\",\r\n                    \"product_option_value_id\": \"\",\r\n                    \"quantity\": \"\",\r\n                    \"subtract\": \"1\",\r\n                    \"price_prefix\": \"+\",\r\n                    \"price\": \"\",\r\n                    \"points_prefix\": \"+\",\r\n                    \"points\": \"\",\r\n                    \"weight_prefix\": \"+\",\r\n                    \"weight\": \"\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"product_recurring\": {\r\n        \"1\": {\r\n            \"customer_group_id\": \"1\",\r\n            \"recurring_id\" : \"0\"\r\n        }\r\n    },\r\n    \"product_discount\": [\r\n        {\r\n            \"customer_group_id\": \"1\",\r\n            \"quantity\": \"\",\r\n            \"priority\": \"\",\r\n            \"price\": \"\",\r\n            \"date_start\": \"\",\r\n            \"date_end\": \"\"\r\n        }\r\n    ],\r\n    \"product_special\": [\r\n        {\r\n            \"customer_group_id\": \"1\",\r\n            \"priority\": \"\",\r\n            \"price\": \"\",\r\n            \"date_start\": \"\",\r\n            \"date_end\": \"\"\r\n        }\r\n    ],\r\n    \"image\": \"\",\r\n    \"product_image\": [\r\n        {\r\n            \"image\": \"\",\r\n            \"sort_order\": \"\"\r\n        },\r\n        {\r\n            \"image\": \"\",\r\n            \"sort_order\": \"\"\r\n        }\r\n    ],\r\n    \"product_tab\": [\r\n        {\r\n            \"name\": \"test\",\r\n            \"tab_id\": \"\",\r\n            \"product_tab_description\": {\r\n                \"1\": {\r\n                    \"text\": \"<p>test<br><\\/p>\"\r\n                }\r\n            }\r\n        }\r\n    ],\r\n    \"points\": \"\",\r\n    \"product_reward\": {\r\n        \"1\": {\r\n            \"points\": \"\"\r\n        },\r\n        \"2\": {\r\n            \"points\": \"\"\r\n        }\r\n    },\r\n    \"product_layout\": [\r\n        \"\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{siteurl}}api/editadminproduct","urlObject":{"path":["editadminproduct"],"host":["{{siteurl}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c60f3a16-4c26-4c17-924d-7a84eea70e2d"},{"name":"Edit Some fieldproduct","id":"f969e55d-29b3-4a86-afed-e29372a60d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accesstoken","value":"Bearer {{s_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\"product_id\":\"30\",\"price\":\"90\",\"quantity\":\"5\",\"status\":\"0\"}","options":{"raw":{"language":"json"}}},"url":"{{siteurl}}api/editsomefieldproduct","urlObject":{"path":["editsomefieldproduct"],"host":["{{siteurl}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f969e55d-29b3-4a86-afed-e29372a60d81"},{"name":"Delete Product","id":"19a62155-7660-48b9-8ad0-765c015163d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accesstoken","value":"Bearer {{s_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\"product_id\": \"272\"}","options":{"raw":{"language":"json"}}},"url":"{{siteurl}}api/deleteadminproduct","urlObject":{"path":["deleteadminproduct"],"host":["{{siteurl}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"19a62155-7660-48b9-8ad0-765c015163d5"},{"name":"Add Category","id":"2e8698dd-7818-4a91-8e70-6e00b790d55e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accesstoken","value":"Bearer {{s_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"parent_id\": \"\",\r\n    \"image\": \"\",\r\n    \"top\": \"1\",\r\n    \"column\": \"1\",\r\n    \"sort_order\": \"1\",\r\n    \"status\": \"1\",\r\n    \"category_description\": {\r\n        \"1\": {\r\n            \"name\": \"category1\",\r\n            \"description\": \"<p>category1<\\/p>\",\r\n            \"meta_title\": \"category1\",\r\n            \"meta_description\": \"category1\",\r\n            \"meta_keyword\": \"category1\"\r\n        }\r\n    },\r\n    \"filter\": [\r\n        \"\"\r\n    ],\r\n    \"category_store\": [\r\n        \"0\"\r\n    ],\r\n    \"category_seo_url\": [\r\n        {\r\n            \"1\": \"category1\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{siteurl}}api/addadmincategory","urlObject":{"path":["addadmincategory"],"host":["{{siteurl}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e8698dd-7818-4a91-8e70-6e00b790d55e"},{"name":"List Category","id":"e6b1b003-d701-4268-8914-c4aa2fbae829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accesstoken","value":"Bearer {{s_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"parent_id\": \"\",\r\n    \"image\": \"\",\r\n    \"top\": \"1\",\r\n    \"column\": \"1\",\r\n    \"sort_order\": \"1\",\r\n    \"status\": \"1\",\r\n    \"category_description\": {\r\n        \"1\": {\r\n            \"name\": \"category1\",\r\n            \"description\": \"<p>category1<\\/p>\",\r\n            \"meta_title\": \"category1\",\r\n            \"meta_description\": \"category1\",\r\n            \"meta_keyword\": \"category1\"\r\n        }\r\n    },\r\n    \"filter\": [\r\n        \"\"\r\n    ],\r\n    \"category_store\": [\r\n        \"0\"\r\n    ],\r\n    \"category_seo_url\": [\r\n        {\r\n            \"1\": \"category1\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{siteurl}}api/listadmincategorys","urlObject":{"path":["listadmincategorys"],"host":["{{siteurl}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6b1b003-d701-4268-8914-c4aa2fbae829"},{"name":"Multiple Order Status Update","id":"819c252d-a4a9-40d6-a009-3cb1ca4edf51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accesstoken","value":"Bearer {{s_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"order_id\": \"1,2,3\",\r\n    \"order_status_id\": \"5\",\r\n    \"comment\": \"test\",\r\n    \"notify\": \"0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{siteurl}}api/multipleorderstatusupdate","urlObject":{"path":["multipleorderstatusupdate"],"host":["{{siteurl}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"819c252d-a4a9-40d6-a009-3cb1ca4edf51"},{"name":"Invoiceno Add/Update","id":"44fa868f-f7ee-4a62-b2c9-cf24ff548712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accesstoken","value":"Bearer {{s_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"order_id\": \"1\",\r\n    \"invoice_no\": \"5\",\r\n    \"invoice_prefix\": \"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{siteurl}}api/updateinvoiceno","urlObject":{"path":["updateinvoiceno"],"host":["{{siteurl}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"44fa868f-f7ee-4a62-b2c9-cf24ff548712"},{"name":"Add Review","id":"993e5615-81d8-438b-895b-3f03136b063c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Accesstoken","value":"Bearer {{s_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"product_id\": \"50\",\r\n    \"name\": \"Test sdaasf saf sadf sdf sfsdsd sdf sdfasdfs d\",\r\n    \"text\": \"5\",\r\n    \"rating\": \"5\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{siteurl}}api/adminaddreview","urlObject":{"path":["adminaddreview"],"host":["{{siteurl}}api"],"query":[],"variable":[]}},"response":[],"_postman_id":"993e5615-81d8-438b-895b-3f03136b063c"}],"event":[{"listen":"prerequest","script":{"id":"fc610092-04c7-43c0-911f-a34432a335a1","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"36e05b64-7de0-4545-ab98-8b87c3a3710b","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}]}