interchange / interchange6-schema

DBIC schema for Interchange 6
8 stars 7 forks source link

Add transit time to shipping method #90

Open racke opened 10 years ago

racke commented 10 years ago

We want to capture the transit time of the shipping method - the time interval needed to get the shipping to the customer. I suggest the following parameters:

  1. minimum number of days
  2. maximum number of days
  3. arrival time (optional)
  4. latest time for submission (optional) e.g. customer needs to submit order till 4 pm

Any thoughts?

Regards Racke

SysPete commented 10 years ago

For 4 do we need also to include a time zone?

SysPete commented 9 years ago

If we have minimum and maximum as NOT NULL then when using Net::Easypost to auto-populate we have a problem. Maybe we should add some population for this in IC6S?

SysPete commented 9 years ago

I think we have to add these to ShipmentRate rather than ShipmentMethod since times can vary depending on destination.