GET /products/product/{id}
Updated on
This resource does not require a signed request, only a connect ID. See Authentication documentation for REST and SOAP. Passing connectid as query parameter in REST is supported.
Notes
Please see GET Products for an overview of the products resource.
Resource URL
XML: http://api.zanox.com/xml/2011-03-01/products/product/{id}
JSON: http://api.zanox.com/json/2011-03-01/products/product/{id}
Parameters
product | The ID of the requested product. Value Type: Integer product ID. |
adspace | Only return tracking links for this ad space. Value Type: Integer adspace ID. |
Example Request
- To get a product with ID "b6f6a1d2c26713a0730f7c0bce22fc3d": http://api.zanox.com/xml/2011-03-01/products/product/b6f6a1d2c26713a0730f7c0bce22fc3d?connectid=43EEF0445509C7205827
Example Response
<GetProductResponse xmlns="http://api.zanox.com/namespace/2011-03-01/"> <productItem id="b6f6a1d2c26713a0730f7c0bce22fc3d"> <name> Nike - Orange Baseballkappe mit Nike-Logo aus Metall, 340225-852 - Orange </name> <modified>2017-05-07T01:06:35Z</modified> <program id="7408">Asos.com DE</program> <price>14.99</price> <currency>EUR</currency> <trackingLinks> <trackingLink adspaceId="1009338"> <ppv> http://ad.zanox.com/ppv/?22436292C14041752&ULP=[[Nike/Nike-Metal-Swoosh-Cap-In-Orange-340225-852/Prod/pgeproduct.aspx&iid=7145336&istCompanyId=030f1ff6-3a15-4425-bccd-ba2bdee3fa38&istItemId=xpawmtlmtw&istBid=t&channelref=affiliate]]&zpar9=[[43EEF0445509C7205827]] </ppv> <ppc> http://ad.zanox.com/ppc/?22436292C14041752&ULP=[[Nike/Nike-Metal-Swoosh-Cap-In-Orange-340225-852/Prod/pgeproduct.aspx&iid=7145336&istCompanyId=030f1ff6-3a15-4425-bccd-ba2bdee3fa38&istItemId=xpawmtlmtw&istBid=t&channelref=affiliate]]&zpar9=[[43EEF0445509C7205827]] </ppc> </trackingLink> </trackingLinks> <description> Nike - Orange Baseballkappe mit Nike-Logo aus Metall, 340225-852 - Orange - Farbe:Orange </description> <descriptionLong> Kappe von Nike, Webstoff, Krone im Bahnendesign, Ösen, abgerundeter Schirm, verstellbarer Riemen, Maschinenwäsche, 100% Polyester, Lieferantencode: 340225 - 852. 1971 führte Blue Ribbons Sports das „Greek Goddess of Victory"-Konzept ein - Nike. Ein Jahr später, 1972, gegründet, wurde Nike zu einer Marke mit langer Geschichte und angesehenem Namen für funktionelle und dennoch stilvolle Sportkleidung, deren Kollektion von Retro-Designs bis hin zu hochmodernen Modellen reicht. </descriptionLong> <manufacturer>Nike</manufacturer> <ean>2201456597238</ean> <deliveryTime>2 to 4 days</deliveryTime> <image> <large> http://images.asos-media.com/inv/media/6/3/3/5/7145336/orange/image1xxl.jpg </large> </image> <priceOld>0.0</priceOld> <shippingCosts>3.0</shippingCosts> <shipping>3.0</shipping> <merchantCategory> MALE / NACH PRODUKT SUCHEN / Accessoires / Mützen & Hüte </merchantCategory> <merchantProductId>5278306</merchantProductId> </productItem> </GetProductResponse>
Resource Information
Rate Limited? | No |
Authentication | Requires connect ID. See REST Authentication SOAP Authentication |
Response Formats | json, xml |
HTTP Methods | GET |
Resource family | Products |
Response Object | productItem |
API Version | 2011-03-01 |