Drop-in shipping quotes
The Drop-in Shipping Quotes resource provides a seamless integration for retrieving real-time shipping costs directly within your application. It enables developers to access up-to-date shipping information from multiple carriers, empowering businesses to offer accurate pricing to their customers at checkout. The resource is designed to be easy to use, requiring minimal setup while offering robust and customizable features to fit diverse shipping needs.
Get all available shipping method quotes
The identifier of the checkout session associated with the shipping quotes request.
7765374748
The upstreamId of the checkout-session associated with the shipping quotes request.
8234373746
A three-letter ISO currency code.
USD
200 OK
400 Bad Request
401 Unauthorized
403 Forbidden
405 Method Not Allowed
406 Not Acceptable
408 Request Timeout
429 Too Many Requests
500 Internal Server Error
502 Bad Gateway Error
503 Service Unavailable Error
504 Gateway Timeout Error
POST /checkout/shipping-quotes HTTP/1.1
Host: api.digitalriver.com
Content-Type: application/json
Accept: */*
Content-Length: 1448
{
"sessionId": "7765374748",
"sessionUpstreamId": "8234373746",
"currency": "USD",
"shipTo": {
"address": {
"line1": "10380 Bren Rd W",
"line2": "text",
"city": "Minnetonka",
"postalCode": "55129",
"state": "MN",
"country": "US"
},
"name": "John Smith",
"phone": "952-111-1111",
"email": "[email protected]",
"organization": "Digital River",
"additionalAddressInfo": {
"neighborhood": "Centro",
"division": "営業部",
"phoneticName": "ヤマダ タロ"
}
},
"items": [
{
"id": "abc",
"amount": 9.99,
"quantity": 1,
"sku": {
"id": "sku_5823594809",
"eccn": "EAR99",
"taxCode": "4323.310_A",
"name": "Athena Womens Running Shoes",
"image": "https://imageurl.com",
"url": "https://producturl.com",
"physical": true,
"metadata": {
"coupon": "iOS"
}
},
"logisticsOptions": {
"deliveryOptions": [
"[\"direct_delivery_only\",\"additional_handling\"]"
],
"dangerousGoods": [
"nimh_battery"
]
}
}
],
"shippingMethods": [
{
"id": "65",
"description": "Standard",
"serviceLevel": "Standard",
"shippingTerms": "DDP",
"deliveryInformation": {
"businessDaysInTransit": "3 - 5 Business Days",
"estimatedArrival": {
"date": "2018-04-25T20:36:00Z",
"dayOfWeek": "Tuesday"
},
"pickupDate": "2018-04-25T20:36:00Z",
"weekendService": {
"saturdayDelivery": true,
"sundayDelivery": false
},
"supportCutoffTime": "180000"
},
"amount": 5.99,
"shipFrom": {
"address": {
"line1": "10380 Bren Rd W",
"line2": "text",
"city": "Minnetonka",
"postalCode": "55129",
"state": "MN",
"country": "US"
},
"additionalAddressInfo": {
"neighborhood": "Centro",
"division": "営業部",
"phoneticName": "ヤマダ タロ"
}
}
}
]
}
{
"shipments": [
{
"itemIds": [
"1234-4567-7890-12345"
],
"shipFrom": {
"address": {
"line1": "10380 Bren Rd W",
"line2": "text",
"city": "Minnetonka",
"postalCode": "55129",
"state": "MN",
"country": "US"
},
"additionalAddressInfo": {
"neighborhood": "Centro",
"division": "営業部",
"phoneticName": "ヤマダ タロ"
}
}
}
],
"shippingMethods": [
{
"id": "65",
"description": "Standard",
"serviceLevel": "Standard",
"shippingTerms": "DDP",
"deliveryInformation": {
"businessDaysInTransit": "3 - 5 Business Days",
"estimatedArrival": {
"date": "2018-04-25T20:36:00Z",
"dayOfWeek": "Tuesday"
},
"pickupDate": "2018-04-25T20:36:00Z",
"weekendService": {
"saturdayDelivery": true,
"sundayDelivery": false
},
"supportCutoffTime": "180000"
},
"amount": 5.99,
"shipFrom": {
"address": {
"line1": "10380 Bren Rd W",
"line2": "text",
"city": "Minnetonka",
"postalCode": "55129",
"state": "MN",
"country": "US"
},
"additionalAddressInfo": {
"neighborhood": "Centro",
"division": "営業部",
"phoneticName": "ヤマダ タロ"
}
}
}
],
"liveMode": false
}
Last updated