/product
- Mount Point: /resource/rest/product
The following operations are supported on this resource:
Finds a product based on the specified product UUID, external ID and returns it as a XML document representing the product. One of thesearch methods listed above must be specified in order for this method to attempt to find a product.
Parameters
name |
description |
type |
default |
uuid |
An optional parameter to specify the UUID of the product to find. |
query |
|
externalId |
An optional parameter of the external ID of the product to find. |
query |
|
Output Payload
element |
produceable content type(s) |
(custom) |
|
description |
An XML document containing the found Product Entity conforming to this module's schema. |
Exceptions
name |
description |
RESTWebserviceException |
If the not way to find the product is specified is empty, if the service to retrieve the product is notinitialized, or if the product cannot be found using the search criteria provided. The XML error message conforms to the REST web services error schema |