Introduction
The Orders module manages the creation and payment of goods or services.
getAllOrdersStorage
Getting all order storage objects. 🔐 This method requires authorization."}>authorization.
getAllOrdersByMarker
Getting all orders from the order storage object created by the user. 🔐 This method requires authorization."}>authorization.
getOrderByMarker
Get one order storage object by marker. 🔐 This method requires authorization."}>authorization.
getOrderByMarkerAndId
Getting one order by marker and id from the order storage object created by the user. 🔐 This method requires authorization."}>authorization.
createOrder
Creating an order in the order storage. 🔐 This method requires authorization."}>authorization.
updateOrderByMarkerAndId
Order modification in the order storage. 🔐 This method requires authorization."}>authorization.