{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Pricing Hub Prices API", "version": "1.0" }, "items": [ { "info": { "name": "Pricing Hub Prices", "type": "folder" }, "items": [ { "info": { "name": "VTex Retrieve prices", "type": "http" }, "http": { "method": "POST", "url": "https://{providerApiEndpoint}/api/pricing-hub/prices", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "an", "value": "", "type": "query", "description": "Name of the VTEX account. Used as part of the URL." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This route retrieves and applies prices for the items that are passed in the request. Pricing Hub will select the pricing method that will be used for each item and will fetch their respective price from the selected pricing method. \r\n\r\n>ℹ️ This feature is in closed beta, available only for selected customers. If you have any questions, contact our [Support](https://support.vtex.com/hc/en-us/requests). " }, { "info": { "name": "VTex Configure external price source", "type": "http" }, "http": { "method": "PUT", "url": "https://{providerApiEndpoint}/api/pricing-hub/prices/config", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "an", "value": "", "type": "query", "description": "Name of the VTEX account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This route facilitates setting up an external price source in Pricing Hub. It also allows you to activate or deactivate that source in a given account. \r\n\r\n>ℹ️ This feature is in closed beta, available only for selected customers. If you have any questions, contact our [Support](https://support.vtex.com/hc/en-us/requests). " } ] } ], "bundled": true }