{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account Category Specification API", "version": "1.0" }, "items": [ { "info": { "name": "Category Specification", "type": "folder" }, "items": [ { "info": { "name": "VTex Get specifications by category ID", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/catalog_system/pub/specification/field/listByCategoryId/:categoryId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "categoryId", "value": "", "type": "path", "description": "Category ID." } ] }, "docs": "Retrieves all specifications from a category by its ID.\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 Get specifications tree by category ID", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/catalog_system/pub/specification/field/listTreeByCategoryId/:categoryId", "headers": [ { "name": "Content-Type", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "categoryId", "value": "", "type": "path", "description": "Category ID." } ] }, "docs": "Lists all specifications including the current category and the level zero specifications from a category by its ID.\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` e" } ] } ], "bundled": true }