improved
2023-10 Product Entities API Enhancements
about 1 year ago by ReadMe API
Additional APIs have been added to enhance the ability to manage product entities such as suppliers, brands, tags, and categories. Previously only retrieval operations are available for these entities.
The details of these APIs can be found as below:
- 2.0 Brands API - list, get, create, update and delete brands.
- 2.0 Product Categories API - list, create and update and delete categories; including child categories.
- 2.0 Suppliers API - list, get, create, update and delete suppliers.
- 2.0 Tags API - list, get, create, update and delete tags.
Deprecation of Product Type APIs
With the introduction of APIs for Product Categories, the APIs for Product Types are being deprecated, inline with the changes announced in Product Types are becoming Product Categories.
Apps using the current /api/2.0/product_types
are encouraged to move to /api/2.0/product_categories
instead.