| 速率(请求每秒) | 突发 |
|---|---|
| 2 | 30 |
x-amzn-RateLimit-Limit 响应头返回应用于请求操作的使用计划速率限制(如有)。上表指示此操作的默认速率和突发值。业务需求较高的销售合作者可能具有比此处显示的更高速率和突发值。有关更多信息,请参阅 销售合作者 API 中的使用计划和速率限制{
"marketplaceId": "string",
"sellerFulfillmentOrderId": "string",
"displayableOrderId": "string",
"displayableOrderDate": "2019-08-24T14:15:22.123Z",
"displayableOrderComment": "string",
"shippingSpeedCategory": "Standard",
"deliveryWindow": {
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z"
},
"destinationAddress": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"county": "string",
"district": "string",
"stateOrRegion": "string",
"postalCode": "string",
"countryCode": "string",
"phone": "string"
},
"deliveryPreferences": {
"DropOffLocation": "string",
"PreferredDeliveryTime": {
"businessHours": [
{
"dayOfWeek": "SUN",
"timeWindows": [
{
"start": "2019-08-24T14:15:22.123Z",
"end": "2019-08-24T14:15:22.123Z"
}
]
}
],
"exceptionDates": [
{
"exceptionDate": "2019-08-24",
"exceptionDateType": "CLOSED",
"timeWindows": [
{
"start": "2019-08-24T14:15:22.123Z",
"end": "2019-08-24T14:15:22.123Z"
}
]
}
]
},
"OtherAttributes": [
"HAS_ACCESS_POINT"
],
"AddressInstructions": "string"
},
"fulfillmentAction": "Ship",
"fulfillmentPolicy": "FillOrKill",
"codSettings": {
"isCodRequired": true,
"codCharge": {
"currencyCode": "string",
"amount": "string"
},
"codChargeTax": {
"currencyCode": "string",
"amount": "string"
},
"shippingCharge": {
"currencyCode": "string",
"amount": "string"
},
"shippingChargeTax": {
"currencyCode": "string",
"amount": "string"
}
},
"shipFromCountryCode": "string",
"notificationEmails": [
"string"
],
"featureConstraints": [
{
"featureName": "string",
"featureFulfillmentPolicy": "Required"
}
],
"items": [
{
"sellerSku": "string",
"sellerFulfillmentOrderItemId": "string",
"quantity": 0,
"giftMessage": "string",
"displayableComment": "string",
"fulfillmentNetworkSku": "string",
"perUnitDeclaredValue": {
"currencyCode": "string",
"amount": "string"
},
"perUnitPrice": {
"currencyCode": "string",
"amount": "string"
},
"perUnitTax": {
"currencyCode": "string",
"amount": "string"
}
}
],
"paymentInformation": [
{
"PaymentMethod": "CreditCard",
"AcquirerId": "string",
"CardBrand": "string",
"PaymentValue": {
"currencyCode": "string",
"amount": "string"
},
"AuthorizationCode": "string"
}
]
}curl --location 'https://sellingpartnerapi-na.amazon.com/fba/outbound/2020-07-01/fulfillmentOrders' \
--header 'Content-Type: application/json' \
--data '{
"marketplaceId": "string",
"sellerFulfillmentOrderId": "string",
"displayableOrderId": "string",
"displayableOrderDate": "2019-08-24T14:15:22.123Z",
"displayableOrderComment": "string",
"shippingSpeedCategory": "Standard",
"deliveryWindow": {
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z"
},
"destinationAddress": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"county": "string",
"district": "string",
"stateOrRegion": "string",
"postalCode": "string",
"countryCode": "string",
"phone": "string"
},
"deliveryPreferences": {
"DropOffLocation": "string",
"PreferredDeliveryTime": {
"businessHours": [
{
"dayOfWeek": "SUN",
"timeWindows": [
{
"start": "2019-08-24T14:15:22.123Z",
"end": "2019-08-24T14:15:22.123Z"
}
]
}
],
"exceptionDates": [
{
"exceptionDate": "2019-08-24",
"exceptionDateType": "CLOSED",
"timeWindows": [
{
"start": "2019-08-24T14:15:22.123Z",
"end": "2019-08-24T14:15:22.123Z"
}
]
}
]
},
"OtherAttributes": [
"HAS_ACCESS_POINT"
],
"AddressInstructions": "string"
},
"fulfillmentAction": "Ship",
"fulfillmentPolicy": "FillOrKill",
"codSettings": {
"isCodRequired": true,
"codCharge": {
"currencyCode": "string",
"amount": "string"
},
"codChargeTax": {
"currencyCode": "string",
"amount": "string"
},
"shippingCharge": {
"currencyCode": "string",
"amount": "string"
},
"shippingChargeTax": {
"currencyCode": "string",
"amount": "string"
}
},
"shipFromCountryCode": "string",
"notificationEmails": [
"string"
],
"featureConstraints": [
{
"featureName": "string",
"featureFulfillmentPolicy": "Required"
}
],
"items": [
{
"sellerSku": "string",
"sellerFulfillmentOrderItemId": "string",
"quantity": 0,
"giftMessage": "string",
"displayableComment": "string",
"fulfillmentNetworkSku": "string",
"perUnitDeclaredValue": {
"currencyCode": "string",
"amount": "string"
},
"perUnitPrice": {
"currencyCode": "string",
"amount": "string"
},
"perUnitTax": {
"currencyCode": "string",
"amount": "string"
}
}
],
"paymentInformation": [
{
"PaymentMethod": "CreditCard",
"AcquirerId": "string",
"CardBrand": "string",
"PaymentValue": {
"currencyCode": "string",
"amount": "string"
},
"AuthorizationCode": "string"
}
]
}'{
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码

扫码加入交流群