Skip to main content
Solved

StockItems endpoint


Hi just wanted to figure out on how to do filters on the StockItem endpoint? I wanted to filter to get Inactive items.

 

What I’ve tried so far is adding this params

ItemStatus=Inactive

conditions = “ItemStatus eq Inactive”

Best answer by Django

Should be something like this:

$filter=ItemStatus eq ‘Inactive’

View original
Did this topic help you find an answer to your question?

2 replies

Forum|alt.badge.img+6
  • Captain II
  • 550 replies
  • Answer
  • April 29, 2024

Should be something like this:

$filter=ItemStatus eq ‘Inactive’


  • Author
  • Freshman I
  • 9 replies
  • April 29, 2024
Django wrote:

Should be something like this:

$filter=ItemStatus eq ‘Inactive’

Thank you!


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings