Order
Create cart from order
This endpoint simply creates a new cart list for the customer, which will include the same items as any previous order. When customers are signed in t...
Cancel
This endpoint cancels an order, indicating that the customer no longer wants the product that was initially ordered.
Payload authenticated
Response
...
Send invoice
This endpoint is used to send the order's invoice to the customer's email. The invoice is to confirm the customer's order by showing the p...
Show order
This endpoint is used to show an order details, such as the quantity, price, delivery date,and payment terms. Mainly it should be called in the thank ...