{
"opencollection": "1.0.0",
"info": {
"name": "eBay Account Advertising_eligibility Shipping_quote API",
"version": "v1.9.2"
},
"items": [
{
"info": {
"name": "Shipping_quote",
"type": "folder"
},
"items": [
{
"info": {
"name": "createShippingQuote",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.ebay.com{basePath}/shipping_quote",
"headers": [
{
"name": "X-EBAY-C-MARKETPLACE-ID",
"value": ""
},
{
"name": "Content-Type",
"value": ""
}
],
"body": {
"type": "json",
"data": "{}"
},
"auth": {
"type": "oauth2",
"flow": "authorization_code",
"authorizationUrl": "https://auth.ebay.com/oauth2/authorize",
"accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"docs": "The createShippingQuote method returns a shipping quote that contains a list of live \"rates.\"
Each rate represents an offer made by a shipping carrier for a specific service and each offer has a live quote for the base service cost. Rates have a time window in which they are \"live,\" and rates expire when their purchase window ends. If offered by the carrier, rates can include shipping options (and their associated prices), and users can add any offered shipping option to "
},
{
"info": {
"name": "getShippingQuote",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.ebay.com{basePath}/shipping_quote/:shippingQuoteId",
"params": [
{
"name": "shippingQuoteId",
"value": "",
"type": "path",
"description": "This path parameter specifies the unique eBay-assigned ID of the shipping quote you want to retrieve.
The shippingQuoteId value is generated and returned by the createShippingQuote method."
}
],
"auth": {
"type": "oauth2",
"flow": "authorization_code",
"authorizationUrl": "https://auth.ebay.com/oauth2/authorize",
"accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"docs": "This method retrieves the complete details of the shipping quote associated with the specified shippingQuoteId value.
A \"shipping quote\" pertains to a single specific package and contains a set of shipping \"rates\" that quote the cost to ship the package by different shipping carriers and services. The quotes are based on the package's origin, destination, and size.
Call createShippingQuote to create a shippingQuoteId."
}
]
}
],
"bundled": true
}