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
Is your feature request related to a problem? Please describe.
When creating shipping methods, it would be useful to be able to manually test how they respond to different Orders, i.e. would this shipping method be eligible for the given order, and if so what would be the calculated shipping price?
Describe the solution you'd like
In the Admin API there should be a query to which one can pass the ShippingMethod ID and a fake Order (shipping destination, order lines) and it will return whether that order is eligible, and the calculated price.
In the Admin UI this could be added on the ShippingMethodDetail page at the bottom.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When creating shipping methods, it would be useful to be able to manually test how they respond to different Orders, i.e. would this shipping method be eligible for the given order, and if so what would be the calculated shipping price?
Describe the solution you'd like
In the Admin API there should be a query to which one can pass the ShippingMethod ID and a fake Order (shipping destination, order lines) and it will return whether that order is eligible, and the calculated price.
In the Admin UI this could be added on the ShippingMethodDetail page at the bottom.
The text was updated successfully, but these errors were encountered: