ShipupETA object reference
Address
FIELD | DESCRIPTION |
---|---|
country_code | Country code (iso 3166-1 alpha 2 format) |
country | Country name. Prefer using country_code if possible. country_code will have precedence over country |
zip | Zip code |
state_code | State code |
city | City name |
warehouse_merchant_id | In the context of the 'origin' field, you can specify the warehouse your order originates from. If this warehouse is configured in Shipup, we will use its location as an origin. |
Carrier
FIELD | DESCRIPTION |
---|---|
code | Carrier code for this shipment. See availabe carrier codes |
service_code | Carrier service code. A list of available service_codes can be found here. |
Order
FIELD | DESCRIPTION |
---|---|
ordered_at | Time at which the order was placed. If left empty, it will be replaced by the current time (i.e. the customer is currently placing the order) |
merchant_shipping_date | Order shipping date. If left blank, Shipup will make a prediction including the shipping time and the delivery time. Only fill this field if you know exactly when the order will be shipped (e.g. for pre-orders or product sent on a specific date of the month) |
PredictionResult
FIELD | DESCRIPTION |
---|---|
carrier_code | Carrier code for this shipment. See availabe carrier codes |
service_code | Carrier service code. A list of available service_codes can be found here. |
delivery_date | Estimated date of delivery |
Updated 3 months ago