FaxStore
The Orders API for FaxStore handles the creation, updating, deletion, and retrieval of orders. It ensures efficient order management throughout the purchasing process.
GET /api/orders/account/:id
Returns all orders placed by the specified account
authorization | [Header] A valid API token |
id | [URL] The userId to get the orders of |