Get Product (/product)

Guide for migrating the getProduct call from ATWS to ATLAS

Please enter your host and distributor key here to update the links on the page.

Migration to ATLAS

Please note that the getProduct protocol has not changed from ATWS to ATLAS. Objects created to consume the getProduct object will still be able to consume the ATLAS output.

A standard type of getProduct call to ATLAS will look like this

ATWS getProduct:
The parameters are embedded within the soap message.
<row><param>PRODUCT_ID</param><value>9005072</value></row>
ATLAS getProduct:
Common ATWS parameters and ATLAS equivalent:
ATWS ATLAS
<row><param>PRODUCT_ID</param><value>9005072</value></row> &productid=56b25db92880253d74c45257

Output (&out)

Results can be requested in JSON or XML format.

OPTIONS :
xml or json
DEFAULT :
xml
EXAMPLE :
https://[host]/api/atlas/product?key=[key]&productId=56b25db92880253d74c45257&out=json
Get the details of the product with id 56b25db92880253d74c45257 formatted in JSON