Sending Tax/Freight/Discounts info to my Warehouse Management System (WMS)


To send tax, freight, and discount information to a WD, we can either provide it in the comment area (not recommended), or include tax/freight/discounts as line items on the order. A  This method requires that the WD setup these 'line items' on their end and supply us with the information in the form of custom tags. A  The tags need to be edited and then added to the to the webstore's advset field in Store Settings (mainteditstore.wws):

In the example tags below you see we use the linecode ACD and example SKU names named the same as the purpose of the tag and branch 001. A These values will need to match your custom created linecode, sku, and branch values. A If this does not work for you contact your WMS provider for help. A Not all WMS' support adding tax, shipping, and discounts via sku.

Sales Tax
======
<xmp>

<SENDTAXTOWD>TRUE</SENDTAXTOWD>
<WDTAXLINECODE>ACD</WDTAXLINECODE>
<WDTAXSKU>TAX</WDTAXSKU>
<WDTAXBRANCH>001</WDTAXBRANCH>
</xmp>


Shipping and Handling
==============
<xmp>

<SENDFREIGHTTOWD>TRUE</SENDFREIGHTTOWD>
<WDFREIGHTLINECODE>ACD</WDFREIGHTLINECODE>
<WDFREIGHTSKU>SHIPPING</WDFREIGHTSKU>
<WDFREIGHTBRANCH>001</WDFREIGHTBRANCH>

</xmp>


Discounts
======
<xmp>

<SENDDISCOUNTTOWD>TRUE</SENDDISCOUNTTOWD>
<WDDISCOUNTLINECODE>ACD</WDDISCOUNTLINECODE>
<WDDISCOUNTSKU>DISCOUNT</WDDISCOUNTSKU>
<WDDISCOUNTBRANCH>001</WDDISCOUNTBRANCH>

</xmp>

  • 1 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Articoli Correlati

How do I send orders to the Supplier for fulfillment?

There are two modes for sending orders to your supplier.A‚A  They are manual and automatic.A‚A...

How do I resend an order to WorldPac after an error?

When you click Send from the invoice report, the Sophio web server connects to the WorldPac...

How do I change the supplier on an order?

Step 1 - Go to invoice report and find order to update Step 2 - Click the Edit link and look for...

How does automatic order send work?

For a WHI powered webstore, there are three modes for automatic order fulfillment.   MATCH-ONLY...

Resetting an order to the supplier

If you need to reset an order that has already been sent to the supplier, follow these steps....