Creating tax fulfillment assets

In order for your tax assets to work correctly in your store, you must associate the tax jurisdiction groups in your store to the fulfillment center used by your store, and then associate a calculation rule to both.

You must create your fulfillment assets before you can associate your tax assets to a fulfillment center. For more information on creating fulfillment assets, see .

After you have created the fulfillment assets, associate your tax assets to them, by adding add information to the TAXJCRULE table.

  1. Create an XML file that follows the wcs.dtd.
  2. Using the following example as your guide, in your XML file add information for the TAXJCRULE table:
    <taxjcrule 
    taxjcrule_id="@taxjcrule_id_1"
    calrule_id="@calrule_id_10"
    ffmcenter_id="@ffmcenter_id_1"
    jurstgroup_id="@jurstgroup_id_2"
    precedence="0"/>
    
  3. Repeat step 2 for each jurisdiction group, fulfillment center and rule association in your store.

Feedback