Created
September 19, 2018 16:52
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
<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