- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
receiveReturn - Order Module Reference
This documentation provides a reference to the receiveReturn
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 marks a return as received, changing its status to received
.
Example#
Parameters#
returnData
ReceiveOrderReturnDTOThe receival details.
returnData
ReceiveOrderReturnDTOReturns#
Promise
Promise<ReturnDTO>The received return.
Promise
Promise<ReturnDTO>Was this page helpful?