速率(每秒请求次数) | 突发 |
---|---|
2 | 30 |
x-amzn-RateLimit-Limit
响应头返回适用于请求操作的使用计划速率限制(如果可用)。上表指示此操作的默认速率和突发值。经营业务需求需要更高吞吐量的销售合作伙伴,可能会看到比这里显示的更高的速率和突发值。有关更多信息,请参阅 销售合作伙伴API中的使用计划和速率限制。{
"marketplaceId": "string",
"address": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"districtOrCounty": "string",
"stateOrRegion": "string",
"postalCode": "string",
"countryCode": "string",
"phone": "string"
},
"items": [
{
"sellerSku": "string",
"quantity": 0,
"perUnitDeclaredValue": {
"currencyCode": "string",
"value": "string"
},
"sellerFulfillmentOrderItemId": "string"
}
],
"shippingSpeedCategories": [
"Standard"
],
"includeCODFulfillmentPreview": true,
"includeDeliveryWindows": true,
"featureConstraints": [
{
"featureName": "string",
"featureFulfillmentPolicy": "Required"
}
]
}
curl --location --request POST 'https://sellingpartnerapi-na.amazon.com/fba/outbound/2020-07-01/fulfillmentOrders/preview' \
--header 'Content-Type: application/json' \
--data-raw '{
"marketplaceId": "string",
"address": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"districtOrCounty": "string",
"stateOrRegion": "string",
"postalCode": "string",
"countryCode": "string",
"phone": "string"
},
"items": [
{
"sellerSku": "string",
"quantity": 0,
"perUnitDeclaredValue": {
"currencyCode": "string",
"value": "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:22Z",
"endDate": "2019-08-24T14:15:22Z"
}
]
},
"isFulfillable": true,
"isCODCapable": true,
"estimatedShippingWeight": {
"unit": "KG",
"value": "string"
},
"estimatedFees": [
{
"name": "FBAPerUnitFulfillmentFee",
"amount": {
"currencyCode": "string",
"value": "string"
}
}
],
"fulfillmentPreviewShipments": [
{
"earliestShipDate": "2019-08-24T14:15:22Z",
"latestShipDate": "2019-08-24T14:15:22Z",
"earliestArrivalDate": "2019-08-24T14:15:22Z",
"latestArrivalDate": "2019-08-24T14:15:22Z",
"shippingNotes": [
"string"
],
"fulfillmentPreviewItems": [
{
"sellerSku": "string",
"quantity": 0,
"sellerFulfillmentOrderItemId": "string",
"estimatedShippingWeight": {
"unit": "KG",
"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源码