Loading...
Was this page helpful?
This documentation provides a reference to the sdk.store.fulfillment
set of methods used to send requests to Medusa's Store API routes.
This method retrieves the list of shipping options for a cart. It sends a request to the List Shipping Options API route.
Related guide: Implement shipping step during checkout.
Promise
Promise<StoreShippingOptionListResponse>This method calculates the price of a shipping option in a cart, which is useful during checkout. It sends a request to the Calculate Shipping Option Price API route.
id
stringPromise
Promise<StoreShippingOptionResponse>