速率(每秒请求数) | 峰值 |
---|---|
2 | 30 |
x-amzn-RateLimit-Limit
响应头返回了适用于请求操作的使用计划速率限制(如果可用)。上表指示了该操作的默认速率和峰值值。业务需求要求更高吞吐量的销售合作伙伴可能会看到比这里显示的更高的速率和峰值值。更多信息,请参考 销售合作伙伴API中的使用计划和速率限制。{
"marketplaceId": "string",
"displayableOrderId": "string",
"displayableOrderDate": "2019-08-24T14:15:22Z",
"displayableOrderComment": "string",
"shippingSpeedCategory": "Standard",
"destinationAddress": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"districtOrCounty": "string",
"stateOrRegion": "string",
"postalCode": "string",
"countryCode": "string",
"phone": "string"
},
"fulfillmentAction": "Ship",
"fulfillmentPolicy": "FillOrKill",
"shipFromCountryCode": "string",
"notificationEmails": [
"string"
],
"featureConstraints": [
{
"featureName": "string",
"featureFulfillmentPolicy": "Required"
}
],
"items": [
{
"sellerSku": "string",
"sellerFulfillmentOrderItemId": "string",
"quantity": 0,
"giftMessage": "string",
"displayableComment": "string",
"fulfillmentNetworkSku": "string",
"orderItemDisposition": "string",
"perUnitDeclaredValue": {
"currencyCode": "string",
"value": "string"
},
"perUnitPrice": {
"currencyCode": "string",
"value": "string"
},
"perUnitTax": {
"currencyCode": "string",
"value": "string"
}
}
]
}
curl --location --request PUT 'https://sellingpartnerapi-na.amazon.com/fba/outbound/2020-07-01/fulfillmentOrders/' \
--header 'Content-Type: application/json' \
--data-raw '{
"marketplaceId": "string",
"displayableOrderId": "string",
"displayableOrderDate": "2019-08-24T14:15:22Z",
"displayableOrderComment": "string",
"shippingSpeedCategory": "Standard",
"destinationAddress": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"districtOrCounty": "string",
"stateOrRegion": "string",
"postalCode": "string",
"countryCode": "string",
"phone": "string"
},
"fulfillmentAction": "Ship",
"fulfillmentPolicy": "FillOrKill",
"shipFromCountryCode": "string",
"notificationEmails": [
"string"
],
"featureConstraints": [
{
"featureName": "string",
"featureFulfillmentPolicy": "Required"
}
],
"items": [
{
"sellerSku": "string",
"sellerFulfillmentOrderItemId": "string",
"quantity": 0,
"giftMessage": "string",
"displayableComment": "string",
"fulfillmentNetworkSku": "string",
"orderItemDisposition": "string",
"perUnitDeclaredValue": {
"currencyCode": "string",
"value": "string"
},
"perUnitPrice": {
"currencyCode": "string",
"value": "string"
},
"perUnitTax": {
"currencyCode": "string",
"value": "string"
}
}
]
}'
{
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}
技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码