Skip to content
English
  • There are no suggestions because the search field is empty.

Shipping Calculations

Allmoxy offers a variety of shipping options so your customers can select the most economical choice for their shipment!

Allmoxy offers a variety of shipping options and customers can select different options when ordering to find the most economical choice. We also recommend that the employee in charge of verifying orders reviews the customer's selected shipping option to ensure that it is feasible.

Create your own shipping prices: 

Use conditional logic statements to construct your custom shipping formula. Several variables are available to help you construct complex formulas for shipping charges, including order item quantity, order total weight, distance, and order price. You can also use mathematical functions like round, floor, and ceiling to control the output of the shipping price.

For example, if you typically want to charge $20 for shipping but offer free shipping if the order price is over $500, then you'd write a formula like this:  price > 500 ? 0 : 20
(this reads as "if price is great than 500 then shipping cost is $0, otherwise it's $20")

shipping

If you need assistance building a complex pricing formula for your shipping charges, contact your Customer Success Manager so they can connect you with our Implementation Team.


Shipping Integrations: 

For the shipping integrations (FedEx, UPS, & FreightQuote), you have the same variables, but you will also define additional parameters like freight class, pallet size, and max weight per package. These will help the shipper determine pricing and also provide your customers with informed options. As a result, customers will chose the most economical option which is typically the best option (ie FedEx Freight over Ground to ship multiple pallets of assembled product)