- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
previewOrderChange - Order Module Reference
This documentation provides a reference to the previewOrderChange
method. This belongs to the Order Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method retrieves a preview of an order if its change was confirmed and applied on it.
Example#
Parameters#
orderId
stringThe order's ID.
Returns#
Promise
Promise<OrderPreviewDTO>The preview of the order.
Promise
Promise<OrderPreviewDTO>Was this page helpful?