Zusammenfassung der Ressource
Frage 1
Frage
What is related with Connector for Magento 2? (select 3 )
Frage 2
Frage
Customers can make purchases in three ways: (select 3)
Frage 3
Frage
The OMS Integration Guides contain the following content areas .(Select 3)
Frage 4
Frage
How to configure the Magento Order Management System (OMS) for Magento Commerce using the Connector To sync only 10 orders:
Antworten
-
$ bin/magento oms:orders:sync 10
-
$ bin/magento oms:orders:sync
-
$ bin/magento oms:orders:10 sync
-
$ bin/magento oms:sync:orders 10
Frage 5
Frage
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?
Antworten
-
Synchronous
-
Asynchronous
-
Broadcast
-
Many-to-Many
Frage 6
Frage
Customize Checkout Add custom shipping carrier system.xml source code declares custom shipping module options are not related? (select 2)
Antworten
-
Enabled, Title & Method Name
-
Shipping Cost
-
Ship to Applicable Countries & Specific Countries
-
Show Method if Not Applicable &Sort Order
-
Shipping Rule
-
Catalog Rule
Frage 7
Frage
How can define several zip code patterns for the same country, by passing a list of codes : <codes> ... </codes> in Customize Checkout ?
Antworten
-
<code id="pattern_" active="true" example="AB1234">^[a-zA-z]{2}[0-9]{4}$</code>
-
<code id="pattern_" active="true" example="12345">^[0-9]{5}$</code>
-
<code id="pattern_" active="true" example="A123">^[a-zA-Z]{1}[0-9]{3}$</code>
-
<code class="pattern_" active="true" example="123">^[a-zA-Z]{1}[0-9]{3}</code>
Frage 8
Frage
A new message ... is sent to OMS and the shipping method is created as a SKU in your Order Management System (OMS) catalog?