Const
Initiates a new sales transaction with the specified total and external ID.
{ type: 'START_TRANSACTION', payload: { total: 100, externalID: 'ext-123' }} Copy
{ type: 'START_TRANSACTION', payload: { total: 100, externalID: 'ext-123' }}
Remarks
Initiates a new sales transaction with the specified total and external ID.
Example