Type Alias: GetCartForPreview()
GetCartForPreview: (
cartId
) =>Promise
<CartForEmail
>
Parameters
• cartId: string
The unique identifier for the cart.
Returns
A promise that resolves to a CartForEmail
object containing comprehensive details of the cart, ready for email presentation.