The final phase in the order lifecycle is order completion. This occurs once payment has been successful and the delivery phase is finished. TheDocumentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
order.phase property will be set to completed once all line items have reached a final state — whether each item individually succeeded or failed.
For reference on all statuses (quote, payment, delivery), see the Status Codes page.
Checking Line Item Delivery Status
Onceorder.phase reaches completed, fetch the order via the GET order API and loop through the lineItems array to determine the outcome of each item. Each line item’s delivery.status can be one of: awaiting-payment, in-progress, completed, or failed.
Recommendations
Think through and implement the call to action that makes sense for your buyers.Where can they access the purchased item?
If the token was minted to their Crossmint wallet you can provide a direct link and/or render a representation of it. Even if they minted directly to an existing wallet you can provide a link to display the token in Crossmint. Use the following URL format to display NFTs within Crossmint:https://www.crossmint.com/user/collection/<chain>:<contractAddress>:<tokenId>
For info on the values to use for <chain> refer to the supported chains page.

