速率(每秒请求数) | 突发 |
---|---|
10 | 10 |
x-amzn-RateLimit-Limit
返回请求操作所应用的使用计划速率限制(如适用)。上表指示此操作的默认速率和突发值。业务需求较高的销售合作伙伴可能会看到比这里显示的更高的速率和突发值。有关更多信息,请参阅 销售合作伙伴 API 中的使用计划和速率限制。{
"acknowledgements": [
{
"purchaseOrderNumber": "string",
"sellingParty": {
"partyId": "string",
"address": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"county": "string",
"district": "string",
"stateOrRegion": "string",
"postalCode": "string",
"countryCode": "st",
"phone": "string"
},
"taxInfo": {
"taxRegistrationType": "VAT",
"taxRegistrationNumber": "string"
}
},
"acknowledgementDate": "2019-08-24T14:15:22Z",
"items": [
{
"itemSequenceNumber": "string",
"amazonProductIdentifier": "string",
"vendorProductIdentifier": "string",
"orderedQuantity": {
"amount": 0,
"unitOfMeasure": "Cases",
"unitSize": 0
},
"netCost": {
"currencyCode": "str",
"amount": "string"
},
"listPrice": {
"currencyCode": "str",
"amount": "string"
},
"discountMultiplier": "string",
"itemAcknowledgements": [
{
"acknowledgementCode": "Accepted",
"acknowledgedQuantity": {
"amount": 0,
"unitOfMeasure": "Cases",
"unitSize": 0
},
"scheduledShipDate": "2019-08-24T14:15:22Z",
"scheduledDeliveryDate": "2019-08-24T14:15:22Z",
"rejectionReason": "TemporarilyUnavailable"
}
]
}
]
}
]
}
curl --location --request POST 'https://sellingpartnerapi-na.amazon.com/vendor/orders/v1/acknowledgements' \
--header 'Content-Type: application/json' \
--data-raw '{
"acknowledgements": [
{
"purchaseOrderNumber": "string",
"sellingParty": {
"partyId": "string",
"address": {
"name": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"city": "string",
"county": "string",
"district": "string",
"stateOrRegion": "string",
"postalCode": "string",
"countryCode": "st",
"phone": "string"
},
"taxInfo": {
"taxRegistrationType": "VAT",
"taxRegistrationNumber": "string"
}
},
"acknowledgementDate": "2019-08-24T14:15:22Z",
"items": [
{
"itemSequenceNumber": "string",
"amazonProductIdentifier": "string",
"vendorProductIdentifier": "string",
"orderedQuantity": {
"amount": 0,
"unitOfMeasure": "Cases",
"unitSize": 0
},
"netCost": {
"currencyCode": "str",
"amount": "string"
},
"listPrice": {
"currencyCode": "str",
"amount": "string"
},
"discountMultiplier": "string",
"itemAcknowledgements": [
{
"acknowledgementCode": "Accepted",
"acknowledgedQuantity": {
"amount": 0,
"unitOfMeasure": "Cases",
"unitSize": 0
},
"scheduledShipDate": "2019-08-24T14:15:22Z",
"scheduledDeliveryDate": "2019-08-24T14:15:22Z",
"rejectionReason": "TemporarilyUnavailable"
}
]
}
]
}
]
}'
{
"payload": {
"transactionId": "20190827182357-8725bde9-c61c-49f9-86ac-46efd82d4da5"
}
}
技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码