Introduction
The ability to create and pay for goods or services is a fundamental aspect of the E-commerce application. In this section, you can learn about the principles of managing orders.
getAllOrdersStorage
Getting all order storage objects 🔐 This method requires authorization.
getAllOrdersByMarker
Getting all orders from the order storage object created by the user 🔐 This method requires authorization.
getOrderByMarker
Get one order storage object by marker 🔐 This method requires authorization.
getOrderByMarkerAndId
Getting one order by marker and id from the order storage object created by the user 🔐 This method requires authorization.
createOrder
Creating an order in the order storage 🔐 This method requires authorization.
updateOrderByMarkerAndId
Order modification in the order storage 🔐 This method requires authorization.