Previously, I was using SOAP to modify my user defined fields in a StockItem using the StockItemSummary object. After switching to REST, I can’t even see these fields when I view the results of a GET operation using the following URL:
The stock item enables the addition of attributes for setting user-defined fields through Item classes where the required attributes are defined. You won't find the option 'Manage user-defined field' on the Customization menu of the Stock item entity screen.
I'm unsure how you added a user-defined field on the stock item screen without the feasibility.
Thank you! 😀 That link gave me the key <View name> which is what I was missing when I tried using $custom earlier. I’m able to get the user defined fields now! 😄