The Product Features API allows you to manage additional characteristics and specifications associated with products in the Venddor platform. Features help categorize and differentiate products, making them easier for customers to search and compare.
https://www.venddor.com.br/api/2.0/products/{product_id}/features
Features can be used in different ways to describe products:
{ "feature_id": "12345", "product_id": "678", "feature_code": "PROCESSOR", "feature_name": "Processor", "feature_type": "T", // T - text, C - checkbox, N - number, etc. "feature_value": "Intel Core i7-10700K", "feature_group": "Technical Specifications", "feature_position": 10, "display_on_product": true, "display_on_catalog": false, "feature_comparison": true }
Returns all features associated with the specified product.
Returns details of a specific feature for the given product.
Creates a new feature for the specified product.
Updates an existing feature for the given product.
Removes a feature from the specified product.
GET /api/2.0/categories/{category_id}/feature_templates