速率(每秒请求数) | 突发 |
---|---|
2 | 2 |
x-amzn-RateLimit-Limit
响应头返回请求操作所应用的使用计划速率限制(如果可用)。上表指示了此操作的默认速率和突发值。对于业务需求要求更高吞吐量的销售合作伙伴,可能会看到比这里显示的更高的速率和突发值。有关更多信息,请参阅销售合作伙伴 API中的使用计划和速率限制。AMAZON
、SELLER
或 NONE
。AMAZON
、SELLER
或 NONE
。{
"contactInformation": {
"email": "email@email.com",
"name": "name",
"phoneNumber": "1234567890"
},
"destinationMarketplaces": [
"ATVPDKIKX0DER"
],
"items": [
{
"expiration": "2024-01-01",
"labelOwner": "AMAZON",
"manufacturingLotCode": "manufacturingLotCode",
"msku": "Sunglasses",
"prepOwner": "AMAZON",
"quantity": 10
}
],
"name": "My inbound plan",
"sourceAddress": {
"addressLine1": "123 example street",
"addressLine2": "Floor 19",
"city": "Toronto",
"companyName": "Acme",
"countryCode": "CA",
"email": "email@email.com",
"name": "name",
"phoneNumber": "1234567890",
"postalCode": "M1M1M1",
"stateOrProvinceCode": "ON"
}
}
curl --location --request POST 'https://sellingpartnerapi-na.amazon.com/inbound/fba/2024-03-20/inboundPlans' \
--header 'Content-Type: application/json' \
--data-raw '{
"contactInformation": {
"email": "email@email.com",
"name": "name",
"phoneNumber": "1234567890"
},
"destinationMarketplaces": [
"ATVPDKIKX0DER"
],
"items": [
{
"expiration": "2024-01-01",
"labelOwner": "AMAZON",
"manufacturingLotCode": "manufacturingLotCode",
"msku": "Sunglasses",
"prepOwner": "AMAZON",
"quantity": 10
}
],
"name": "My inbound plan",
"sourceAddress": {
"addressLine1": "123 example street",
"addressLine2": "Floor 19",
"city": "Toronto",
"companyName": "Acme",
"countryCode": "CA",
"email": "email@email.com",
"name": "name",
"phoneNumber": "1234567890",
"postalCode": "M1M1M1",
"stateOrProvinceCode": "ON"
}
}'
{
"inboundPlanId": "stringstringstringstringstringstringst",
"operationId": "stringstringstringstringstringstring"
}
技 术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码