Returns
Core-commerce has broad support for managing returns on orders. Base idea is that every unique returned item (SKU), can be added to a return through the OMS API.
Order returns flow
The following endpoints can be used:
- Orders_GetAllReturns
- Orders_AddReturn
- Orders_GetReturn
- Orders_GetReturnAttribute
- Orders_DeleteReturnAttribute
- Orders_PutReturnAttribute
Channable order returns flows
The following endpoints can be used:
Updated 6 months ago