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/abaff67cce0eceb61ccc1b8e1a115dc7 to your computer and use it in GitHub Desktop.
Save jparbros/abaff67cce0eceb61ccc1b8e1a115dc7 to your computer and use it in GitHub Desktop.
<shipping_order_advice_request xmlns=“urn:demandware.com:bf:api:core:v1” xmlns:i=“http://www.w3.org/2001/XMLSchema-instance” i:dummy=“”>
<instructions>
<instruction i:type=“shipping_order_advice_instruction_fulfill”>
<items>
<item>
<key>
<id>item_id</id>
</key>
<quantity>qty</quantity>
</item>
</items>
<tracking_number>tracking_number</tracking_number>
<suppress_notifications>true</suppress_notifications>
</instruction>
</instructions>
<key>
<id>shipping order id</id>
</key>
</shipping_order_advice_request>
@rochdi
Copy link

rochdi commented Jun 18, 2018

@jparbros in the doc suppress_notifications is an enum none or customer, can you check on your side what value your are passing ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment