Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save steveosoule/7cb0e4ae7ced81a6027641d7af12c500 to your computer and use it in GitHub Desktop.
Save steveosoule/7cb0e4ae7ced81a6027641d7af12c500 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