{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Docks API", "version": "1.0" }, "items": [ { "info": { "name": "Docks", "type": "folder" }, "items": [ { "info": { "name": "VTex List all docks", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/logistics/pvt/configuration/docks", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ] }, "docs": "Informs a list of all docks." }, { "info": { "name": "VTex Create/update dock", "type": "http" }, "http": { "method": "POST", "url": "https://{providerApiEndpoint}/api/logistics/pvt/configuration/docks", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates docks to be used in your logistic operation." }, { "info": { "name": "VTex List dock by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/logistics/pvt/configuration/docks/:dockId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "dockId", "value": "", "type": "path" } ] }, "docs": "Informs a given dock's information, searching by dock ID." }, { "info": { "name": "VTex Delete dock", "type": "http" }, "http": { "method": "DELETE", "url": "https://{providerApiEndpoint}/api/logistics/pvt/configuration/docks/:dockId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "dockId", "value": "", "type": "path" } ] }, "docs": "Deletes dock by dock ID." }, { "info": { "name": "VTex Activate dock", "type": "http" }, "http": { "method": "POST", "url": "https://{providerApiEndpoint}/api/logistics/pvt/configuration/docks/:dockId/activation", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "dockId", "value": "", "type": "path" } ] }, "docs": "Activates dock through dock ID." }, { "info": { "name": "VTex Deactivate dock", "type": "http" }, "http": { "method": "POST", "url": "https://{providerApiEndpoint}/api/logistics/pvt/configuration/docks/:dockId/deactivation", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "dockId", "value": "", "type": "path" } ] }, "docs": "Deactivate dock by dock ID" } ] } ], "bundled": true }