{"id":20349133,"url":"https://github.com/mage2pro/order-notifier","last_synced_at":"2026-05-11T14:33:41.571Z","repository":{"id":62521820,"uuid":"156942554","full_name":"mage2pro/order-notifier","owner":"mage2pro","description":"The module sends new orders as JSON from Magento 2 to a specified URL","archived":false,"fork":false,"pushed_at":"2018-11-10T04:37:29.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-14T09:30:21.018Z","etag":null,"topics":["mage2pro","mage2pro-module","mage2pro-module-ready","mage2pro-module-reusable","mage2pro-order-sender","magento","magento2","magento2-extension","magento2-module"],"latest_commit_sha":null,"homepage":"https://upwork.com/fl/mage2pro","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mage2pro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-10T03:08:56.000Z","updated_at":"2024-03-30T23:17:30.000Z","dependencies_parsed_at":"2022-11-02T14:00:34.979Z","dependency_job_id":null,"html_url":"https://github.com/mage2pro/order-notifier","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mage2pro/order-notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Forder-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Forder-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Forder-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Forder-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mage2pro","download_url":"https://codeload.github.com/mage2pro/order-notifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Forder-notifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32899088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mage2pro","mage2pro-module","mage2pro-module-ready","mage2pro-module-reusable","mage2pro-order-sender","magento","magento2","magento2-extension","magento2-module"],"created_at":"2024-11-14T22:24:16.009Z","updated_at":"2026-05-11T14:33:41.545Z","avatar_url":"https://github.com/mage2pro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"The module sends a new order's data to a specified URL in a JSON format.\n\n## How to install\n```\nbin/magento maintenance:enable\ncomposer require mage2pro/order-notifier:*\nbin/magento setup:upgrade\nrm -rf var/di var/generation generated/code \u0026\u0026 bin/magento setup:di:compile\nrm -rf pub/static/* \u0026\u0026 bin/magento setup:static-content:deploy en_US \u003cadditional locales, e.g.: de_DE\u003e\nbin/magento maintenance:disable\n```\n\n## How to update\n\n```\nbin/magento maintenance:enable\ncomposer update mage2pro/order-notifier\nbin/magento setup:upgrade\nrm -rf var/di var/generation generated/code \u0026\u0026 bin/magento setup:di:compile\nrm -rf pub/static/* \u0026\u0026 bin/magento setup:static-content:deploy en_US \u003cadditional locales, e.g.: de_DE\u003e\nbin/magento maintenance:disable\n```\n\n## Backend settings\n\n![](https://mage2.pro/uploads/default/original/2X/2/24d60a7898a939b2a41b8056e8a0a08c174c60fc.png)\n\n## Data example\n\n```\n{\n    \"billing_address\": {\n        \"customer_address_id\": 1,\n        \"firstname\": \"Dmitry\",\n        \"lastname\": \"Fedyuk\",\n        \"company\": \"Mage2.PRO\",\n        \"street\": \"49 West 32nd Street\",\n        \"city\": \"New York City\",\n        \"region\": \"New York\",\n        \"region_id\": 43,\n        \"postcode\": \"10001\",\n        \"country_id\": \"US\",\n        \"telephone\": \"+1 (212) 736-3800\",\n        \"email\": \"admin@mage2.pro\",\n        \"address_type\": \"billing\",\n        \"quote_address_id\": \"3\"\n    },\n    \"customer\": {\n        \"entity_id\": \"1\",\n        \"website_id\": \"1\",\n        \"email\": \"admin@mage2.pro\",\n        \"group_id\": \"1\",\n        \"store_id\": \"1\",\n        \"created_at\": \"2018-11-10 03:43:40\",\n        \"updated_at\": \"2018-11-10 03:45:05\",\n        \"is_active\": \"1\",\n        \"disable_auto_group_change\": \"0\",\n        \"created_in\": \"Default Store View\",\n        \"firstname\": \"Dmitry\",\n        \"lastname\": \"Fedyuk\",\n        \"password_hash\": \"2883bc388fc6e435a487ad764651d8330837752624190d7e676bf643083cad40:GdM9zNcXdyBWQ9ynDfWAcwsnJCg34JJz:1\",\n        \"rp_token\": \"p9APUBBSZfsLiz9KJSwF9F30jcdr73vu\",\n        \"rp_token_created_at\": \"2018-11-10 03:43:40\",\n        \"default_billing\": \"1\",\n        \"default_shipping\": \"1\",\n        \"failures_num\": \"0\"\n    },\n    \"line_items\": [\n        {\n            \"id\": \"2\",\n            \"image\": \"https://localhost.com:2003/pub/media/catalog/product/cache/10f519365b01716ddb90abc57de5a837/1/8/18fe627tul_chm_main_1_1.jpeg\",\n            \"name\": \"Lamé Embroidered Tulle Cocktail Dress-4\",\n            \"price\": 7190,\n            \"price_with_discount\": 7190,\n            \"price_with_discount_and_tax\": 7190,\n            \"price_with_tax\": 7190,\n            \"qty\": 1,\n            \"sku\": \"18FE627TUL-4\",\n            \"tax_rate\": 0,\n            \"url\": \"https://localhost.com:2003/lame-embroidered-tulle-cocktail-dress.html\"\n        },\n        {\n            \"id\": \"6\",\n            \"image\": \"https://localhost.com:2003/pub/media/catalog/product/cache/10f519365b01716ddb90abc57de5a837/1/8/18fh7002vlt_1.jpg\",\n            \"name\": \"Embroidered Velvet Rogan Clutch\",\n            \"price\": 1990,\n            \"price_with_discount\": 1990,\n            \"price_with_discount_and_tax\": 1990,\n            \"price_with_tax\": 1990,\n            \"qty\": 1,\n            \"sku\": \"18FH7002VLT\",\n            \"tax_rate\": 0,\n            \"url\": \"https://localhost.com:2003/embroidered-velvet-rogan-clutch.html\"\n        }\n    ],\n    \"payment\": {\n        \"method\": \"checkmo\",\n        \"additional_information\": {\n            \"method_title\": \"Check / Money order\"\n        },\n        \"amount_ordered\": 9190,\n        \"base_amount_ordered\": 9190,\n        \"shipping_amount\": 10,\n        \"base_shipping_amount\": 10\n    },\n    \"shipping_address\": {\n        \"customer_address_id\": \"1\",\n        \"firstname\": \"Dmitry\",\n        \"lastname\": \"Fedyuk\",\n        \"company\": \"Mage2.PRO\",\n        \"street\": \"49 West 32nd Street\",\n        \"city\": \"New York City\",\n        \"region\": \"New York\",\n        \"region_id\": \"43\",\n        \"postcode\": \"10001\",\n        \"country_id\": \"US\",\n        \"telephone\": \"+1 (212) 736-3800\",\n        \"email\": \"admin@mage2.pro\",\n        \"address_type\": \"shipping\",\n        \"quote_address_id\": \"2\"\n    },\n    \"visitor\": {\n        \"http_user_agent\": \"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36\",\n        \"remote_addr\": \"127.0.0.1\"\n    },\n    \"base_currency_code\": \"USD\",\n    \"base_discount_amount\": 0,\n    \"base_grand_total\": 9190,\n    \"base_discount_tax_compensation_amount\": 0,\n    \"base_shipping_amount\": 10,\n    \"base_shipping_discount_amount\": 0,\n    \"base_shipping_discount_tax_compensation_amnt\": 0,\n    \"base_shipping_incl_tax\": 10,\n    \"base_shipping_tax_amount\": 0,\n    \"base_subtotal\": 9180,\n    \"base_subtotal_incl_tax\": 9180,\n    \"base_tax_amount\": 0,\n    \"base_total_due\": 9190,\n    \"base_to_global_rate\": 1,\n    \"base_to_order_rate\": 1,\n    \"customer_email\": \"admin@mage2.pro\",\n    \"customer_firstname\": \"Dmitry\",\n    \"customer_group_id\": 1,\n    \"customer_id\": \"1\",\n    \"customer_is_guest\": 0,\n    \"customer_lastname\": \"Fedyuk\",\n    \"customer_note_notify\": 1,\n    \"discount_amount\": 0,\n    \"global_currency_code\": \"USD\",\n    \"grand_total\": 9190,\n    \"discount_tax_compensation_amount\": 0,\n    \"increment_id\": \"000000001\",\n    \"is_virtual\": 0,\n    \"order_currency_code\": \"USD\",\n    \"quote_id\": \"1\",\n    \"remote_ip\": \"127.0.0.1\",\n    \"shipping_amount\": 10,\n    \"shipping_description\": \"Flat Rate - Fixed\",\n    \"shipping_discount_amount\": 0,\n    \"shipping_discount_tax_compensation_amount\": 0,\n    \"shipping_incl_tax\": 10,\n    \"shipping_tax_amount\": 0,\n    \"store_currency_code\": \"USD\",\n    \"store_id\": 1,\n    \"store_to_base_rate\": 0,\n    \"store_to_order_rate\": 0,\n    \"subtotal\": 9180,\n    \"subtotal_incl_tax\": 9180,\n    \"tax_amount\": 0,\n    \"total_due\": 9190,\n    \"total_qty_ordered\": 2,\n    \"weight\": 1.5,\n    \"shipping_method\": \"flatrate_flatrate\",\n    \"state\": \"new\",\n    \"status\": \"pending\",\n    \"store_name\": \"Main Website\\r\\nMain Website Store\\r\\nDefault Store View\",\n    \"total_item_count\": 2,\n    \"protect_code\": \"62ef31f388160d69ee03991765ae1b52\",\n    \"entity_id\": \"1\",\n    \"id\": \"1\",\n    \"created_at\": \"2018-11-10 04:35:13\",\n    \"updated_at\": \"2018-11-10 04:35:13\"\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Forder-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmage2pro%2Forder-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Forder-notifier/lists"}