Inconsistencies in REST API causing unecessary looping in catalogCategoryHierarchyNodes REST call
As part of a project, our client want to sync Items recorded in Fusion with another system. Along the requirement, we need to get the Category of the item, along with its parent category.
In the itemsV2 REST call, we can expand the ItemCategory section, that provide the Category Name and Category Code, but not the parent category or even the Category ID. The same for the Item Created/Item Updated Business Event - section is here but no ID.
In the catalogCategoryHierarchyNodes REST Call, we can get the Parent Category... but are unable to Query by anything but the Category ID, which I do not have.
0