Skip to content

Instantly share code, notes, and snippets.

  • Save Kayakbabe/ee872f0e340f97e08a1d7a8cdc7f4fd1 to your computer and use it in GitHub Desktop.
Save Kayakbabe/ee872f0e340f97e08a1d7a8cdc7f4fd1 to your computer and use it in GitHub Desktop.
Miva - XML Provisioning to add a Note to Customer, Business Account, or Order
<!--
<Note_Add />
One of the following attributes is required:
customer: customer login
business: Business Title
order: Order ID
Examples:
-->
<Note_Add customer="ssoule">Customer Note Content</Note_Add>
<Note_Add business="Acme Inc.">Business Account Note Content</Note_Add>
<Note_Add order="123567">Order Note Content</Note_Add>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment