{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Price Tables API", "version": "1.0" }, "items": [ { "info": { "name": "Price Tables", "type": "folder" }, "items": [ { "info": { "name": "VTex Get rules for a price table", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/pricing/pipeline/catalog/:priceTableId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "priceTableId", "value": "", "type": "path", "description": "Price Table Name." } ] }, "docs": "Retrieves the rules of a specific price table.\r\n\r\n\r\n## Permissions\r\n\r\nAny user or [application key](https://developers.vtex.com/docs/guides/api-authentication-using-application-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endpoint:\r\n\r\n| **P" }, { "info": { "name": "VTex Update rules for a price table", "type": "http" }, "http": { "method": "PUT", "url": "https://{providerApiEndpoint}/pricing/pipeline/catalog/:priceTableId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "priceTableId", "value": "", "type": "path", "description": "Price Table Name." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the rules of a specific price table, by deleting all the rules from the requested price table and creating new rules based on the content of the request.\r\n\r\n\r\n## Permissions\r\n\r\nAny user or [application key](https://developers.vtex.com/docs/guides/api-authentication-using-application-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Ot" }, { "info": { "name": "VTex Get all price tables and their rules", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/pricing/pipeline/catalog", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ] }, "docs": "Retrieves a list of all price tables and their rules.\r\n\r\n\r\n## Permissions\r\n\r\nAny user or [application key](https://developers.vtex.com/docs/guides/api-authentication-using-application-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endpoint:\r\n" }, { "info": { "name": "VTex List price tables", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/pricing/tables", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ] }, "docs": "Retrieves a list of all price tables.\r\n\r\n## Permissions\r\n\r\nAny user or [application key](https://developers.vtex.com/docs/guides/api-authentication-using-application-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endpoint:\r\n\r\n| **Product** | " } ] } ], "bundled": true }