medusa
medusa copied to clipboard
bug(medusa-fulfillment-webshipper): shipping rates are limited to 30 rates
The Webshipper plugin's implementation of getFulfillmentOptions only returns 30 rates. This is problematic if the user has more than 30 rates.
The method should be updated to check if there are more rates to request and then paginate.
It may make sense to implement pagination for the Fulfillment API so that we don't force the plugin to request an enormous amount of data. Specifically, it would be nice if we could do something like this: GET /regions/:id/fulfillment-options?offset=x
Hi, @srindom I would like to work on this issue