createOrderClaimItemsFromActionsStep - Medusa Core Workflows Reference

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

This step creates claim items from a change action.

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

Example#

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

Input#

CreateOrderClaimItemsFromActionsInputCreateOrderClaimItemsFromActionsInput
The details of creating the claim items from a change action.
The change actions to create claim items from.
claimIdstring
The ID of the claim to create the items for.

Output#

OrderClaimItemDTO[]OrderClaimItemDTO[]
OrderClaimItemDTOOrderClaimItemDTO
The order claim 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