I have no idea how to use the sell_metadata property when filtering down the fetched orders. Can someone help me with this?
The metadata filter needs to be encoded for URL. Example:
- Decoded: {“name”:[“Reborne”]}
- Encoded: %7B%22name%22%3A%5B%22Reborne%22%5D%7D
Here’s an example of an API call with this filter.