{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Holidays API", "version": "1.0" }, "items": [ { "info": { "name": "Holidays", "type": "folder" }, "items": [ { "info": { "name": "VTex List holiday by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/logistics/pvt/configuration/holidays/:holidayId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "holidayId", "value": "", "type": "path" } ] }, "docs": "Lists holiday's information by holiday ID." }, { "info": { "name": "VTex Create/update holiday", "type": "http" }, "http": { "method": "PUT", "url": "https://{providerApiEndpoint}/api/logistics/pvt/configuration/holidays/:holidayId", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "holidayId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates holidays through holiday ID." }, { "info": { "name": "VTex Delete holiday", "type": "http" }, "http": { "method": "DELETE", "url": "https://{providerApiEndpoint}/api/logistics/pvt/configuration/holidays/:holidayId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "holidayId", "value": "", "type": "path" } ] }, "docs": "Deletes given holidays set up in your store." }, { "info": { "name": "VTex List all holidays", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/logistics/pvt/configuration/holidays", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ] }, "docs": "Lists information of all holidays." } ] } ], "bundled": true }