| 速率(每秒请求) | 突发 |
|---|---|
| 2 | 30 |
x-amzn-RateLimit-Limit 响应头在可用时返回应用于请求操作的使用计划速率限制。上表指示了此操作的默认速率和突发值。业务需求较高的销售合作伙伴可能会有高于此处显示的速率和突发值。有关更多信息,请参阅 销售合作伙伴API中的使用计划和速率限制。{
"marketplaceId": "string",
"address": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"county": "string",
"district": "string",
"stateOrRegion": "string",
"postalCode": "string",
"countryCode": "string",
"phone": "string"
},
"items": [
{
"sellerSku": "string",
"quantity": 0,
"perUnitDeclaredValue": {
"currencyCode": "string",
"amount": "string"
},
"sellerFulfillmentOrderItemId": "string"
}
],
"shippingSpeedCategories": [
"Standard"
],
"includeCODFulfillmentPreview": true,
"includeDeliveryWindows": true,
"featureConstraints": [
{
"featureName": "string",
"featureFulfillmentPolicy": "Required"
}
]
}curl --location 'https://sellingpartnerapi-na.amazon.com/fba/outbound/2020-07-01/fulfillmentOrders/preview' \
--header 'Content-Type: application/json' \
--data '{
"marketplaceId": "string",
"address": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"county": "string",
"district": "string",
"stateOrRegion": "string",
"postalCode": "string",
"countryCode": "string",
"phone": "string"
},
"items": [
{
"sellerSku": "string",
"quantity": 0,
"perUnitDeclaredValue": {
"currencyCode": "string",
"amount": "string"
},
"sellerFulfillmentOrderItemId": "string"
}
],
"shippingSpeedCategories": [
"Standard"
],
"includeCODFulfillmentPreview": true,
"includeDeliveryWindows": true,
"featureConstraints": [
{
"featureName": "string",
"featureFulfillmentPolicy": "Required"
}
]
}'{
"payload": {
"fulfillmentPreviews": [
{
"shippingSpeedCategory": "Standard",
"scheduledDeliveryInfo": {
"deliveryTimeZone": "string",
"deliveryWindows": [
{
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z"
}
]
},
"isFulfillable": true,
"isCODCapable": true,
"estimatedShippingWeight": {
"unitOfMeasure": "G",
"value": "string"
},
"estimatedFees": [
{
"feeId": "string",
"feeType": "MISCELLANEOUS_FEE",
"feeRateValue": "string",
"feeAmount": {
"currencyCode": "string",
"currencyAmount": 0
}
}
],
"fulfillmentPreviewShipments": [
{
"earliestShipDate": "2019-08-24T14:15:22.123Z",
"latestShipDate": "2019-08-24T14:15:22.123Z",
"earliestArrivalDate": "2019-08-24T14:15:22.123Z",
"latestArrivalDate": "2019-08-24T14:15:22.123Z",
"shippingNotes": [
"string"
],
"fulfillmentPreviewItems": [
{
"sellerSku": "string",
"quantity": 0,
"sellerFulfillmentOrderItemId": "string",
"estimatedShippingWeight": {
"unitOfMeasure": "G",
"value": "string"
},
"shippingWeightCalculationMethod": "Package"
}
]
}
],
"unfulfillablePreviewItems": [
{
"sellerSku": "string",
"quantity": 0,
"sellerFulfillmentOrderItemId": "string",
"itemUnfulfillableReasons": [
"string"
]
}
],
"orderUnfulfillableReasons": [
"string"
],
"marketplaceId": "string",
"featureConstraints": [
{
"featureName": "string",
"featureFulfillmentPolicy": "Required"
}
]
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码

扫码加入交流群