Get Product (/product)

The 'Get Product' call allows you to retrieve detailed information for a specific product. You can specify a language and a return format.

ATLAS2 API Online User Guide

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

Quick Start

Get the full details of the product with id 56b25d272880253d74c4464d in JSON and Traditional Chinese

https://[host]/api/atlas/product?key=[key]&productId=56b25d272880253d74c4464d&out=json&mv=CHINESE-T

Product Id (&productid)

This parameter represents the id of the product you wish to retrieve details for.

OPTIONS :
A valid product id. These id's can be retrieved from the search results.
DEFAULT :
-
EXAMPLE :
https://[host]/api/atlas/product?key=[key]&productId=56b25d272880253d74c4464d
Get the details of the product with id 56b25d272880253d74c4464d

Output (&out)

Results can be request in JSON or XML format.

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

Market Variant (&mv)

To obtain results in a different market variant you can use the 'mv' parameter.

OPTIONS :
CHINESE-T or CHINESE-S
DEFAULT :
ENGLISH
EXAMPLE :
https://[host]/api/atlas/product?key=[key]&mv=CHINESE-T&productId=56b25d272880253d74c4464d
Get the details of the product with id 56b25d272880253d74c4464d in Traditional Chinese