{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Offers API", "version": "1.0" }, "items": [ { "info": { "name": "Offers", "type": "folder" }, "items": [ { "info": { "name": "VTex Search Product offers", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/catalog_system/pub/products/offers/:productId", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product unique number identifier." } ] }, "docs": "Retrieves existing offers of a specific product." }, { "info": { "name": "VTex Search SKU offers", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/catalog_system/pub/products/offers/:productId/sku/:skuId", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product unique number identifier." }, { "name": "skuId", "value": "", "type": "path", "description": "Product unique number identifier." } ] }, "docs": "Retrieves existing offers of a specific SKU." } ] } ], "bundled": true }