SlideShare a Scribd company logo
© 2018 Magento, An Adobe Company Page | 1
Async/Bulk API, GraphQL, PWA,
Asynchronous Import
Experience in
Magento Community
Projects
© 2018 Magento, An Adobe Company Page | 2
Oleksandr Lyzun
Magento Technical Team Lead @comwrap
Magento Community Maintainer
Magento Master 2019
Asynchronous Import Community Project Maintainer
© 2018 Magento, An Adobe Company Page | 3
Magento Bulk/Async API
Asynchronous / Bulk API, Import
improvements
© 2018 Magento, An Adobe Company Page | 4© 2018 Magento, An Adobe Company Page | 4
@nuzil
Asynchronous Import / Bulk API
• Proposed by partners
• 5 7 contribution agencies
• ~ 10 15 contributors
• Started as Magento Commerce Project
and converted to Magento Open
Source
• First delivered in 2.3 and 2.2.7
• Project is still running …
Project start: Jan. 2018 we joined the project: Jan. 2018
© 2018 Magento, An Adobe Company Page | 5
@nuzil
• Extending of standard Magento REST API
• All POST, PUT requests to Magento REST can be executed
asynchronously
• All POST, PUT requests to Magento REST can be executed as
BULK
• DELETE support will come with 2.3.2 version
• All 3rd party APIs will automatically have Async/Bulk support
• Possibility to create synonyms for any REST endpoint
• Async/Bulk status endpoints
Async / Bulk API - shortly
© 2018 Magento, An Adobe Company Page | 6
@nuzil
Asynchronous API
How it works – Async / Bulk API
Bulk API
© 2018 Magento, An Adobe Company Page | 7
@nuzil
Routers Synonyms
For every Magento REST API, it is possible to create synonym route:
• All requests made on endpoint `POST /createWidget` will be forwarded to `POST V1/widgets`
• All requests made on endpoint `PUT /asyncBulkUpdateWidgets` will be forwarded to `PUT
async/bulk/V1/widget`
• All requests made on endpoint `POST /asyncProducts` will be forwarded to `POST
async/V1/product`
© 2018 Magento, An Adobe Company Page | 8
@nuzil
• Phase 1 & 2 - completed
– Asynchronous API
– Bulk API
– Async Swagger
– Bugfixes
– Creating Synonyms for routes
• Phase 3 – in progress
– Remove database usage for Async/Bulk requests
– Support of DB queues
– Implement cache for EAV objects structure
– Performance testing
Project Phases
© 2018 Magento, An Adobe Company Page | 9
@nuzil
• Our team received unique experience of working
together with Magento Team and Magento Community
• Tremendous growth of our network
• Improvement of backend developers skills
• New features that we can use (and are using) for our
clients
• Developed Async/Bulk API becomes a part of Magento
Core and can be used by anybody
Where is the profit?
© 2018 Magento, An Adobe Company Page | 10
PWA
© 2018 Magento, An Adobe Company Page | 11© 2018 Magento, An Adobe Company Page | 11
@nuzil
PWA
• Project is also in development by
Magento Core team
• Project moved from Internal
development to Community
• Separate extension for Magento
• First version will be available
together with release of Magento 2.3
• 20+ 40+ contributors
• Tightly connected to GraphQL
community project
Project open to community: Jul. 2018 we joined the project: Jul. 2018
© 2018 Magento, An Adobe Company Page | 12
@nuzil
Venia Theme
© 2018 Magento, An Adobe Company Page | 13
@nuzil
Magento Templating
© 2018 Magento, An Adobe Company Page | 14
v
Why did we choose Magento PWA?
• Official PWA implementation from Magento core team
• Developed by Magento and Community for Magento
• Future support and updates are safe
• Magento API coverage will be extended for PWA needs
(GraphQL)
• Our frontend team can also take part in the frontend
Magento project
© 2018 Magento, An Adobe Company Page | 15
GraphQL
© 2018 Magento, An Adobe Company Page | 16© 2018 Magento, An Adobe Company Page | 16
@nuzil
GraphQL
• Query language for Magento
API
• Ask what you need and get
what you want
• More than 30 50 contributors
• Perfect tool for PWA
integration
Project open to community: May 2018 we joined the project: Jun. 2018
© 2018 Magento, An Adobe Company Page | 17
@nuzil
GraphQL - queries
© 2018 Magento, An Adobe Company Page | 18
@nuzil
GraphQL – declare new query
© 2018 Magento, An Adobe Company Page | 19
@nuzil
GraphQL - mutations
© 2018 Magento, An Adobe Company Page | 20
@nuzil
GraphQL – declare new mutation
© 2018 Magento, An Adobe Company Page | 21
@nuzil
Queries
• Products
– Query products, Filtering, Search, Sorting, Pagination
• Categories
• Logged-in customer
• Get Store config data
• CMS Pages and Blocks
Mutations
• Create cart
• Add Products to Cart
• Apply/remove coupon to/from Cart
• Edit Customer information, including Newsletter subscription and password change
• Generate/Revoke customer token
GraphQL – What is ready?
© 2018 Magento, An Adobe Company Page | 22
@nuzil
Current Focus - Checkout
© 2018 Magento, An Adobe Company Page | 23© 2018 Magento, An Adobe Company Page | 23
@nuzil
MSI – Multi Store Inventory
• More than 80 100
contributors
• More than 900 Pull requests
• Available in Magento Open
Source 2.3
• Biggest Magento Community
Project
Project start: Jun. 2017 we joined the project: Dec, 2018
© 2018 Magento, An Adobe Company Page | 24
@nuzil
Its just super-super huge and complex
MSI
© 2018 Magento, An Adobe Company Page | 25
@nuzil
• MSI is a first project that uses Async API
implementation
• All source related operations can be run
asynchronously
MSI & Async / Bulk API
© 2018 Magento, An Adobe Company Page | 26
@nuzil
async.V1.inventory.bulk-product-source-
unassign.POST
==
async.magento.inventorycatalogapi.api.bulksourceu
nassigninterface.execute.post
MSI & Async / Bulk API
© 2018 Magento, An Adobe Company Page | 27
@nuzil
MSI & Async / Bulk API
© 2018 Magento, An Adobe Company Page | 28© 2018 Magento, An Adobe Company Page | 28
@nuzil
Asynchronous Import
• About 10 contributors
• First Magento microservice
• Open for any ideas
• Community and Magento
playground
Project start: Oct. 2018
© 2018 Magento, An Adobe Company Page | 29
@nuzil
Server BServer A
Asynchronous Import
Magento
Async Import
Customer Service / ERP /
Postman / Add your own
…
Send Import File Receive Result,
Statuses, etc.
Async / Bulk API calls
Bulk Statuses
Async Import UI
© 2018 Magento, An Adobe Company Page | 30
@nuzil
© 2018 Magento, An Adobe Company Page | 31
@nuzil
© 2018 Magento, An Adobe Company Page | 32
@nuzil
© 2018 Magento, An Adobe Company Page | 33© 2018 Magento, An Adobe Company Page | 33
Magento Community Backlog
© 2018 Magento, An Adobe Company Page | 34
@nuzil
Magento Community Backlog
© 2018 Magento, An Adobe Company Page | 35
@nuzil
Magento Community Backlog
https://tinyurl.com/ybj8t69p
© 2018 Magento, An Adobe Company Page | 36© 2018 Magento, An Adobe Company Page | 36
Magento Community Portal
© 2018 Magento, An Adobe Company Page | 37
@nuzil
https://opensource.magento.com/
© 2018 Magento, An Adobe Company Page | 38
@nuzil
Magento Community Portal
© 2018 Magento, An Adobe Company Page | 39
Q&ATwitter: @nuzil
© 2018 Magento, An Adobe Company Page | 40
Thank You
© 2018 Magento, An Adobe Company Page | 40

More Related Content

PPTX
Multi Source Inventory (MSI) in Magento 2
PDF
Jacopo Nardiello - From CI to Prod: Running Magento at scale with Kubernetes
PDF
Volodymyr Kublytskyi - Develop Product, Design Platform
PPTX
Something Architecture
PPTX
Chernivtsi Magento Meetup&Contribution day. Miniailo.I.
PDF
James Zetlen - PWA Studio Integration…With You
PPTX
A long way from Monolith to Service Isolated Architecture #MM19NL
PPTX
Magento Multi-Source Inventory (MSI)
Multi Source Inventory (MSI) in Magento 2
Jacopo Nardiello - From CI to Prod: Running Magento at scale with Kubernetes
Volodymyr Kublytskyi - Develop Product, Design Platform
Something Architecture
Chernivtsi Magento Meetup&Contribution day. Miniailo.I.
James Zetlen - PWA Studio Integration…With You
A long way from Monolith to Service Isolated Architecture #MM19NL
Magento Multi-Source Inventory (MSI)

What's hot (20)

PPTX
Magento Storefront architecture
PDF
Automate your NGINX Environment with the Ansible Collection for NGINX Controller
PPTX
SAP Teched for Integration takeaway 2017
PPTX
The citizen integrator
PPTX
Armada Preso
PPTX
Efficient Code Management
PPTX
How automate your SAP PI/PO/CPI and API management processes
PPTX
Creating reusable pieces in Logic Apps
PDF
Contribution day guide. MLEU 2019
PDF
API first Design and Microservices
PPTX
Lessons learned during SAP CPI and API mgt projects
PPTX
The HANA Cloud Platform
PPTX
Azure Integration in Production with Logic Apps and more
PPTX
Building loosely coupled integrations with Logic Apps
PDF
API-first design - Basis for an consistent API-Management approach
PDF
Hybrid Integration using BizTalk and Azure
PPTX
.NET Fest 2019. Alexandre Malavasi. The future of Web: what Microsoft Blazor ...
PPTX
Keynote speech
PPTX
Building a real-time news feed and toast notifications on SharePoint with SPF...
PPTX
Making Your Apps Cloudy - Migrating to Microservices
Magento Storefront architecture
Automate your NGINX Environment with the Ansible Collection for NGINX Controller
SAP Teched for Integration takeaway 2017
The citizen integrator
Armada Preso
Efficient Code Management
How automate your SAP PI/PO/CPI and API management processes
Creating reusable pieces in Logic Apps
Contribution day guide. MLEU 2019
API first Design and Microservices
Lessons learned during SAP CPI and API mgt projects
The HANA Cloud Platform
Azure Integration in Production with Logic Apps and more
Building loosely coupled integrations with Logic Apps
API-first design - Basis for an consistent API-Management approach
Hybrid Integration using BizTalk and Azure
.NET Fest 2019. Alexandre Malavasi. The future of Web: what Microsoft Blazor ...
Keynote speech
Building a real-time news feed and toast notifications on SharePoint with SPF...
Making Your Apps Cloudy - Migrating to Microservices
Ad

Similar to Experience in Magento Community Projects (20)

PPTX
Modernise your IT landscape with APIs and Microservices
PDF
Eugene Shaksuvarov - Tuning Magento 2 for Maximum Performance
PPTX
API Management - Practical Enterprise Implementation Experience
PPTX
Igor Miniailo - Magento 2 API Design Best Practices
PPTX
Backward Compatibility Developer's Guide in Magento 2. #MM17CZ
PDF
vue-storefront - PWA eCommerce for Magento2 MM17NYC presentation
PDF
BTP+Onboarding+Webinar+-+SAP+Build+Apps+January+2024.pdf
PPTX
Backwards Compatibility Developers Guide. #MM17NL
PPTX
Vue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speech
PDF
Sam segal resume
PPTX
The long way from Monolith to Microservices
PDF
API-first, going beyond SOA, ESB & Integration
PPTX
Mage Titans USA 2016 Magento/Facebook/RabbitMQ
PPTX
Mage Titans USA 2016 - Eugene Tulika - Integrations with Magento, end to end...
PPTX
The Truth About the Service Mesh Data Plane
PPTX
API design best practices
PDF
AppSphere 15 - How Your Monitoring Strategy Needs to Evolve for Single Page Apps
PDF
EVERYTHING AS CODE: API-GATEWAY, DEVELOPER PORTAL UND GRAPHQL
PPTX
Backward Compatibility Developer's Guide Webinar
Modernise your IT landscape with APIs and Microservices
Eugene Shaksuvarov - Tuning Magento 2 for Maximum Performance
API Management - Practical Enterprise Implementation Experience
Igor Miniailo - Magento 2 API Design Best Practices
Backward Compatibility Developer's Guide in Magento 2. #MM17CZ
vue-storefront - PWA eCommerce for Magento2 MM17NYC presentation
BTP+Onboarding+Webinar+-+SAP+Build+Apps+January+2024.pdf
Backwards Compatibility Developers Guide. #MM17NL
Vue Storefront - Progressive Web App for Magento (1.9, 2.x) - MM18DE speech
Sam segal resume
The long way from Monolith to Microservices
API-first, going beyond SOA, ESB & Integration
Mage Titans USA 2016 Magento/Facebook/RabbitMQ
Mage Titans USA 2016 - Eugene Tulika - Integrations with Magento, end to end...
The Truth About the Service Mesh Data Plane
API design best practices
AppSphere 15 - How Your Monitoring Strategy Needs to Evolve for Single Page Apps
EVERYTHING AS CODE: API-GATEWAY, DEVELOPER PORTAL UND GRAPHQL
Backward Compatibility Developer's Guide Webinar
Ad

More from Magecom UK Limited (20)

PPTX
Magento Meetup #12. Alex Shkurko.pptx
PPTX
Magento Meetup #12 Anastasiia Bondar
PPTX
Magento Meetup #12 Vlad Opukhlyi
PPTX
Google Page Insights and Magento 2 — Sergey Nezbritskiy | Magento Meetup Onli...
PPTX
Magento NodeJS Microservices — Yegor Shytikov | Magento Meetup Online #11
PPTX
Magento enhanced media gallery - Alexander Shkurko
PPTX
7 ошибок одного Black Friday - Влад Опухлый
PPTX
Magento & Cloud - Korostelov Avexey
PDF
Making the Magento 2 Javascript Loading Great Again - Robin van Raan
PDF
Deep Dive in Magento DI
PDF
From Repositories to Commands - Alexander Shkurko
PPTX
Advanced GIT or How to Change the History
PPTX
MSI In-Store Pickup Функционал & сложности
PPTX
Adobe Stock Integration community project
PDF
Proof of Concept for Magento 2 Projects: Occamo’s Razor
PPTX
Что нужно знать девелоперу о SEO на этапе проектирования сайта
PPTX
Magento-сертификация: инструкция по применению и как это было
PPTX
UI components: synergy of backend and frontend
PPTX
MSI - Reservation Challenges with 3rd-party Systems
PPTX
Business wants what?!
Magento Meetup #12. Alex Shkurko.pptx
Magento Meetup #12 Anastasiia Bondar
Magento Meetup #12 Vlad Opukhlyi
Google Page Insights and Magento 2 — Sergey Nezbritskiy | Magento Meetup Onli...
Magento NodeJS Microservices — Yegor Shytikov | Magento Meetup Online #11
Magento enhanced media gallery - Alexander Shkurko
7 ошибок одного Black Friday - Влад Опухлый
Magento & Cloud - Korostelov Avexey
Making the Magento 2 Javascript Loading Great Again - Robin van Raan
Deep Dive in Magento DI
From Repositories to Commands - Alexander Shkurko
Advanced GIT or How to Change the History
MSI In-Store Pickup Функционал & сложности
Adobe Stock Integration community project
Proof of Concept for Magento 2 Projects: Occamo’s Razor
Что нужно знать девелоперу о SEO на этапе проектирования сайта
Magento-сертификация: инструкция по применению и как это было
UI components: synergy of backend and frontend
MSI - Reservation Challenges with 3rd-party Systems
Business wants what?!

Recently uploaded (20)

PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
Spectroscopy.pptx food analysis technology
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
Cloud computing and distributed systems.
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
KodekX | Application Modernization Development
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
MYSQL Presentation for SQL database connectivity
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
Programs and apps: productivity, graphics, security and other tools
Spectroscopy.pptx food analysis technology
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Unlocking AI with Model Context Protocol (MCP)
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
20250228 LYD VKU AI Blended-Learning.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Cloud computing and distributed systems.
NewMind AI Weekly Chronicles - August'25 Week I
KodekX | Application Modernization Development
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Digital-Transformation-Roadmap-for-Companies.pptx
MYSQL Presentation for SQL database connectivity
The AUB Centre for AI in Media Proposal.docx
Reach Out and Touch Someone: Haptics and Empathic Computing
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Building Integrated photovoltaic BIPV_UPV.pdf
MIND Revenue Release Quarter 2 2025 Press Release

Experience in Magento Community Projects

  • 1. © 2018 Magento, An Adobe Company Page | 1 Async/Bulk API, GraphQL, PWA, Asynchronous Import Experience in Magento Community Projects
  • 2. © 2018 Magento, An Adobe Company Page | 2 Oleksandr Lyzun Magento Technical Team Lead @comwrap Magento Community Maintainer Magento Master 2019 Asynchronous Import Community Project Maintainer
  • 3. © 2018 Magento, An Adobe Company Page | 3 Magento Bulk/Async API Asynchronous / Bulk API, Import improvements
  • 4. © 2018 Magento, An Adobe Company Page | 4© 2018 Magento, An Adobe Company Page | 4 @nuzil Asynchronous Import / Bulk API • Proposed by partners • 5 7 contribution agencies • ~ 10 15 contributors • Started as Magento Commerce Project and converted to Magento Open Source • First delivered in 2.3 and 2.2.7 • Project is still running … Project start: Jan. 2018 we joined the project: Jan. 2018
  • 5. © 2018 Magento, An Adobe Company Page | 5 @nuzil • Extending of standard Magento REST API • All POST, PUT requests to Magento REST can be executed asynchronously • All POST, PUT requests to Magento REST can be executed as BULK • DELETE support will come with 2.3.2 version • All 3rd party APIs will automatically have Async/Bulk support • Possibility to create synonyms for any REST endpoint • Async/Bulk status endpoints Async / Bulk API - shortly
  • 6. © 2018 Magento, An Adobe Company Page | 6 @nuzil Asynchronous API How it works – Async / Bulk API Bulk API
  • 7. © 2018 Magento, An Adobe Company Page | 7 @nuzil Routers Synonyms For every Magento REST API, it is possible to create synonym route: • All requests made on endpoint `POST /createWidget` will be forwarded to `POST V1/widgets` • All requests made on endpoint `PUT /asyncBulkUpdateWidgets` will be forwarded to `PUT async/bulk/V1/widget` • All requests made on endpoint `POST /asyncProducts` will be forwarded to `POST async/V1/product`
  • 8. © 2018 Magento, An Adobe Company Page | 8 @nuzil • Phase 1 & 2 - completed – Asynchronous API – Bulk API – Async Swagger – Bugfixes – Creating Synonyms for routes • Phase 3 – in progress – Remove database usage for Async/Bulk requests – Support of DB queues – Implement cache for EAV objects structure – Performance testing Project Phases
  • 9. © 2018 Magento, An Adobe Company Page | 9 @nuzil • Our team received unique experience of working together with Magento Team and Magento Community • Tremendous growth of our network • Improvement of backend developers skills • New features that we can use (and are using) for our clients • Developed Async/Bulk API becomes a part of Magento Core and can be used by anybody Where is the profit?
  • 10. © 2018 Magento, An Adobe Company Page | 10 PWA
  • 11. © 2018 Magento, An Adobe Company Page | 11© 2018 Magento, An Adobe Company Page | 11 @nuzil PWA • Project is also in development by Magento Core team • Project moved from Internal development to Community • Separate extension for Magento • First version will be available together with release of Magento 2.3 • 20+ 40+ contributors • Tightly connected to GraphQL community project Project open to community: Jul. 2018 we joined the project: Jul. 2018
  • 12. © 2018 Magento, An Adobe Company Page | 12 @nuzil Venia Theme
  • 13. © 2018 Magento, An Adobe Company Page | 13 @nuzil Magento Templating
  • 14. © 2018 Magento, An Adobe Company Page | 14 v Why did we choose Magento PWA? • Official PWA implementation from Magento core team • Developed by Magento and Community for Magento • Future support and updates are safe • Magento API coverage will be extended for PWA needs (GraphQL) • Our frontend team can also take part in the frontend Magento project
  • 15. © 2018 Magento, An Adobe Company Page | 15 GraphQL
  • 16. © 2018 Magento, An Adobe Company Page | 16© 2018 Magento, An Adobe Company Page | 16 @nuzil GraphQL • Query language for Magento API • Ask what you need and get what you want • More than 30 50 contributors • Perfect tool for PWA integration Project open to community: May 2018 we joined the project: Jun. 2018
  • 17. © 2018 Magento, An Adobe Company Page | 17 @nuzil GraphQL - queries
  • 18. © 2018 Magento, An Adobe Company Page | 18 @nuzil GraphQL – declare new query
  • 19. © 2018 Magento, An Adobe Company Page | 19 @nuzil GraphQL - mutations
  • 20. © 2018 Magento, An Adobe Company Page | 20 @nuzil GraphQL – declare new mutation
  • 21. © 2018 Magento, An Adobe Company Page | 21 @nuzil Queries • Products – Query products, Filtering, Search, Sorting, Pagination • Categories • Logged-in customer • Get Store config data • CMS Pages and Blocks Mutations • Create cart • Add Products to Cart • Apply/remove coupon to/from Cart • Edit Customer information, including Newsletter subscription and password change • Generate/Revoke customer token GraphQL – What is ready?
  • 22. © 2018 Magento, An Adobe Company Page | 22 @nuzil Current Focus - Checkout
  • 23. © 2018 Magento, An Adobe Company Page | 23© 2018 Magento, An Adobe Company Page | 23 @nuzil MSI – Multi Store Inventory • More than 80 100 contributors • More than 900 Pull requests • Available in Magento Open Source 2.3 • Biggest Magento Community Project Project start: Jun. 2017 we joined the project: Dec, 2018
  • 24. © 2018 Magento, An Adobe Company Page | 24 @nuzil Its just super-super huge and complex MSI
  • 25. © 2018 Magento, An Adobe Company Page | 25 @nuzil • MSI is a first project that uses Async API implementation • All source related operations can be run asynchronously MSI & Async / Bulk API
  • 26. © 2018 Magento, An Adobe Company Page | 26 @nuzil async.V1.inventory.bulk-product-source- unassign.POST == async.magento.inventorycatalogapi.api.bulksourceu nassigninterface.execute.post MSI & Async / Bulk API
  • 27. © 2018 Magento, An Adobe Company Page | 27 @nuzil MSI & Async / Bulk API
  • 28. © 2018 Magento, An Adobe Company Page | 28© 2018 Magento, An Adobe Company Page | 28 @nuzil Asynchronous Import • About 10 contributors • First Magento microservice • Open for any ideas • Community and Magento playground Project start: Oct. 2018
  • 29. © 2018 Magento, An Adobe Company Page | 29 @nuzil Server BServer A Asynchronous Import Magento Async Import Customer Service / ERP / Postman / Add your own … Send Import File Receive Result, Statuses, etc. Async / Bulk API calls Bulk Statuses Async Import UI
  • 30. © 2018 Magento, An Adobe Company Page | 30 @nuzil
  • 31. © 2018 Magento, An Adobe Company Page | 31 @nuzil
  • 32. © 2018 Magento, An Adobe Company Page | 32 @nuzil
  • 33. © 2018 Magento, An Adobe Company Page | 33© 2018 Magento, An Adobe Company Page | 33 Magento Community Backlog
  • 34. © 2018 Magento, An Adobe Company Page | 34 @nuzil Magento Community Backlog
  • 35. © 2018 Magento, An Adobe Company Page | 35 @nuzil Magento Community Backlog https://tinyurl.com/ybj8t69p
  • 36. © 2018 Magento, An Adobe Company Page | 36© 2018 Magento, An Adobe Company Page | 36 Magento Community Portal
  • 37. © 2018 Magento, An Adobe Company Page | 37 @nuzil https://opensource.magento.com/
  • 38. © 2018 Magento, An Adobe Company Page | 38 @nuzil Magento Community Portal
  • 39. © 2018 Magento, An Adobe Company Page | 39 Q&ATwitter: @nuzil
  • 40. © 2018 Magento, An Adobe Company Page | 40 Thank You © 2018 Magento, An Adobe Company Page | 40