Item Attributes Consistency:
Standardized the attributes structure across all item endpoints for consistency and easier consumption.
- Applies to:
GET /items, GET /items/{id}, and GET /stores/{storeId}/items - All endpoints now return attributes in a unified schema.
- Attribute values are returned in their typed format.
Security Update:
Disabled DELETE endpoints for Vendors and Dimensions to prevent accidental or unauthorized data removal.
- Any delete requests to these endpoints will now return a 403 (Access Denied) error.
- This change addresses a scenario where removing a vendor or dimension could unintentionally impact item associations after maintenance processes run.
- At present these endpoints are not being used by integrators.