| 速率(每秒请求数) | 突发 |
|---|---|
| 2 | 30 |
x-amzn-RateLimit-Limit 响应头会在可用时返回应用于所请求操作的用量计划速率限制。上表列出了此操作的默认速率和突发值。业务需求较高、需要更高吞吐量的销售合作伙伴,其速率和突发值可能高于此处显示的值。有关更多信息,请参阅销售合作伙伴API中的用量计划和速率限制。curl --location 'https://sellingpartnerapi-na.amazon.com/fulfillment/outbound/2026-07-04/orders/orderNumberThree?shipments=EXCLUDE' \
--header 'x-amzn-fulfillment-service-id: FS01-o8vlfw8b1tiu1'{
"order": {
"orderId": "ABC123XYZ",
"channel": "SHOPIFY",
"receiveTime": "2025-04-21T10:30:00Z",
"status": "PROCESSING",
"statusUpdateTime": "2025-04-21T11:45:00Z",
"fulfillmentConfiguration": {
"serviceLevel": {
"serviceTiers": [
"STANDARD"
]
},
"action": "HOLD",
"policy": "FILL_ALL_AVAILABLE",
"services": {
"packaging": {
"packagingOption": "UNBRANDED",
"packingSlip": {
"templateName": "templateName",
"templateAttributes": {
"orderId": "MyOrder-123",
"orderTime": "2026-07-01T10:00:00Z",
"orderText": "Thank you for your purchase!"
}
}
},
"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": [
{
"lineItemId": "someLineItemId",
"product": {
"productIdentifier": {
"amazonSku": "BOOK-123-HC"
},
"perUnitDeclaredValue": {
"currencyCode": "USD",
"amount": "14.99"
}
},
"amount": {
"unit": "EACHES",
"value": "1.0"
},
"cancelledAmount": {
"unit": "EACHES",
"value": "0.0"
},
"unfulfillableAmount": {
"unit": "EACHES",
"value": "0.0"
},
"fulfillmentConfiguration": {
"services": {
"packaging": {
"packingSlip": {
"templateName": "templateName",
"templateAttributes": {
"orderId": "MyOrder-123",
"orderTime": "2026-07-01T10:00:00Z",
"orderText": "Thank you for your purchase!"
}
}
},
"delivery": {
"paymentOnDelivery": {
"perUnitServicePrice": {
"currencyCode": "USD",
"amount": "14.99"
}
}
}
}
}
}
],
"shipments": [
{
"amazonShipmentId": "SHIP901234",
"amazonFacility": {
"facilityId": "FC456"
},
"status": "SHIPPED",
"shipTime": "2025-04-21T15:00:00Z",
"deliveryTime": "2025-04-23T12:00:00Z",
"items": [
{
"shipmentItemId": "SI001",
"productIdentifier": {
"amazonSku": "SKU123"
},
"lineItemId": "LI789012",
"amount": {
"value": "1.0",
"unit": "EACHES"
}
}
],
"packages": [
{
"packageId": "PKG-abc123def456",
"status": "DELIVERED",
"shipmentItemIds": [
"SI001"
],
"tracking": {
"carrier": {
"carrierCode": "FEDEX",
"trackingNumber": "123456789"
},
"amazon": {
"trackingNumber": "123456789"
}
}
}
]
}
],
"paymentInformation": {
"payments": [
{
"paymentId": "PAY-12345",
"paymentMethod": "CREDIT_CARD",
"paymentTime": "2019-10-13T13:53:49Z"
}
]
}
}
}技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码

扫码加入交流群