Interface: CartSubmitResult
Result of a successful cart submission.
This interface provides the essential information returned after a cart has been successfully submitted. The key piece of information is the reference code, which uniquely identifies the order for future tracking and communication.
Properties
referenceCode
referenceCode:
string
Unique tracking code for the submitted order.
This code serves as the primary reference for the order in communications, tracking systems, and customer service interactions. It's typically formatted for easy reading and communication (e.g., "ORD-12345-ABC").
The reference code should be prominently displayed to the customer after submission and included in any confirmation emails or receipts.