medusajs / medusa

The world's most flexible commerce platform.
https://medusajs.com
MIT License
26.21k stars 2.66k forks source link

API Ref(store): Issue in Get Shipping Options typo: `/store/shipping-options/{cart/id}` #9374

Closed afifurrohman-id closed 2 days ago

afifurrohman-id commented 2 months ago

What Medusa version and documentation are you using?

v1

Preliminary Checks

Issue Summary

/store/shipping-options/{cart/id}

{D6F3346E-56AF-4D76-974D-06E18CD39F05}

it should /store/shipping-options/{cart_id}

How can this issue be resolved?

change to /store/shipping-options/{cart_id}

Are you interested in working on this issue?

shahednasser commented 2 months ago

Thanks for opening this issue! Will fix it

shahednasser commented 2 days ago

Closing this issue as it's been fixed.