- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
declineOrderChange - Order Module Reference
This documentation provides a reference to the declineOrderChange
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.
declineOrderChange(orderChangeId, sharedContext?): Promise<void>#
This method declines an order change.
Example#
Parameters#
orderChangeId
stringThe order change's ID.
Returns#
Promise
Promise<void>Resolves when the order change is declined successfully.
declineOrderChange(orderChangeId, sharedContext?): Promise<void>#
This method declines order changes.
Example#
Parameters#
orderChangeId
string[]The order changes' IDs.
Returns#
Promise
Promise<void>Resolves when the order changes are declined successfully.
declineOrderChange(data, sharedContext?): Promise<void>#
This method declines an order change, providing additional details.
Example#
Parameters#
The details of the order change decline.
Returns#
Promise
Promise<void>Resolves when the order change is declined successfully.
declineOrderChange(data, sharedContext?): Promise<void>#
This method declines order changes, providing additional details for each.
Example#
Parameters#
data
DeclineOrderChangeDTO[]The details of the order change declines.
data
DeclineOrderChangeDTO[]Returns#
Promise
Promise<void>Resolves when the order changes are declined successfully.
Was this page helpful?