What UI property or combination of properties driv...
# suitecommerce
c
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
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
c
@Steve Goldberg Thank you, this helps a ton.