<?xml version="1.0"?>
<documentation>
  <resource name="product" comments="Handles all actions concerning the reading and manipulation of products.">
    <action name="create" comments="Creates a new product definition based on the given merchandise id. This product definition may be saved as a new product after adding desired designs.">
      <parameter name="merchandiseId" comments="The numeric id of a particular merchandise." />
    </action>
  </resource>
</documentation>