Skip to content

Instantly share code, notes, and snippets.

@xcommerce-gists
Last active December 31, 2015 18:08
Show Gist options
  • Save xcommerce-gists/8024444 to your computer and use it in GitHub Desktop.
Save xcommerce-gists/8024444 to your computer and use it in GitHub Desktop.
Sample service call for Magento 2 milestone 1
<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