Orders
Update Order by ID
POSTv1/managers/store/orders/{order-id}/change-order-status
Please note that if the order is shipped through an integrated shipping company, then we cannot update the order status from "Ready" to &quo...
Get Order Credit Notes
GETv1/managers/store/orders/{order-id}/credit-notes
The GET Credit Notes endpoint allows you to retrieve a list of credit notes associated with an order from the system. Credit notes are issued for orde...
Get Order by ID
GETv1/managers/store/orders/{order-id}/view
Get a specific order by its ID.
:::info[]Currency Handling for Orders
When the store currency, order currency, and the currency of the shipping addres...
List of Orders
GETv1/managers/store/orders
Orders can be created either by the customers from the storefronts or by the merchants from their dashboard.Use this endpoint to retrieve a list of or...