{"info":{"_postman_id":"6e6f7f69-870e-4ee5-b432-6e8e7f79c999","name":"Magento 2 Product Alert GraphQL & Examples","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"10589000","collectionId":"6e6f7f69-870e-4ee5-b432-6e8e7f79c999","publishedId":"SzS4RT6V","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-03-17T03:43:04.000Z"},"item":[{"name":"Customer Token","id":"0025abe4-4545-49bc-99dd-07dfeeff41f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\ngenerateCustomerToken (email: \"roni_cost@example.com\", password: \"roni_cost3@example.com\") \r\n    {\r\n        token\r\n    }\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f0db59e2-a558-429b-a7b0-de5d8b3f0ef3","name":"Customer Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\ngenerateCustomerToken (email: \"roni_cost@example.com\", password: \"roni_cost3@example.com\") \r\n    {\r\n        token\r\n    }\r\n}\r\n","variables":""},"options":{"raw":{"language":"json"}}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Mar 2020 05:04:49 GMT"},{"key":"Server","value":"Apache/2.4.38 (Ubuntu)"},{"key":"Expires","value":"Sun, 17 Mar 2019 05:04:50 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=ba91ntqktsh0vgu1lih6svtsai; expires=Tue, 17-Mar-2020 06:04:50 GMT; Max-Age=3600; path=/hang/ce234; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=a6593afcdc0bef55a797c82716bba8fa; expires=Fri, 15-Mar-2030 05:04:50 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"form_key=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; Max-Age=0; path=/hang/ce234; domain=192.168.1.200"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Tags","value":"FPC"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"79"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"generateCustomerToken\": {\n            \"token\": \"evx26k3bdaf9di9cuut3q071yitqt5on\"\n        }\n    }\n}"}],"_postman_id":"0025abe4-4545-49bc-99dd-07dfeeff41f4"},{"name":"Get Out-of-stock List","id":"f2d7a15a-cc19-4e85-b2ef-4f594acebd78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{customer_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query\r\n{\r\n\tcustomer {\r\n\t\tmp_product_alert {\r\n\t\t\tout_of_stock(pageSize: 4, currentPage: 2) {\r\n\t\t\t\titems {\r\n\t\t\t\t\tcustomer_email\r\n\t\t\t\t\tcustomer_group\r\n\t\t\t\t\tcustomer_id\r\n\t\t\t\t\tlast_send_date\r\n\t\t\t\t\told_price\r\n\t\t\t\t\tproduct_id\r\n\t\t\t\t\tsend_count\r\n\t\t\t\t\tstatus\r\n\t\t\t\t\tstore_id\r\n\t\t\t\t\tsubscribe_created_at\r\n\t\t\t\t\tsubscribe_updated_at\r\n\t\t\t\t\tsubscriber_id\r\n\t\t\t\t\ttype\r\n\t\t\t\t\twebsite_id\r\n\t\t\t\t}\r\n\t\t\t\tpageInfo {\r\n\t\t\t\t\tcurrentPage\r\n\t\t\t\t\tendPage\r\n\t\t\t\t\thasNextPage\r\n\t\t\t\t\thasPreviousPage\r\n\t\t\t\t\tpageSize\r\n\t\t\t\t\tstartPage\r\n\t\t\t\t}\r\n\t\t\t\ttotal_count\r\n\t\t\t}\r\n\t\t}\r\n\t\tfirstname\r\n\t\tlastname\r\n\t\tsuffix\r\n\t\temail\r\n\t\taddresses {\r\n\t\t\tfirstname\r\n\t\t\tlastname\r\n\t\t\tstreet\r\n\t\t\tcity\r\n\t\t\tregion {\r\n\t\t\t\tregion_code\r\n\t\t\t\tregion\r\n\t\t\t}\r\n\t\t\tpostcode\r\n\t\t\tcountry_code\r\n\t\t\ttelephone\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c2690adc-2e90-4a76-a166-c47cd218dd2a","name":"Query Get Out-of-stock List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{customer_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"query\r\n{\r\n\tcustomer {\r\n\t\tmp_product_alert {\r\n\t\t\tout_of_stock(pageSize: 10) {\r\n\t\t\t\titems {\r\n\t\t\t\t\tcustomer_email\r\n\t\t\t\t\tcustomer_group\r\n\t\t\t\t\tcustomer_id\r\n\t\t\t\t\tlast_send_date\r\n\t\t\t\t\told_price\r\n\t\t\t\t\tproduct_id\r\n\t\t\t\t\tsend_count\r\n\t\t\t\t\tstatus\r\n\t\t\t\t\tstore_id\r\n\t\t\t\t\tsubscribe_created_at\r\n\t\t\t\t\tsubscribe_updated_at\r\n\t\t\t\t\tsubscriber_id\r\n\t\t\t\t\ttype\r\n\t\t\t\t\twebsite_id\r\n\t\t\t\t}\r\n\t\t\t\tpageInfo {\r\n\t\t\t\t\tcurrentPage\r\n\t\t\t\t\tendPage\r\n\t\t\t\t\thasNextPage\r\n\t\t\t\t\thasPreviousPage\r\n\t\t\t\t\tpageSize\r\n\t\t\t\t\tstartPage\r\n\t\t\t\t}\r\n\t\t\t\ttotal_count\r\n\t\t\t}\r\n\t\t}\r\n\t\tfirstname\r\n\t\tlastname\r\n\t\tsuffix\r\n\t\temail\r\n\t\taddresses {\r\n\t\t\tfirstname\r\n\t\t\tlastname\r\n\t\t\tstreet\r\n\t\t\tcity\r\n\t\t\tregion {\r\n\t\t\t\tregion_code\r\n\t\t\t\tregion\r\n\t\t\t}\r\n\t\t\tpostcode\r\n\t\t\tcountry_code\r\n\t\t\ttelephone\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Mar 2020 09:28:21 GMT"},{"key":"Server","value":"Apache/2.4.38 (Ubuntu)"},{"key":"Expires","value":"Sat, 16 Mar 2019 09:28:22 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=mfs7ght9c36k23sdlftblm6p42; expires=Mon, 16-Mar-2020 10:28:21 GMT; Max-Age=3600; path=/hang/ce234; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=1bd9770668b0032f52270dd3b34a6c3e; expires=Thu, 14-Mar-2030 09:28:21 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Tags","value":"FPC"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"3122"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customer\": {\n            \"mp_product_alert\": {\n                \"out_of_stock\": {\n                    \"items\": [\n                        {\n                            \"customer_email\": \"roni_cost@example.com\",\n                            \"customer_group\": \"1\",\n                            \"customer_id\": 12,\n                            \"last_send_date\": \"2020-03-10 06:42:21\",\n                            \"old_price\": null,\n                            \"product_id\": 13,\n                            \"send_count\": 1,\n                            \"status\": 3,\n                            \"store_id\": 1,\n                            \"subscribe_created_at\": \"2020-03-06 07:34:45\",\n                            \"subscribe_updated_at\": \"2020-03-10 06:42:21\",\n                            \"subscriber_id\": 33,\n                            \"type\": 1,\n                            \"website_id\": 1\n                        },\n                        {\n                            \"customer_email\": \"roni_cost@example.com\",\n                            \"customer_group\": \"1\",\n                            \"customer_id\": 1,\n                            \"last_send_date\": null,\n                            \"old_price\": 12,\n                            \"product_id\": 16,\n                            \"send_count\": 0,\n                            \"status\": 1,\n                            \"store_id\": 1,\n                            \"subscribe_created_at\": \"2020-03-06 08:13:55\",\n                            \"subscribe_updated_at\": \"2020-03-10 06:42:49\",\n                            \"subscriber_id\": 36,\n                            \"type\": 1,\n                            \"website_id\": 1\n                        },\n                        {\n                            \"customer_email\": \"roni_cost@example.com\",\n                            \"customer_group\": \"1\",\n                            \"customer_id\": 1,\n                            \"last_send_date\": null,\n                            \"old_price\": 13,\n                            \"product_id\": 1,\n                            \"send_count\": 0,\n                            \"status\": 2,\n                            \"store_id\": 1,\n                            \"subscribe_created_at\": \"2020-03-10 04:54:12\",\n                            \"subscribe_updated_at\": \"2020-03-10 04:54:12\",\n                            \"subscriber_id\": 52,\n                            \"type\": 1,\n                            \"website_id\": 1\n                        },\n                        {\n                            \"customer_email\": \"roni_cost@example.com\",\n                            \"customer_group\": \"1\",\n                            \"customer_id\": 1,\n                            \"last_send_date\": null,\n                            \"old_price\": 38,\n                            \"product_id\": 3,\n                            \"send_count\": 0,\n                            \"status\": 2,\n                            \"store_id\": 1,\n                            \"subscribe_created_at\": \"2020-03-10 04:58:49\",\n                            \"subscribe_updated_at\": \"2020-03-10 04:58:49\",\n                            \"subscriber_id\": 60,\n                            \"type\": 1,\n                            \"website_id\": 1\n                        },\n                        {\n                            \"customer_email\": \"roni_cost@example.com\",\n                            \"customer_group\": \"1\",\n                            \"customer_id\": 1,\n                            \"last_send_date\": null,\n                            \"old_price\": 32,\n                            \"product_id\": 2,\n                            \"send_count\": 0,\n                            \"status\": 2,\n                            \"store_id\": 1,\n                            \"subscribe_created_at\": \"2020-03-10 06:44:14\",\n                            \"subscribe_updated_at\": \"2020-03-10 06:44:14\",\n                            \"subscriber_id\": 66,\n                            \"type\": 1,\n                            \"website_id\": 1\n                        }\n                    ],\n                    \"pageInfo\": {\n                        \"currentPage\": 1,\n                        \"endPage\": 1,\n                        \"hasNextPage\": false,\n                        \"hasPreviousPage\": false,\n                        \"pageSize\": 10,\n                        \"startPage\": 1\n                    },\n                    \"total_count\": 5\n                }\n            },\n            \"firstname\": \"Veronica\",\n            \"lastname\": \"Costello\",\n            \"suffix\": null,\n            \"email\": \"roni_cost@example.com\",\n            \"addresses\": [\n                {\n                    \"firstname\": \"Veronica\",\n                    \"lastname\": \"Costello\",\n                    \"street\": [\n                        \"6146 Honey Bluff Parkway\"\n                    ],\n                    \"city\": \"Calder\",\n                    \"region\": {\n                        \"region_code\": \"MI\",\n                        \"region\": \"Michigan\"\n                    },\n                    \"postcode\": \"49628-7978\",\n                    \"country_code\": \"US\",\n                    \"telephone\": \"(555) 229-3326\"\n                },\n                {\n                    \"firstname\": \"Hang\",\n                    \"lastname\": \"Nguyen\",\n                    \"street\": [\n                        \"Trần Phú\",\n                        \"Hà Đông\"\n                    ],\n                    \"city\": \"Hà Nội\",\n                    \"region\": {\n                        \"region_code\": null,\n                        \"region\": null\n                    },\n                    \"postcode\": \"100000\",\n                    \"country_code\": \"VN\",\n                    \"telephone\": \"1324567\"\n                },\n                {\n                    \"firstname\": \"Anna\",\n                    \"lastname\": \"Lacie\",\n                    \"street\": [\n                        \"100 Church St\"\n                    ],\n                    \"city\": \"Manhattan\",\n                    \"region\": {\n                        \"region_code\": \"NY\",\n                        \"region\": \"New York\"\n                    },\n                    \"postcode\": \"10007\",\n                    \"country_code\": \"US\",\n                    \"telephone\": \"3348060012\"\n                },\n                {\n                    \"firstname\": \"Vu\",\n                    \"lastname\": \"Huyen\",\n                    \"street\": [\n                        \"1837 Quarry Drive\"\n                    ],\n                    \"city\": \"Montgomery\",\n                    \"region\": {\n                        \"region_code\": \"NSW\",\n                        \"region\": \"New South Wales\"\n                    },\n                    \"postcode\": \"100000\",\n                    \"country_code\": \"AU\",\n                    \"telephone\": \"3348060012\"\n                },\n                {\n                    \"firstname\": \"test\",\n                    \"lastname\": \"test\",\n                    \"street\": [\n                        \"123str\"\n                    ],\n                    \"city\": \"Manhattan\",\n                    \"region\": {\n                        \"region_code\": \"London\",\n                        \"region\": \"London\"\n                    },\n                    \"postcode\": \"AB12 1CD\",\n                    \"country_code\": \"GB\",\n                    \"telephone\": \"3348060012122\"\n                },\n                {\n                    \"firstname\": \"Veronica\",\n                    \"lastname\": \"Costello\",\n                    \"street\": [\n                        \"6146 Honey Bluff\"\n                    ],\n                    \"city\": \"Parkway Calder\",\n                    \"region\": {\n                        \"region_code\": null,\n                        \"region\": null\n                    },\n                    \"postcode\": \"49628-7978\",\n                    \"country_code\": \"UG\",\n                    \"telephone\": \"123456\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"f2d7a15a-cc19-4e85-b2ef-4f594acebd78"},{"name":"Get Price Alert List","id":"06cb3366-6d67-495e-979e-d7811eb702d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"query\r\n{\r\n\tcustomer {\r\n\t\tmp_product_alert {\r\n\t\t\tproduct_price(pageSize: 4, currentPage: 2) {\r\n\t\t\t\titems {\r\n\t\t\t\t\tcustomer_email\r\n\t\t\t\t\tcustomer_group\r\n\t\t\t\t\tcustomer_id\r\n\t\t\t\t\tlast_send_date\r\n\t\t\t\t\told_price\r\n\t\t\t\t\tproduct_id\r\n\t\t\t\t\tsend_count\r\n\t\t\t\t\tstatus\r\n\t\t\t\t\tstore_id\r\n\t\t\t\t\tsubscribe_created_at\r\n\t\t\t\t\tsubscribe_updated_at\r\n\t\t\t\t\tsubscriber_id\r\n\t\t\t\t\ttype\r\n\t\t\t\t\twebsite_id\r\n\t\t\t\t}\r\n\t\t\t\tpageInfo {\r\n\t\t\t\t\tcurrentPage\r\n\t\t\t\t\tendPage\r\n\t\t\t\t\thasNextPage\r\n\t\t\t\t\thasPreviousPage\r\n\t\t\t\t\tpageSize\r\n\t\t\t\t\tstartPage\r\n\t\t\t\t}\r\n\t\t\t\ttotal_count\r\n\t\t\t}\r\n\t\t}\r\n\t\tfirstname\r\n\t\tlastname\r\n\t\tsuffix\r\n\t\temail\r\n\t\taddresses {\r\n\t\t\tfirstname\r\n\t\t\tlastname\r\n\t\t\tstreet\r\n\t\t\tcity\r\n\t\t\tregion {\r\n\t\t\t\tregion_code\r\n\t\t\t\tregion\r\n\t\t\t}\r\n\t\t\tpostcode\r\n\t\t\tcountry_code\r\n\t\t\ttelephone\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1712e291-f369-4829-bdfb-7f9aae9a83f5","name":"Get Price Alert List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"query\r\n{\r\n\tcustomer {\r\n\t\tmp_product_alert {\r\n\t\t\tproduct_price(pageSize: 4, currentPage: 2) {\r\n\t\t\t\titems {\r\n\t\t\t\t\tcustomer_email\r\n\t\t\t\t\tcustomer_group\r\n\t\t\t\t\tcustomer_id\r\n\t\t\t\t\tlast_send_date\r\n\t\t\t\t\told_price\r\n\t\t\t\t\tproduct_id\r\n\t\t\t\t\tsend_count\r\n\t\t\t\t\tstatus\r\n\t\t\t\t\tstore_id\r\n\t\t\t\t\tsubscribe_created_at\r\n\t\t\t\t\tsubscribe_updated_at\r\n\t\t\t\t\tsubscriber_id\r\n\t\t\t\t\ttype\r\n\t\t\t\t\twebsite_id\r\n\t\t\t\t}\r\n\t\t\t\tpageInfo {\r\n\t\t\t\t\tcurrentPage\r\n\t\t\t\t\tendPage\r\n\t\t\t\t\thasNextPage\r\n\t\t\t\t\thasPreviousPage\r\n\t\t\t\t\tpageSize\r\n\t\t\t\t\tstartPage\r\n\t\t\t\t}\r\n\t\t\t\ttotal_count\r\n\t\t\t}\r\n\t\t}\r\n\t\tfirstname\r\n\t\tlastname\r\n\t\tsuffix\r\n\t\temail\r\n\t\taddresses {\r\n\t\t\tfirstname\r\n\t\t\tlastname\r\n\t\t\tstreet\r\n\t\t\tcity\r\n\t\t\tregion {\r\n\t\t\t\tregion_code\r\n\t\t\t\tregion\r\n\t\t\t}\r\n\t\t\tpostcode\r\n\t\t\tcountry_code\r\n\t\t\ttelephone\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Mar 2020 09:01:00 GMT"},{"key":"Server","value":"Apache/2.4.38 (Ubuntu)"},{"key":"Expires","value":"Mon, 18 Mar 2019 09:01:00 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=89i0sv69i204vpkl7maejbdi2o; expires=Wed, 18-Mar-2020 10:01:00 GMT; Max-Age=3600; path=/hang/ce234; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=14578f306d40ecef733d474e4b394d05; expires=Sat, 16-Mar-2030 09:01:00 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Tags","value":"FPC"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"2801"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"customer\": {\n            \"mp_product_alert\": {\n                \"product_price\": {\n                    \"items\": [\n                        {\n                            \"customer_email\": \"roni_cost@example.com\",\n                            \"customer_group\": \"1\",\n                            \"customer_id\": 1,\n                            \"last_send_date\": null,\n                            \"old_price\": 0,\n                            \"product_id\": 2046,\n                            \"send_count\": 0,\n                            \"status\": 2,\n                            \"store_id\": 1,\n                            \"subscribe_created_at\": \"2020-03-16 09:21:26\",\n                            \"subscribe_updated_at\": \"2020-03-16 09:21:26\",\n                            \"subscriber_id\": 80,\n                            \"type\": 2,\n                            \"website_id\": 1\n                        },\n                        {\n                            \"customer_email\": \"roni_cost@example.com\",\n                            \"customer_group\": \"1\",\n                            \"customer_id\": 1,\n                            \"last_send_date\": null,\n                            \"old_price\": 45,\n                            \"product_id\": 36,\n                            \"send_count\": 0,\n                            \"status\": 2,\n                            \"store_id\": 1,\n                            \"subscribe_created_at\": \"2020-03-16 09:22:03\",\n                            \"subscribe_updated_at\": \"2020-03-16 09:22:03\",\n                            \"subscriber_id\": 82,\n                            \"type\": 2,\n                            \"website_id\": 1\n                        },\n                        {\n                            \"customer_email\": \"roni_cost@example.com\",\n                            \"customer_group\": \"1\",\n                            \"customer_id\": 1,\n                            \"last_send_date\": null,\n                            \"old_price\": 49,\n                            \"product_id\": 37,\n                            \"send_count\": 0,\n                            \"status\": 2,\n                            \"store_id\": 1,\n                            \"subscribe_created_at\": \"2020-03-16 09:25:29\",\n                            \"subscribe_updated_at\": \"2020-03-16 09:25:29\",\n                            \"subscriber_id\": 87,\n                            \"type\": 2,\n                            \"website_id\": 1\n                        },\n                        {\n                            \"customer_email\": \"roni_cost@example.com\",\n                            \"customer_group\": \"1\",\n                            \"customer_id\": 1,\n                            \"last_send_date\": null,\n                            \"old_price\": 54,\n                            \"product_id\": 38,\n                            \"send_count\": 0,\n                            \"status\": 2,\n                            \"store_id\": 1,\n                            \"subscribe_created_at\": \"2020-03-16 09:26:39\",\n                            \"subscribe_updated_at\": \"2020-03-16 09:26:39\",\n                            \"subscriber_id\": 90,\n                            \"type\": 2,\n                            \"website_id\": 1\n                        }\n                    ],\n                    \"pageInfo\": {\n                        \"currentPage\": 2,\n                        \"endPage\": 5,\n                        \"hasNextPage\": true,\n                        \"hasPreviousPage\": true,\n                        \"pageSize\": 4,\n                        \"startPage\": 1\n                    },\n                    \"total_count\": 17\n                }\n            },\n            \"firstname\": \"Veronica\",\n            \"lastname\": \"Costello\",\n            \"suffix\": null,\n            \"email\": \"roni_cost@example.com\",\n            \"addresses\": [\n                {\n                    \"firstname\": \"Veronica\",\n                    \"lastname\": \"Costello\",\n                    \"street\": [\n                        \"6146 Honey Bluff Parkway\"\n                    ],\n                    \"city\": \"Calder\",\n                    \"region\": {\n                        \"region_code\": \"MI\",\n                        \"region\": \"Michigan\"\n                    },\n                    \"postcode\": \"49628-7978\",\n                    \"country_code\": \"US\",\n                    \"telephone\": \"(555) 229-3326\"\n                },\n                {\n                    \"firstname\": \"Hang\",\n                    \"lastname\": \"Nguyen\",\n                    \"street\": [\n                        \"Trần Phú\",\n                        \"Hà Đông\"\n                    ],\n                    \"city\": \"Hà Nội\",\n                    \"region\": {\n                        \"region_code\": null,\n                        \"region\": null\n                    },\n                    \"postcode\": \"100000\",\n                    \"country_code\": \"VN\",\n                    \"telephone\": \"1324567\"\n                },\n                {\n                    \"firstname\": \"Anna\",\n                    \"lastname\": \"Lacie\",\n                    \"street\": [\n                        \"100 Church St\"\n                    ],\n                    \"city\": \"Manhattan\",\n                    \"region\": {\n                        \"region_code\": \"NY\",\n                        \"region\": \"New York\"\n                    },\n                    \"postcode\": \"10007\",\n                    \"country_code\": \"US\",\n                    \"telephone\": \"3348060012\"\n                },\n                {\n                    \"firstname\": \"Vu\",\n                    \"lastname\": \"Huyen\",\n                    \"street\": [\n                        \"1837 Quarry Drive\"\n                    ],\n                    \"city\": \"Montgomery\",\n                    \"region\": {\n                        \"region_code\": \"NSW\",\n                        \"region\": \"New South Wales\"\n                    },\n                    \"postcode\": \"100000\",\n                    \"country_code\": \"AU\",\n                    \"telephone\": \"3348060012\"\n                },\n                {\n                    \"firstname\": \"test\",\n                    \"lastname\": \"test\",\n                    \"street\": [\n                        \"123str\"\n                    ],\n                    \"city\": \"Manhattan\",\n                    \"region\": {\n                        \"region_code\": \"London\",\n                        \"region\": \"London\"\n                    },\n                    \"postcode\": \"AB12 1CD\",\n                    \"country_code\": \"GB\",\n                    \"telephone\": \"3348060012122\"\n                },\n                {\n                    \"firstname\": \"Veronica\",\n                    \"lastname\": \"Costello\",\n                    \"street\": [\n                        \"6146 Honey Bluff\"\n                    ],\n                    \"city\": \"Parkway Calder\",\n                    \"region\": {\n                        \"region_code\": null,\n                        \"region\": null\n                    },\n                    \"postcode\": \"49628-7978\",\n                    \"country_code\": \"UG\",\n                    \"telephone\": \"123456\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"06cb3366-6d67-495e-979e-d7811eb702d2"},{"name":"Create New Price Alert Subcribe","id":"01966af9-5ada-444c-b022-56be7581f026","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation NotifyPriceDrops($email: String!, $productSku: String!){\r\n\tMpProductAlertNotifyPriceDrops(\r\n\t\tinput: { email: $email, productSku: $productSku }\r\n\t) {\r\n\t\tcustomer_email\r\n\t\tcustomer_group\r\n\t\tcustomer_id\r\n\t\tlast_send_date\r\n\t\told_price\r\n\t\tproduct_id\r\n\t\tsend_count\r\n\t\tstatus\r\n\t\tstatus\r\n\t\tstore_id\r\n\t\tsubscribe_created_at\r\n\t\tsubscribe_updated_at\r\n\t\tsubscriber_id\r\n\t\ttype\r\n\t\twebsite_id\r\n        product_data {\r\n            name\r\n            product_image_url\r\n            product_url\r\n            sku\r\n        }\r\n\t}\r\n}\r\n","variables":"{\n\t\"email\": \"roni_cost@example.com\",\n\t\"productSku\": \"24-MB02\"\n}"}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1cff513f-b475-4874-a684-0162f775fc9a","name":"Create New Price Alert Subcribe Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation NotifyPriceDrops($email: String!, $productSku: String!){\r\n\tMpProductAlertNotifyPriceDrops(\r\n\t\tinput: { email: $email, productSku: $productSku }\r\n\t) {\r\n\t\tcustomer_email\r\n\t\tcustomer_group\r\n\t\tcustomer_id\r\n\t\tlast_send_date\r\n\t\told_price\r\n\t\tproduct_id\r\n\t\tsend_count\r\n\t\tstatus\r\n\t\tstatus\r\n\t\tstore_id\r\n\t\tsubscribe_created_at\r\n\t\tsubscribe_updated_at\r\n\t\tsubscriber_id\r\n\t\ttype\r\n\t\twebsite_id\r\n        product_data {\r\n            name\r\n            product_image_url\r\n            product_url\r\n            sku\r\n        }\r\n\t}\r\n}\r\n","variables":"{\n\t\"email\": \"roni_cost@example.com\",\n\t\"productSku\": \"24-MB02\"\n}"}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Mar 2021 09:44:53 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Tue, 03 Mar 2020 09:44:53 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=9sk14ese4tsn6phmr6niam2so9; expires=Wed, 03-Mar-2021 10:44:53 GMT; Max-Age=3600; path=/maianh/ce240d; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=333f46a15004855a28871cda38de1460; expires=Sat, 01-Mar-2031 09:44:53 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=c6277d1e2333ebf11722fc72b40bfe8b; expires=Sat, 01-Mar-2031 09:44:53 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=f982e295b12376953a6829c81411cd63; expires=Sat, 01-Mar-2031 09:44:53 GMT; Max-Age=315360000; path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"599"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"201403"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"MpProductAlertNotifyPriceDrops\": {\n            \"customer_email\": \"roni_cost@example.com\",\n            \"customer_group\": \"1\",\n            \"customer_id\": 1,\n            \"last_send_date\": null,\n            \"old_price\": 59,\n            \"product_id\": 6,\n            \"send_count\": null,\n            \"status\": 2,\n            \"store_id\": 1,\n            \"subscribe_created_at\": \"2021-03-03 09:44:53\",\n            \"subscribe_updated_at\": \"2021-03-03 09:44:53\",\n            \"subscriber_id\": 14,\n            \"type\": 2,\n            \"website_id\": 1,\n            \"product_data\": {\n                \"name\": \"Fusion Backpack\",\n                \"product_image_url\": \"http://dev.magelaza.vn/maianh/ce240d/pub/media/catalog/product/m/b/mb02-gray-0.jpg\",\n                \"product_url\": \"http://dev.mageplaza.vn/maianh/ce240d/fusion-backpack.html\",\n                \"sku\": \"24-MB02\"\n            }\n        }\n    }\n}"}],"_postman_id":"01966af9-5ada-444c-b022-56be7581f026"},{"name":"Create New Out-of-Stock Subcribe","id":"e0094457-dd03-4b99-8919-b96bc2032d88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation NotifyInStock($email: String!, $productSku: String!) {\r\n\tMpProductAlertNotifyInStock(\r\n\t\tinput: { email: $email, productSku: $productSku }\r\n\t) {\r\n\t\tcustomer_email\r\n\t\tcustomer_group\r\n\t\tcustomer_id\r\n\t\tlast_send_date\r\n\t\told_price\r\n\t\tproduct_id\r\n\t\tsend_count\r\n\t\tstatus\r\n\t\tstatus\r\n\t\tstore_id\r\n\t\tsubscribe_created_at\r\n\t\tsubscribe_updated_at\r\n\t\tsubscriber_id\r\n\t\ttype\r\n\t\twebsite_id\r\n\t}\r\n}\r\n","variables":"{\n\t\"email\": \"roni_cost@example.com\",\n\t\"productSku\": \"24-WB04\"\n}"}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"7617ea1a-2275-4e05-81d5-c7d4114a26ac","name":"Create New Out-of-Stock Subcribe","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{customer_token}}","type":"text","disabled":true}],"body":{"mode":"graphql","graphql":{"query":"mutation NotifyInStock($email: String!, $productSku: String!){\r\n\tMpProductAlertNotifyInStock(\r\n\t\tinput: { email: $email, productSku: $productSku }\r\n\t) {\r\n\t\tcustomer_email\r\n\t\tcustomer_group\r\n\t\tcustomer_id\r\n\t\tlast_send_date\r\n\t\told_price\r\n\t\tproduct_id\r\n\t\tsend_count\r\n\t\tstatus\r\n\t\tstatus\r\n\t\tstore_id\r\n\t\tsubscribe_created_at\r\n\t\tsubscribe_updated_at\r\n\t\tsubscriber_id\r\n\t\ttype\r\n\t\twebsite_id\r\n\t}\r\n}\r\n","variables":"{\n\t\"email\": \"roni_cost@example.com\",\n\t\"productSku\": \"24-WB04\"\n}"}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Mar 2020 10:25:19 GMT"},{"key":"Server","value":"Apache/2.4.38 (Ubuntu)"},{"key":"Expires","value":"Sat, 16 Mar 2019 10:25:22 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=mfs7ght9c36k23sdlftblm6p42; expires=Mon, 16-Mar-2020 11:25:19 GMT; Max-Age=3600; path=/hang/ce234; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=67bcfc97af93381a7bbed3f3cac61f81; expires=Thu, 14-Mar-2030 10:25:19 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Tags","value":"FPC"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"349"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"MpProductAlertNotifyInStock\": {\n            \"customer_email\": \"roni_cost@example.com\",\n            \"customer_group\": \"1\",\n            \"customer_id\": 1,\n            \"last_send_date\": null,\n            \"old_price\": 45,\n            \"product_id\": 14,\n            \"send_count\": null,\n            \"status\": 2,\n            \"store_id\": 1,\n            \"subscribe_created_at\": \"2020-03-16 10:25:19\",\n            \"subscribe_updated_at\": \"2020-03-16 10:25:19\",\n            \"subscriber_id\": 118,\n            \"type\": 1,\n            \"website_id\": 1\n        }\n    }\n}"}],"_postman_id":"e0094457-dd03-4b99-8919-b96bc2032d88"},{"name":"Customer Create New Price Alert Subcribe","id":"921f734b-e579-41ee-b8d3-0853a4e9341a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{customer_access_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CustomerNotifyPriceDrop($productSku: String!) {\r\n\tMpProductAlertCustomerNotifyPriceDrops(input: { productSku: $productSku }) {\r\n\t\tcustomer_email\r\n\t\tcustomer_group\r\n\t\tcustomer_id\r\n\t\tlast_send_date\r\n\t\told_price\r\n\t\tproduct_id\r\n\t\tsend_count\r\n\t\tstatus\r\n\t\tstatus\r\n\t\tstore_id\r\n\t\tsubscribe_created_at\r\n\t\tsubscribe_updated_at\r\n\t\tsubscriber_id\r\n\t\ttype\r\n\t\twebsite_id\r\n\t}\r\n}\r\n","variables":"{\n\t\"productSku\": \"24-UG03\"\n}"}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"845ffcc2-b1f7-4ecd-a4ca-7a3208d75a0c","name":"Customer Create New Price Alert Subcribe Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{customer_access_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CustomerNotifyPriceDrop($productSku: String!) {\r\n\tMpProductAlertCustomerNotifyPriceDrops(input: { productSku: $productSku }) {\r\n\t\tcustomer_email\r\n\t\tcustomer_group\r\n\t\tcustomer_id\r\n\t\tlast_send_date\r\n\t\told_price\r\n\t\tproduct_id\r\n\t\tsend_count\r\n\t\tstatus\r\n\t\tstatus\r\n\t\tstore_id\r\n\t\tsubscribe_created_at\r\n\t\tsubscribe_updated_at\r\n\t\tsubscriber_id\r\n\t\ttype\r\n\t\twebsite_id\r\n\t}\r\n}\r\n","variables":"{\n\t\"productSku\": \"24-UG03\"\n}"}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Jan 2021 08:00:30 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Sun, 12 Jan 2020 08:00:30 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=bdqlkvsstalpvqpcrkug796rhc; expires=Tue, 12-Jan-2021 09:00:30 GMT; Max-Age=3600; path=/maianh/ce240a; domain=dev.mageplaza.vn; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=e0c959a0063cd669368e1841ff578efa; expires=Fri, 10-Jan-2031 08:00:30 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"359"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"337525"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"MpProductAlertCustomerNotifyPriceDrops\": {\n            \"customer_email\": \"roni_cost@example.com\",\n            \"customer_group\": \"1\",\n            \"customer_id\": 1,\n            \"last_send_date\": null,\n            \"old_price\": 22,\n            \"product_id\": 23,\n            \"send_count\": null,\n            \"status\": 2,\n            \"store_id\": 1,\n            \"subscribe_created_at\": \"2021-01-12 08:00:30\",\n            \"subscribe_updated_at\": \"2021-01-12 08:00:30\",\n            \"subscriber_id\": 33,\n            \"type\": 2,\n            \"website_id\": 1\n        }\n    }\n}"}],"_postman_id":"921f734b-e579-41ee-b8d3-0853a4e9341a"},{"name":"Customer Create New Out-of-Stock Subcribe","id":"09fc5144-ae66-46ad-8f3c-0a3f055dfabc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{customer_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CustomerNotifyInStock($productSku: String!) {\r\n\tMpProductAlertCustomerNotifyInStock(input: { productSku: $productSku }) {\r\n\t\tcustomer_email\r\n\t\tcustomer_group\r\n\t\tcustomer_id\r\n\t\tlast_send_date\r\n\t\told_price\r\n\t\tproduct_id\r\n\t\tsend_count\r\n\t\tstatus\r\n\t\tstatus\r\n\t\tstore_id\r\n\t\tsubscribe_created_at\r\n\t\tsubscribe_updated_at\r\n\t\tsubscriber_id\r\n\t\ttype\r\n\t\twebsite_id\r\n\t}\r\n}\r\n","variables":"{\n\t\"productSku\": \"24-WB03\"\n}"}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ef05ea52-3525-41e6-b88e-8dd9e5fbc2c3","name":"Customer Create New Out-of-Stock Subcribe","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{customer_token}}","type":"text"}],"body":{"mode":"graphql","graphql":{"query":"mutation CustomerNotifyInStock($productSku: String!) {\r\n\tMpProductAlertCustomerNotifyInStock(input: { productSku: $productSku }) {\r\n\t\tcustomer_email\r\n\t\tcustomer_group\r\n\t\tcustomer_id\r\n\t\tlast_send_date\r\n\t\told_price\r\n\t\tproduct_id\r\n\t\tsend_count\r\n\t\tstatus\r\n\t\tstatus\r\n\t\tstore_id\r\n\t\tsubscribe_created_at\r\n\t\tsubscribe_updated_at\r\n\t\tsubscriber_id\r\n\t\ttype\r\n\t\twebsite_id\r\n\t}\r\n}\r\n","variables":"{\n\t\"productSku\": \"24-WB03\"\n}"}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Mar 2020 10:19:23 GMT"},{"key":"Server","value":"Apache/2.4.38 (Ubuntu)"},{"key":"Expires","value":"Sat, 16 Mar 2019 10:19:26 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=mfs7ght9c36k23sdlftblm6p42; expires=Mon, 16-Mar-2020 11:19:23 GMT; Max-Age=3600; path=/hang/ce234; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=67f2757e6bb800e0ed8b49e7d0baf63b; expires=Thu, 14-Mar-2030 10:19:23 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Tags","value":"FPC"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"357"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"MpProductAlertCustomerNotifyInStock\": {\n            \"customer_email\": \"roni_cost@example.com\",\n            \"customer_group\": \"1\",\n            \"customer_id\": 1,\n            \"last_send_date\": null,\n            \"old_price\": 36,\n            \"product_id\": 12,\n            \"send_count\": null,\n            \"status\": 2,\n            \"store_id\": 1,\n            \"subscribe_created_at\": \"2020-03-16 10:19:23\",\n            \"subscribe_updated_at\": \"2020-03-16 10:19:23\",\n            \"subscriber_id\": 115,\n            \"type\": 1,\n            \"website_id\": 1\n        }\n    }\n}"}],"_postman_id":"09fc5144-ae66-46ad-8f3c-0a3f055dfabc"},{"name":"Unsubcribe","id":"ea19b558-9ee6-4daa-b643-b77cce2e47ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation SubscriberDelete($id: Int!) {\r\n\tMpProductAlertSubscriberDelete(input: { id: $id })\r\n}\r\n","variables":"{\n\t\"id\": 124\n}"}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"01726347-0e9d-4d11-ba47-a60affbed4f6","name":"Unsubcribe","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Bearer {{customer_token}}"}],"body":{"mode":"graphql","graphql":{"query":"mutation SubscriberDelete($id: Int!) {\r\n\tMpProductAlertSubscriberDelete(input: { id: $id })\r\n}\r\n","variables":"{\n\t\"id\": 124\n}"}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Mar 2020 09:04:45 GMT"},{"key":"Server","value":"Apache/2.4.38 (Ubuntu)"},{"key":"Expires","value":"Mon, 18 Mar 2019 09:04:46 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=89i0sv69i204vpkl7maejbdi2o; expires=Wed, 18-Mar-2020 10:04:45 GMT; Max-Age=3600; path=/hang/ce234; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=795de77a6f7c9d364df3e5f1a9136fc5; expires=Sat, 16-Mar-2030 09:04:45 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Tags","value":"FPC"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"48"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"MpProductAlertSubscriberDelete\": true\n    }\n}"}],"_postman_id":"ea19b558-9ee6-4daa-b643-b77cce2e47ec"},{"name":"Get configuration Product Alerts","id":"23b2c152-49e7-4c7b-aec7-54d6cd3cbf1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n  MpProductAlertsConfigs{\r\n    general{\r\n      custom_css\r\n    }\r\n    price_alert{\r\n      popup_setting{\r\n        button_text\r\n        description\r\n        footer_content\r\n        heading_text\r\n        place_holder\r\n      }\r\n      subscribed_text\r\n    }\r\n   stock_alert{\r\n    button_text\r\n    popup_setting{\r\n      button_text\r\n      description\r\n      footer_content\r\n      heading_text\r\n      place_holder\r\n    }\r\n    show_listing_page\r\n    subscribed_text\r\n  } \r\n  }\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"be174b02-5f3c-44a7-9d5d-65bc1ca60b86","name":"Get configuration Product Alerts Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n  MpProductAlertsConfigs{\r\n    general{\r\n      custom_css\r\n    }\r\n    price_alert{\r\n      popup_setting{\r\n        button_text\r\n        description\r\n        footer_content\r\n        heading_text\r\n        place_holder\r\n      }\r\n      subscribed_text\r\n    }\r\n   stock_alert{\r\n    button_text\r\n    popup_setting{\r\n      button_text\r\n      description\r\n      footer_content\r\n      heading_text\r\n      place_holder\r\n    }\r\n    show_listing_page\r\n    subscribed_text\r\n  } \r\n  }\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Jan 2021 10:02:48 GMT"},{"key":"Server","value":"Apache/2.4.29 (Ubuntu)"},{"key":"Expires","value":"Sat, 11 Jan 2020 10:02:48 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=c0kma32h2gh980mci4fpim555d; expires=Mon, 11-Jan-2021 11:02:48 GMT; Max-Age=3600; path=/maianh/ce240a; domain=dev.mageplaza.vn; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=76c331a1afb92b7d0215c2543aab8b9f; expires=Thu, 09-Jan-2031 10:02:48 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1387"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"46953"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish (Varnish/5.2)"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"MpProductAlertsConfigs\": {\n            \"general\": {\n                \"custom_css\": null\n            },\n            \"price_alert\": {\n                \"popup_setting\": {\n                    \"button_text\": \"Notify me!\",\n                    \"description\": \"Subscribe Price-Change Alerts now! Register your email address to be the first to know when our product has any changes in price. You are always updated to get product pricing goodness!\",\n                    \"footer_content\": \"Kindly notice that the back-in-stock email will be delivered only one time, and your email address will not be shared or published with anyone else.\",\n                    \"heading_text\": \"Stay tuned for any updates on this product's price!\",\n                    \"place_holder\": \"Your email address\"\n                },\n                \"subscribed_text\": \"Congratulations! You will receive a notification email when this product has just changed the price.\"\n            },\n            \"stock_alert\": {\n                \"button_text\": \"Notify me\",\n                \"popup_setting\": {\n                    \"button_text\": \"Notify me!\",\n                    \"description\": \"Subscribe Back-In-Stock Alerts now! Register your email address to be the first to know when our product comes back. Do not miss your chance!\",\n                    \"footer_content\": \"Kindly notice that the back-in-stock email will be delivered only one time, and your email address will not be shared or published with anyone else.\",\n                    \"heading_text\": \"Grab your chance when this product back in stock!\",\n                    \"place_holder\": \"Your email address\"\n                },\n                \"show_listing_page\": true,\n                \"subscribed_text\": \"Congratulations! You will receive a notification email when this product has just come back to stock.\"\n            }\n        }\n    }\n}"}],"_postman_id":"23b2c152-49e7-4c7b-aec7-54d6cd3cbf1e"}]}