NoteAPI
API
The API for interacting with the note applied to checkout.
Anchor to orderstatusapiOrderStatusApi
The API object provided to this and other customer-account.order-status
extension targets.
Anchor to note
note
StatefulRemoteSubscribable<string | undefined>
required
A note left by the customer to the merchant, either in their cart or during checkout.
Was this section helpful?
Anchor to useNoteuse Note()
use Note()
Returns the proposed note
applied to the checkout.
Anchor to useNote-returnsReturns
string | undefined
Was this section helpful?