You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this extension provides a thin layer on top of Spree::ReturnAuthorization that allows users to easily generate a return label.
However, unlike for shipments, there is no automated integration between Solidus' out-of-the-box RMA system and EasyPost:
The EasyPost shipment ID related to the RMA is not persisted on the return authorization. Instead, a new EasyPost shipment is generated every time SolidusEasypost::ReturnAuthorization is instantiated.
There is no way to buy a rate for the return authorization from the UI.
Unfortunately, this is because Solidus, by default, has no concept of shipping rates for return authorizations. We could hack a solution together, but this is probably better fixed in the core.
The text was updated successfully, but these errors were encountered:
aldesantis
changed the title
EasyPost data not persisted to return authorizations
Return authorizations are not automated
Sep 23, 2020
aldesantis
changed the title
Return authorizations are not automated
Returns are not integrated with EasyPost out of the box
Sep 23, 2020
This issue has been automatically marked as stale because it has not had recent activity. It might be closed if no further activity occurs. Thank you for your contributions.
Currently, this extension provides a thin layer on top of
Spree::ReturnAuthorization
that allows users to easily generate a return label.However, unlike for shipments, there is no automated integration between Solidus' out-of-the-box RMA system and EasyPost:
SolidusEasypost::ReturnAuthorization
is instantiated.Unfortunately, this is because Solidus, by default, has no concept of shipping rates for return authorizations. We could hack a solution together, but this is probably better fixed in the core.
The text was updated successfully, but these errors were encountered: