We have decided to extend the brand information in the Product detail endpoint. Because this change is not backwards compatible, we will do so in 3 steps:
data.brandExt
containing brand code and description; item data.brand
remains unchangeddata.brand
to an object, looking exactly as data.brandExt
(which will be still available)data.brandExt
objectIf you are using the brand information, please use the transition periods to adapt your code to use brandExt
and later on brand
fields according to your needs.