The API results for order information do not include any seller or store info. Which is fine for orders in which the user is the seller! However for orders in which the user is the customer (list_type=customer), the only info available via API is the store_id, which does not appear to have any practical use - I can't lookup store info or url using it.
Suggestion: please add 2 fields to the
https://api.brickowl.com/v1/order/view endpoint, even if only for list_type=customer orders:
- store_name
- store_url
This is info present on the order web page.
My usage: I'd like my app BrickTrac to be able to process incoming (customer) orders for users and help users identify which orders are which
Thank you!
Comments