Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jparbros/f12c59950b553abaf36038cbba7fb473 to your computer and use it in GitHub Desktop.
Save jparbros/f12c59950b553abaf36038cbba7fb473 to your computer and use it in GitHub Desktop.
<invoice_advice_request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:demandware.com:bf:api:core:v1">
<instructions>
<instruction i:type="invoice_advice_instruction_sync_item">
<data>
<attributes>
<attribute>
<key>
<id>trackNumber</id>
</key>
<values>
<value>tracking_number</value>
</values>
</attribute>
<attribute>
<key>
<id>recordCreateDate</id>
</key>
<values>
<value>record_create_date</value>
</values>
</attribute>
</attributes>
</data>
<key>
<id>item_id</id>
</key>
</instruction>
</instructions>
<key>
<guid>invoice_guid</guid>
</key>
</invoice_advice_request>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment