Orders (Admin)
Orders are always created by some user who want to purchase some product. So, in terms of order administration, we only have data visualisation and the possibility to cancel or force deliver of some order.
Solving failed orders
When we have some kind of trouble in the token transfer, the order will be moved to a "failed" status. With that status, an administrator need to solve this fail situation with 2 alternatives:
Cancel the order: It will cancel the order payment and unlock the order product to be purchased again from an other user
Try to deliver again: The system will retry product deliver. It is very common to do if the operator wallet address of the company have no funds to transfer token when the order failed.
Service Methods
Lists all company orders
Rest API reference:
Cancels some company order
Rest API reference:
Force deliver of some company order (it will also force a deliver retry)
Rest API reference:
Last updated