Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Carrier Information

Retailers would need to must provide Fenix with the necessary information about their current carriers. This The below information will be used when the rate shopping is performed. 

  1. Carriers and services used for rate shopping

  2. Carrier Credentials (Preferred) - The credentials will be used to pull the real-time rates to perform the rate shopping. The rates pulled with these credentials will give rates, including the surcharges and taxes. Using carrier credentials, we’re able to get the most up-to-date surcharge information and minimize the variances.

  3. Carrier Rate Cards (when carrier information is nor not available)

In cases where the retailers cannot give the carrier credentials, as a last resort, retailers should provide the rate cards and the average surcharges that can be applied on top of the base rate. This option can sometimes have a large discrepancy compared to the actual results, as the carrier surcharges can vary from week to weekweekly. Surcharges can sometimes account for up to 40% of the total shipping cost for each package.

...

Following are some important aspects of the simulation from the technical standpoint.

Swagger URL

...

bgColor#DEEBFF

...

a technical standpoint.

Rate Shopping Simulation Resource

Panel
bgColor#DEEBFF

https://crs-01.oms.fenixcommerce.comAPI: /fenix/oms/crs/swagger-ui/index.html#/Rate%20Shopping%20Resource/getRateShoppingInfov1/rateshopping/get-rateshopping-info

Headers: TenantId, AuthToken,Content-type:json

Mandatory Configuration to setup before running the simulation

...

Field

Default

Description

validate_address

false

This indicates the rate shopping engine to whether perform any address validation on the input destination address

We are using USPS to do the address validation for US addresses. We are yet to integrate any APIs to do address validation for international addresses

use_product_weights

false

If the retailer wants Fenix to calculate the package weight from the product data, we will use the data in our product indexes to calculate the overall weight of the package

use_default_box

false

In some cases, we may not know the package weights of the shipment. In such cases, this field indicates if we can use some default package dimensions to get the shipping rates

default_box_config

null

The default box’s dimensions and weight

rateshopping_history_rolling_policy

MONTHLY

This field indicates how the rate shopping audit history indexes are to be created.

Valid: HOURLY, WEEKLY, MONTHLY, YEARLY

Default The default configuration that will work for the majority of the cases

{
"id": "e16a3b30554c45b6950ad660f1f3e7a8",
"tenant_id": "e16a3b30554c45b6950ad660f1f3e7a8",
"validate_address": false,
"use_product_weights": false,
"use_default_box": false,
"rate_shopping_plan": null,
"default_box_config": {
"weight": {
"value": 0.01,
"units": "LB"
},
"dimensions": {
"length": 5,
"width": 5,
"height": 5,
"units": "IN"
}
},
"rateshopping_history_rolling_policy": null,
"delivery_performance_config": null
}

...