Introduction
The ability to make and pay for goods or services is an integral part of the E-commerce application. In this section, you can familiarize yourself with the principles of working with orders.
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.