Returns detailed information about one product. The product includes the variant field. In case the product comes in variants, the field contains all the available variants. If the product does not have any variants, it contains only one variant with product information.
This endpoint has several sections, which are sent only when requested in the include parameter (see Section on demand).
| Include parameter | Meaning |
|---|---|
| images | The response will also contain the list of all product images. For more information about the chapter Product images. |
| variantParameters | The response will also contain a field of variant parameters and a variant description, as they are visible to customers. |
| allCategories | The response will also contain information on all the categories that the product was assigned into |
| flags | Details on product designation |
| descriptiveParameters | The response will also contain descriptive parameters of the product |
| measureUnit | The response will also contain measure unit info of every variant. |
| surchargeParameters | The response will also contain surcharge parameters of the product. |
| setItems | The response will also contain items, products, in set. |
| filteringParameters | The response will also contain filtering parameters of the product. |
| recyclingFee | The response will also contain recycling fee. |
| consumptionTax | The response will also contain consumption tax. Requires the "Consumption tax" module to be enabled on the current e-shop. |
| warranty | The response will also contain product warranty. |
| sortVariants | Product variants will be sorted as in administration. |
| gifts | Product gifts, will be sorted as in administration |
| alternativeProducts | The response will also contain alternative products. |
| relatedProducts | The response will also contain related products. |
| relatedVideos | The response will also contain related videos. |
| relatedFiles | The response will also contain related files. |
| perStockAmounts | The response will also contain amounts/claims per individual stocks. Requires the "stock" module to be enabled on the current e-shop. |
| perPricelistPrices | The response will also contain prices per individual price lists. |
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/products/{guid}
- https://api.myshoptet.comhttps://api.myshoptet.com/api/products/{guid}
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
'https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/products/93bc0dbe-7481-11e8-8216-002590dad85e?include=images%2CvariantParameters%2CallCategories%2Cflags%2CdescriptiveParameters%2CmeasureUnit%2CsurchargeParameters%2CsetItems%2CfilteringParameters%2CrecyclingFee%2CconsumptionTax%2Cwarranty%2CsortVariants%2Cgifts%2CalternativeProducts%2CrelatedProducts%2CrelatedVideos%2CrelatedFiles%2CperStockAmounts%2CperPricelistPrices' \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "guid": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed", "type": "product", "name": "Pelle 1978", "indexName": "baleriny-modre-s-puntiky", "brand": { … }, "supplier": { … }, "visibility": "normal", "creationTime": "2018-05-29T09:02:27+0200", "changeTime": "2018-05-29T09:02:27+0200", "shortDescription": "A high quality jacket, although its fairly bold design is not to everyone's taste, it has its fans, so you can find it in our offer too. For kids, why not.", "description": "<p>As it is often the case with jackets for kids, the emphasis is primarily on durability and quality workmanship. It is clear that it will be put through its paces, which the manufacturer has borne in mind. As previously stated, the manufacturer could also afford a less conservative design for a kids product, combining bold colors with a company logo on the front and back.</p>\n\n<ul>\n\t<li>Body - 60% Nylon, 40% wool</li>\n<li>Inside - 100% Polyester</li>\n</ul>", "metaDescription": "Pelle 1978. A high quality jacket, although its fairly bold design is not to everyone's taste .... ", "url": "https://www.domena-eshopu.cz/hodinky/citizen-chronograph-eco-drive/", "conditionGrade": "used", "conditionDescription": "Without original package", "internalNote": "This product is not in stock, but it is possible to order it.", "preauthorizationRequired": true, "hsCode": "95030099", "defaultCategory": { … }, "categories": [ … ], "descriptiveParameters": [ … ], "additionalName": "+ free gift", "xmlFeedName": "Velká čokoláda Twist", "metaTitle": "Nice product title", "adult": true, "atypicalBilling": true, "atypicalShipping": true, "allowIPlatba": true, "allowOnlinePayments": true, "sizeIdName": "adidas - man - shoes (ID 142)", "voteAverageScore": "1.000", "voteCount": 16, "isVariant": true, "variants": [ … ], "images": [ … ], "flags": [ … ], "surchargeParameters": [ … ], "setItems": [ … ], "filteringParameters": [ … ], "warranty": { … }, "gifts": [ … ], "alternativeProducts": [ … ], "relatedProducts": [ … ], "relatedFiles": [ … ], "relatedVideos": [ … ] }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }