Ideas

Add individual item lookup route

It would be helpful when integrating external product master data into the upshop system to be able to know whether an item already exists within the system and what attributes it currently has. Today there is the GetItemsByDepartment route in the Item Master API but that returns a list of all items in a department which then has to be filtered through if we want to identify a specific item. I'd like to propose a new GetItemDetails route that would allow us to lookup the details for a specific item by its item number (or return an empty object if it isn't currently in the system). This would function similarly to the GetIngredientDetails route in the Recipe API which has similar functionality for ingredients but looking up on the VendorId/VendorItemId

  • Guest
  • Dec 14 2022
  • Attach files