Skip to main content

OrderConfirmationStorefrontLink

Overview

OrderConfirmationStorefrontLink represents a storefront link that navigates to the order confirmation page for a specific order. It includes the order ID as a required parameter.

Attributes

to

type: literal = 'orderConfirmation'

Discriminant for this link type, indicating it navigates to an order confirmation page.

id

type: string

The unique identifier for the order. This ID is used to fetch or display the corresponding order confirmation details.