Output a warning message to the user interface.
Warning messages are used to notify users about potential issues
or important considerations that may affect their pricing.
Parameters
message: string
The warning message to display to the user
Returns void
Example
warning("Large file detected - processing may take longer"); warning("Some attributes may affect shipping costs");
Output a warning message to the user interface. Warning messages are used to notify users about potential issues or important considerations that may affect their pricing.