feat(core-flows,medusa,utils,types): adds delivered_quantity to order (#9130)
what: - adds delivered_quantity to order https://github.com/user-attachments/assets/709b1727-08ed-4a88-ae29-38f13540e301
This commit is contained in:
@@ -195,5 +195,18 @@ export async function createOrderSeeder({ api, container }) {
|
||||
|
||||
order = (await api.get(`/admin/orders/${order.id}`, adminHeaders)).data.order
|
||||
|
||||
return order
|
||||
return {
|
||||
order,
|
||||
region,
|
||||
salesChannel,
|
||||
stockLocation,
|
||||
inventoryItem,
|
||||
shippingProfile,
|
||||
product,
|
||||
fulfillmentSets,
|
||||
fulfillmentSet,
|
||||
shippingOption,
|
||||
cart,
|
||||
paymentCollection,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user