What UI property or combination of properties drives the
isinstock
field from the Items API? I have an item showing zero quantity available from the UI but the Items API is still returning
isinstock: true
.
s
Steve Goldberg
05/18/2022, 4:09 PM
It should be:
• Item is of a type that does not care about stock at all (not "InvtPart", "Assembly", or "Kit")
OR
• Item is of a kind that might care about stock ("isdropshipitem" set or "isspecialorderitem" set), and site is configured not to consider inventory on such items
OR
• Available quantity is 1.0 or more