{ "operationId": "GetProductoffers", "method": "GET", "path": "/offer-manager/pvt/product/{productId}", "summary": "VTex Get Matched Offer's Data by Product ID", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": [ { "productId": "1561208", "skuId": "1559161", "nameComplete": "Blusa Cardigan Manga Longa Vestem - Feminina - CINZA G", "mainImage": { "imagePath": "~/arquivos/ids/8567753-#width#-#height#/image-05b40d3167b5b7ed42285124f6862f12.jpg" }, "sellersOffers": [ { "sellerId": "1", "sellerSkuId": "1559161", "salesChannelOffer": { "salesChannelId": "1", "salesChannelName": "Principal", "price": 0, "listPrice": 0, "priceWithoutDiscount": 0, "availableQuantity": 0 } } ] }, { "productId": "1561208", "skuId": "1559163", "nameComplete": "Blusa Cardigan Manga Longa Vestem - Feminina - CINZA PP", "mainImage": { "imagePath": "~/arquivos/ids/8567753-#width#-#height#/image-05b40d3167b5b7ed42285124f6862f12.jpg" }, "sellersOffers": [ { "sellerId": "1", "sellerSkuId": "1559161", "salesChannelOffer": { "salesChannelId": "1", "salesChannelName": "Principal", "price": 0, "listPrice": 0, "priceWithoutDiscount": 0, "availableQuantity": 0 } } ] } ] } ] }