fix(core-flows,medusa): Include region_id in shipping option retrieval (#9929)
### What Include `region_id` when retrieving shipping options for a cart ### Why Otherwise, region-specific prices will never show in the Store API Closes CMRC-655 https://github.com/medusajs/medusa/issues/9906
This commit is contained in:
@@ -86,6 +86,7 @@ export const listShippingOptionsForCartWorkflow = createWorkflow(
|
||||
calculated_price: {
|
||||
context: {
|
||||
currency_code: input.currency_code,
|
||||
region_id: input.region_id,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user