List Awaiting Orders
POST/Order/list
At this endpoint, you can retrieve and process pending orders for products within your authority.
The incoming orders are not orders belonging to your membership; they are orders awaiting delivery in the system.
Example requiredData: { "productRequireID": 1, "identifier": "userid", "title": "Your character name in the game", "value": "Player" }
Request
Responses
- 200
- 400
- 403
- 404
Returns the requested order lists
Bad Request
Returns if the authorization failed.
Returns if the external api is not enabled.