For AI agents: visit https://merchello.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Shipment Creation (Builder)
<taskChain alias="OrderPreparationShipmentCreate">
<tasks>
<task type="Merchello.Core.Chains.ShipmentCreation.AddShippableOrderLineItemsToShipmentTask, Merchello.Core" />
<task type="Merchello.Core.Chains.ShipmentCreation.RemoveShipmentOrderItemsFromInventoryAndPersistShipmentTask, Merchello.Core" />
<task type="Merchello.Core.Chains.ShipmentCreation.SetOrderStatusTask, Merchello.Core" />
</tasks>
</taskChain>