You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The unique ID of a supported shipping carrier, which is used to calculate an Estimated Delivery Date. Required with `mail_class` if `min_delivery_days` and `max_delivery_days` are null.
[optional]
mail_class
String
The unique ID string of a shipping carrier's mail class, which is used to calculate an estimated delivery date. Required with `shipping_carrier_id` if `min_delivery_days` and `max_delivery_days` are null.
[optional]
min_delivery_days
Integer
The minimum number of business days a buyer can expect to wait to receive their purchased item once it has shipped. Required with `max_delivery_days` if `mail_class` is null.
[optional]
max_delivery_days
Integer
The maximum number of business days a buyer can expect to wait to receive their purchased item once it has shipped. Required with `min_delivery_days` if `mail_class` is null.