- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
createReturn - Order Module Reference
This documentation provides a reference to the createReturn
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 creates a return.
Example#
Parameters#
returnData
CreateOrderReturnDTOThe order return to be created.
returnData
CreateOrderReturnDTOReturns#
Promise
Promise<ReturnDTO>The created order return.
Promise
Promise<ReturnDTO>Was this page helpful?