{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Pickup Points API", "version": "1.0" }, "items": [ { "info": { "name": "Pickup Points", "type": "folder" }, "items": [ { "info": { "name": "VTex List all pickup points", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/logistics/pvt/configuration/pickuppoints", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ] }, "docs": "Lists all of your store's pickup points." }, { "info": { "name": "VTex List pickup point by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/logistics/pvt/configuration/pickuppoints/:pickupPointId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "pickupPointId", "value": "", "type": "path" } ] }, "docs": "Lists your store's pickup points while searching by ID." }, { "info": { "name": "VTex Create/update pickup point", "type": "http" }, "http": { "method": "PUT", "url": "https://{providerApiEndpoint}/api/logistics/pvt/configuration/pickuppoints/:pickupPointId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "pickupPointId", "value": "", "type": "path", "description": "Pickup Point ID. Cannot contain spaces." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates or updates [pickup points](https://help.vtex.com/en/subcategory/pickup-points--1c5Btie9ou2Gg2iUo0ggqM#) in your store by Pickup Point ID." }, { "info": { "name": "VTex Delete pickup point", "type": "http" }, "http": { "method": "DELETE", "url": "https://{providerApiEndpoint}/api/logistics/pvt/configuration/pickuppoints/:pickupPointId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "pickupPointId", "value": "", "type": "path" } ] }, "docs": "Deletes a given pickup point for your store, by pickup point ID." }, { "info": { "name": "VTex List paged pickup points", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/logistics/pvt/configuration/pickuppoints/_search", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "keyword", "value": "", "type": "query" } ] }, "docs": "Lists paged pickup points in your store." } ] } ], "bundled": true }