Pages

Monday, December 19, 2011

Shipping Calculation Code


Shipping jurisdictions, rules and charges can be configured using calculation code data model within websphere commerce.

SHIPMODE table consists of the shipping mode / method.
SHIPMODEDESC table consists of the description of the shipping method defined above
JURST consists of a Jurisdiction definition and JURSTGROUP is the grouping of the Jurisdictions. The JURST table also consists of the zip code range for which the shipping rule may apply.

JURSTGPREL table defines the relationship between JURST and JURSTGROUP. The SUBCLASS field of JURSTGPREL defines whether it is a ShippingJurisdiction (1) or TaxJurisdiction (2)

SHPJCRULE contains the relationship between the Jurisdiction and the Shipping mode. If multiple rows from the SHPJCRULE table qualify for the rule, then the row that has the highest precedence set will be applied.  If two rules have the same precedence then both the rules are applied.

No comments:

Post a Comment