{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Seller API", "version": "1.0" }, "items": [ { "info": { "name": "Seller", "type": "folder" }, "items": [ { "info": { "name": "VTex Get Seller list", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/catalog_system/pvt/seller/list", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "sc", "value": "", "type": "query", "description": "Trade policy ID." }, { "name": "sellerType", "value": "", "type": "query", "description": "Seller type." }, { "name": "isBetterScope", "value": "", "type": "query", "description": "If the seller is better scope." } ] }, "docs": "Retrieves the seller's details by its ID." }, { "info": { "name": "VTex Get Seller by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/catalog_system/pvt/seller/:sellerId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "sellerId", "value": "", "type": "path", "description": "ID that identifies the seller in the marketplace. It can be the same as the seller name or a unique number. Check the **Sellers management** section in the Admin to get the correct ID." } ] }, "docs": "Retrieves the seller's details by its ID." }, { "info": { "name": "VTex Create Seller", "type": "http" }, "http": { "method": "POST", "url": "https://{providerApiEndpoint}/api/catalog_system/pvt/seller", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new seller." }, { "info": { "name": "VTex Update Seller", "type": "http" }, "http": { "method": "PUT", "url": "https://{providerApiEndpoint}/api/catalog_system/pvt/seller", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a seller." }, { "info": { "name": "VTex Get Seller by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/catalog_system/pvt/sellers/:sellerId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "sellerId", "value": "", "type": "path", "description": "ID that identifies the seller in the marketplace. It can be the same as the seller name or a unique number. Check the **Sellers management** section in the Admin to get the correct ID." } ] }, "docs": "Retrieves the seller's details by its ID." } ] } ], "bundled": true }