diff --git a/packages/medusa/src/api/routes/store/orders/index.js b/packages/medusa/src/api/routes/store/orders/index.js index 47b5f8d36a..213ec7649f 100644 --- a/packages/medusa/src/api/routes/store/orders/index.js +++ b/packages/medusa/src/api/routes/store/orders/index.js @@ -43,6 +43,7 @@ export const defaultFields = [ "shipping_total", "discount_total", "tax_total", + "items.refundable", "refunded_total", "gift_card_total", "subtotal", @@ -71,6 +72,7 @@ export const allowedFields = [ "email", "region_id", "currency_code", + "items.refundable", "tax_rate", "created_at", "shipping_total",