Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jparbros/f9ed70992fb4d1f84d8d3fa7d976967d to your computer and use it in GitHub Desktop.
Save jparbros/f9ed70992fb4d1f84d8d3fa7d976967d to your computer and use it in GitHub Desktop.
<shipping_order_advice_request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:demandware.com:bf:api:core:v1">
<instructions>
<instruction i:type="shipping_order_advice_instruction_log_email">
<body>body</body>
<creator>Shipment ASN Task</creator>
<date>date</date>
<is_html>true</is_html>
<reply_to>support@modcloth.com</reply_to>
<send>true</send>
<send_from>support@modcloth.com</send_from>
<send_to>EmailTo</send_to>
<subject>subject</subject>
</instruction>
</instructions>
<key>
<guid>shipping_order_guid</guid>
</key>
</shipping_order_advice_request>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment