{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Similar Category API", "version": "1.0" }, "items": [ { "info": { "name": "Similar Category", "type": "folder" }, "items": [ { "info": { "name": "VTex Get similar categories", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/catalog/pvt/product/:productId/similarcategory/", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product's unique numerical identifier." } ] }, "docs": "Retrieves similar categories from a product.\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| **Produ" }, { "info": { "name": "VTex Add similar category", "type": "http" }, "http": { "method": "POST", "url": "https://{providerApiEndpoint}/api/catalog/pvt/product/:productId/similarcategory/:categoryId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product's unique numerical identifier." }, { "name": "categoryId", "value": "", "type": "path", "description": "Similar category's unique numerical identifier." } ] }, "docs": "Adds a similar category to a product.\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** | " }, { "info": { "name": "VTex Delete similar category", "type": "http" }, "http": { "method": "DELETE", "url": "https://{providerApiEndpoint}/api/catalog/pvt/product/:productId/similarcategory/:categoryId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product's unique numerical identifier." }, { "name": "categoryId", "value": "", "type": "path", "description": "Similar category's unique numerical identifier." } ] }, "docs": "Deletes a similar category from a product.\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 }