Options
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Someone knowf if it is possible to add an attribute query to Inventory end point? Like checking: attribute = value ?
Solved! Go to Solution.
Categories:
- Categories:
-
API:Inventory
- Tags:
- Attribute
2 REPLIES 2
Hi,
You would use the attribute query as below:
inventory?attributes={"TEST":"testvalue"}
When encoding, the equal signs should not be encoded, both examples below works:
inventory?attributes=%7B"TEST":"testvalue"%7D
inventory?attributes=%7B%22TEST%22%3A%22testvalue%22%7D
