Cart Delivery Date Estimate
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Information used to generate delivery estimate.
partnerCartId
string
required
A unique identifier for this cart from the partner system
customerCountryCode
string
required
The ISO 3166-1 country code (alpha-2) for the customer shipping address.
customerPostalCode
string
required
A customerCountryCode-appropriate postal code for the customer shipping address.
requestDateOverride
date-time
Overrides the requestDate to a specific date & time which the delivery estimate is calculated from. ISO 8601 format
shipDateOverride
string
The string representation of either an ISO-8601 date or a LocalDate: yyyy-mm-dd. Overrides the shipEstimateDate to a specific date & time. Requires dateTime to be in the future (or after requestDateTime if it is specified).
productViewDeliveryEstimateIds
array of strings
List of product view delivery estimate IDs to include in the cart calculation
cartShippingOptions
object
required
Shipping information used as part of the DeliveryExperience Cart APIs
referenceIdentifiers
array of objects
Optional reference identifiers for tracking and correlation
partnerReferenceIdentifier
string
Reference external identifier explicitly provided by the partner. Used for reporting purposes.
partnerReferenceIdentifier2
string
Second reference external identifier explicitly provided by the partner. Used for reporting purposes.
shipmentTags
array of strings
Free-form list of shipment tags for the cart. Used for downstream reporting. Matches the shipmentTags field on the corresponding Carrier Selection API request.
X-DELEGATED-PARTNER-ID
string
`` 200 Cart Delivery Estimates provided.
`` 400 Invalid inputs were provided.
`` 403 Not authenticated / authorized via OAuth.
`` 500
No Cart Delivery Estimates available.
Updated 26 days ago
ShellNodeRubyPHPPython
Bearer
`` xxxxxxxxxx
curl --request POST \
--url https://api.shipium.com/api/v1/deliveryexperience/cartDeliveryEstimate \
--header 'accept: application/json' \
--header 'content-type: application/json' ``
application/json
200400``403
Updated 26 days ago