Last active
June 18, 2018 20:50
-
-
Save jparbros/abaff67cce0eceb61ccc1b8e1a115dc7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jparbros in the doc suppress_notifications is an enum none or customer, can you check on your side what value your are passing ?