{ "opencollection": "1.0.0", "info": { "name": "Takealot Seller Create a batch Get an offer API", "version": "2.0" }, "items": [ { "info": { "name": "Get an offer", "type": "folder" }, "items": [ { "info": { "name": "Get An Offer (v2)", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/offers/offer/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path", "description": "Either Takealot's Offer ID, the Barcode or your SKU for the offer. Prepend with ID, Barcode, or SKU. e.g. ID234, BARCODE3223, SKUDF22. Defaults to Offer ID." } ] }, "docs": "Retrieve information about an individual offer by providing an identifier for the offer" }, { "info": { "name": "Get An Offer (v2)", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/offers/offer", "params": [ { "name": "identifier", "value": "", "type": "query", "description": "Either Takealot's Offer ID, the Barcode or your SKU for the offer. Prepend with ID, Barcode, or SKU. e.g. ID234, BARCODE3223, SKUDF22. Defaults to Offer ID." } ] }, "docs": "Retrieve information about an individual offer by providing an identifier for the offer" } ] } ], "bundled": true }