{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Supplier API", "version": "1.0" }, "items": [ { "info": { "name": "Supplier", "type": "folder" }, "items": [ { "info": { "name": "VTex Create Supplier", "type": "http" }, "http": { "method": "POST", "url": "https://{providerApiEndpoint}/api/catalog/pvt/supplier", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Supplier. \r\n## Request body example\r\n\r\n```json\r\n{\r\n \"Name\": \"Supplier\",\r\n \"CorporateName\": \"TopStore\",\r\n \"StateInscription\": \"\",\r\n \"Cnpj\": \"33304981001272\",\r\n \"Phone\": \"3333333333\",\r\n \"CellPhone\": \"4444444444\",\r\n \"CorportePhone\": \"5555555555\",\r\n \"Email\": \"email@email.com\",\r\n \"IsActive\": true\r\n}\r\n```\r\n\r\n## Response body example\r\n\r\n```json\r\n{\r\n \"Id\": 1,\r\n \"Name\": \"Supplier\",\r\n \"CorporateName\": \"TopStore\",\r\n \"StateInscription\": \"\",\r\n \"Cnpj\": \"" }, { "info": { "name": "VTex Update Supplier", "type": "http" }, "http": { "method": "PUT", "url": "https://{providerApiEndpoint}/api/catalog/pvt/supplier/:supplierId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "supplierId", "value": "", "type": "path", "description": "Supplier's unique numerical identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates general information of an existing Supplier. \r\n## Request body example\r\n\r\n```json\r\n{\r\n \"Name\": \"Supplier\",\r\n \"CorporateName\": \"TopStore\",\r\n \"StateInscription\": \"\",\r\n \"Cnpj\": \"33304981001272\",\r\n \"Phone\": \"3333333333\",\r\n \"CellPhone\": \"4444444444\",\r\n \"CorportePhone\": \"5555555555\",\r\n \"Email\": \"email@email.com\",\r\n \"IsActive\": true\r\n}\r\n```\r\n\r\n## Response body example\r\n\r\n```json\r\n{\r\n \"Id\": 1,\r\n \"Name\": \"Supplier\",\r\n \"CorporateName\": \"TopStore\",\r\n \"StateIns" }, { "info": { "name": "VTex Delete Supplier", "type": "http" }, "http": { "method": "DELETE", "url": "https://{providerApiEndpoint}/api/catalog/pvt/supplier/:supplierId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "supplierId", "value": "", "type": "path", "description": "Supplier's unique numerical identifier." } ] }, "docs": "Deletes an existing Supplier." } ] } ], "bundled": true }