| 速率(每秒请求数) | 突发 |
|---|---|
| 2 | 30 |
x-amzn-RateLimit-Limit 响应头会在可用时返回应用于所请求操作的用量计划速率限制。上表列出了此操作的默认速率和突发值。业务需求较高、需要更高吞吐量的销售合作伙伴,其速率和突发值可能高于此处显示的值。有关更多信息,请参阅销售合作伙伴API中的用量计划和速率限制。{
"channel": "SHOPIFY",
"fulfillmentConfiguration": {
"serviceLevel": {
"serviceTiers": [
"STANDARD"
]
},
"services": {
"packaging": {
"packagingOption": "UNBRANDED"
},
"additional": {}
}
},
"origin": {
"countryCode": "US"
},
"destination": {
"deliveryAddress": {
"name": "Shopper Name",
"addressLine1": "1000 Winthrop Ave N",
"city": "Seattle",
"countryCode": "US",
"postalCode": "98103",
"stateOrRegion": "WA",
"phone": "123-456-7890",
"email": "shopper@email.com"
}
},
"lineItems": [
{
"product": {
"productIdentifier": {
"amazonSku": "someSku"
},
"perUnitDeclaredValue": {
"currencyCode": "USD",
"amount": "3.00"
}
},
"amount": {
"unit": "EACHES",
"value": "1.0"
}
}
],
"excludeEstimatedFees": true
}curl --location 'https://sellingpartnerapi-na.amazon.com/fulfillment/outbound/2026-07-04/previews' \
--header 'x-amzn-fulfillment-service-id: FS01-o8vlfw8b1tiu1' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel": "SHOPIFY",
"fulfillmentConfiguration": {
"serviceLevel": {
"serviceTiers": [
"STANDARD"
]
},
"services": {
"packaging": {
"packagingOption": "UNBRANDED"
},
"additional": {}
}
},
"origin": {
"countryCode": "US"
},
"destination": {
"deliveryAddress": {
"name": "Shopper Name",
"addressLine1": "1000 Winthrop Ave N",
"city": "Seattle",
"countryCode": "US",
"postalCode": "98103",
"stateOrRegion": "WA",
"phone": "123-456-7890",
"email": "shopper@email.com"
}
},
"lineItems": [
{
"product": {
"productIdentifier": {
"amazonSku": "someSku"
},
"perUnitDeclaredValue": {
"currencyCode": "USD",
"amount": "3.00"
}
},
"amount": {
"unit": "EACHES",
"value": "1.0"
}
}
],
"excludeEstimatedFees": true
}'{
"plannedShipments": [
{
"estimatedShippingWeight": {
"unit": "KG",
"value": "2.0"
},
"items": [
{
"productIdentifier": {
"amazonSku": "someSku"
},
"amount": {
"unit": "EACHES",
"value": "1.0"
}
}
],
"offers": [
{
"fulfillmentConfiguration": {
"serviceLevel": {
"serviceTier": "STANDARD",
"deliveryInterval": {
"startTime": "2025-04-21T12:34:56Z",
"endTime": "2025-04-22T12:34:56Z"
},
"shipInterval": {
"startTime": "2025-04-21T10:00:00Z",
"endTime": "2025-04-21T14:00:00Z"
}
},
"services": {
"packaging": {
"packagingOption": "UNBRANDED"
},
"delivery": {
"paymentOnDelivery": "ENABLED"
},
"additional": {}
}
},
"estimatedPrice": {
"rollupPrices": [
{
"type": "MCFTransportationFee",
"value": {
"currencyCode": "USD",
"amount": "4.25"
}
}
],
"totalPrice": {
"currencyCode": "USD",
"amount": "4.25"
}
}
}
]
}
],
"constraints": [
{
"message": "There is not enough quantity of item xyz.",
"type": "ValidationError",
"code": "ItemQuantityNotAvailable",
"details": [
{
"type": "someType",
"value": "someValue"
}
]
}
]
}技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码

扫码加入交流群