Weblutions Documentation
Weblutions Main Site Contact Us Our Discord
Some pages are still pending proper formatting, if required refer to the legacy documentation website.
FaxStore IconFaxStore

Orders

By Josh M. 1 min 1

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

Parameters:

authorization[Header] A valid API token
id[URL] The userId to get the orders of

Response: [Expand]