Skip to content

Instantly share code, notes, and snippets.

@xcommerce-gists
Created August 27, 2013 23:47
Show Gist options
  • Save xcommerce-gists/6360517 to your computer and use it in GitHub Desktop.
Save xcommerce-gists/6360517 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<config>
<service class="Mage_Catalog_Service_ProductV1" baseUrl="/V1/products">
<rest-route httpMethod="GET" method="getOne">/:sku</rest-route>
<rest-route httpMethod="POST" method="updateProduct" isSecure="true">/:sku</rest-route>
</service>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment