createOrderExchangeItemsFromActionsStep - Medusa Core Workflows Reference

This documentation provides a reference to the createOrderExchangeItemsFromActionsStep. It belongs to the @medusajs/medusa/core-flows package.

This step creates exchange items from change actions.

NoteYou can retrieve an order change action details using Query, or useQueryGraphStep.

Example#

Code
1const data = createOrderExchangeItemsFromActionsStep({2  exchangeId: "exchange_123",3  changes: [4    {5      id: "orchact_123",6      // other order change action details...7    }8  ]9})

Input#

CreateOrderExchangeItemsFromActionsInputCreateOrderExchangeItemsFromActionsInput
The details of creating exchange items from change actions.
The change actions to create exchange items from.
exchangeIdstring
The ID of the exchange to create the items for.

Output#

OrderExchangeItemDTO[]OrderExchangeItemDTO[]
OrderExchangeItemDTOOrderExchangeItemDTO
The order exchange item details.
Was this page helpful?
Ask Anything
FAQ
What is Medusa?
How can I create a module?
How can I create a data model?
How do I create a workflow?
How can I extend a data model in the Product Module?
Recipes
How do I build a marketplace with Medusa?
How do I build digital products with Medusa?
How do I build subscription-based purchases with Medusa?
What other recipes are available in the Medusa documentation?
Chat is cleared on refresh
Line break