What is related with Connector for Magento 2? (select 3 )
Responda
module
Api
theme
erp
Questão 2
Questão
Customers can make purchases in three ways: (select 3)
Responda
logged-in user
guest user who does not create an account
guest user who logs in or creates an account when the order is placed
From Admin Panel
Questão 3
Questão
The OMS Integration Guides contain the following content areas .(Select 3)
Responda
introduction to a Magento OMS integration
MCOM Connector
Magento Integration API
Order Status
Questão 4
Questão
How to configure the Magento Order Management System (OMS) for Magento Commerce using the Connector To sync only 10 orders:
Responda
$ bin/magento oms:orders:sync 10
$ bin/magento oms:orders:sync
$ bin/magento oms:orders:10 sync
$ bin/magento oms:sync:orders 10
Questão 5
Questão
Magento Integration Bus (MIB) was designed to provide different mechanisms for services to communicate among themselves. There are three communication types, Which communication types not exist?
Responda
Synchronous
Asynchronous
Broadcast
Many-to-Many
Questão 6
Questão
Customize Checkout Add custom shipping carrier system.xml source code declares custom shipping module options are not related? (select 2)
Responda
Enabled, Title & Method Name
Shipping Cost
Ship to Applicable Countries & Specific Countries
Show Method if Not Applicable &Sort Order
Shipping Rule
Catalog Rule
Questão 7
Questão
How can define several zip code patterns for the same country, by passing a list of codes : <codes> ... </codes> in Customize Checkout ?