费率(每秒请求次数) | 突发 |
---|---|
5 | 15 |
{
"shipTo": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"stateOrRegion": "string",
"city": "string",
"countryCode": "st",
"postalCode": "string",
"email": "string",
"copyEmails": [
"string"
],
"phoneNumber": "string"
},
"shipFrom": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"stateOrRegion": "string",
"city": "string",
"countryCode": "st",
"postalCode": "string",
"email": "string",
"copyEmails": [
"string"
],
"phoneNumber": "string"
},
"serviceTypes": [
"Amazon Shipping Ground"
],
"shipDate": "2019-08-24T14:15:22Z",
"containerSpecifications": [
{
"dimensions": {
"length": 0,
"width": 0,
"height": 0,
"unit": "IN"
},
"weight": {
"unit": "g",
"value": 0
}
}
]
}
curl --location --request POST 'https://sellingpartnerapi-na.amazon.com/shipping/v1/rates' \
--header 'Content-Type: application/json' \
--data-raw '{
"shipTo": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"stateOrRegion": "string",
"city": "string",
"countryCode": "st",
"postalCode": "string",
"email": "string",
"copyEmails": [
"string"
],
"phoneNumber": "string"
},
"shipFrom": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"stateOrRegion": "string",
"city": "string",
"countryCode": "st",
"postalCode": "string",
"email": "string",
"copyEmails": [
"string"
],
"phoneNumber": "string"
},
"serviceTypes": [
"Amazon Shipping Ground"
],
"shipDate": "2019-08-24T14:15:22Z",
"containerSpecifications": [
{
"dimensions": {
"length": 0,
"width": 0,
"height": 0,
"unit": "IN"
},
"weight": {
"unit": "g",
"value": 0
}
}
]
}'
{
"serviceRates": [
{
"billableWeight": {
"value": 4,
"unit": "kg"
},
"totalCharge": {
"value": 3.25,
"unit": "GBP"
},
"serviceType": "Amazon Shipping Standard",
"promise": {
"deliveryWindow": {
"start": "2018-08-25T20:22:30.737Z",
"end": "2018-08-26T20:22:30.737Z"
},
"receiveWindow": {
"start": "2018-08-23T09:22:30.737Z",
"end": "2018-08-23T11:22:30.737Z"
}
}
}
]
}
技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码