Light Mode
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 you page to display the order details.
Payload authenticated
Response
Usage
To perform the action of showing the order's details, the developer may call the method send()
along with the order_id
.
salla.order.show({ id: 98789, url: "/" }).then((response) => {
/* add your code here */
});
Last modified: 10 months ago
Payload `authenticated`
Response
Usage