Last active
December 31, 2015 18:08
-
-
Save xcommerce-gists/8024444 to your computer and use it in GitHub Desktop.
Sample service call for Magento 2 milestone 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<service_calls> | |
<service_call name="selectedProductDetails" service="Mage_Catalog_Service_Product" method="item"> | |
<arg name="productId">{{request.params.id}}</arg> | |
</service_call> | |
</service_calls> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment