速率(每秒请求) | 突发 |
---|---|
10 | 10 |
x-amzn-RateLimit-Limit
响应头在可用时返回应用于请求操作的使用计划速率限制。上表指示此操作的默认速率和突发值。对业务需求要求更高的销售合作伙伴,可能会看到比这里显示的更高的速率和突发值。有关更多信息,请参阅销售合作伙伴API中的使用计划和速率限制。curl --location --request GET 'https://sellingpartnerapi-na.amazon.com/vendor/orders/v1/purchaseOrdersStatus'
{
"payload": {
"pagination": {
"nextToken": "string"
},
"ordersStatus": [
{
"purchaseOrderNumber": "string",
"purchaseOrderStatus": "OPEN",
"purchaseOrderDate": "2019-08-24T14:15:22Z",
"lastUpdatedDate": "2019-08-24T14:15:22Z",
"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"
}
},
"shipToParty": {
"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"
}
},
"itemStatus": [
{
"itemSequenceNumber": "string",
"buyerProductIdentifier": "string",
"vendorProductIdentifier": "string",
"netCost": {
"currencyCode": "str",
"amount": "string"
},
"listPrice": {
"currencyCode": "str",
"amount": "string"
},
"orderedQuantity": {
"orderedQuantity": {
"amount": 0,
"unitOfMeasure": "Cases",
"unitSize": 0
},
"orderedQuantityDetails": [
{
"updatedDate": "2019-08-24T14:15:22Z",
"orderedQuantity": {
"amount": 0,
"unitOfMeasure": "Cases",
"unitSize": 0
},
"cancelledQuantity": {
"amount": 0,
"unitOfMeasure": "Cases",
"unitSize": 0
}
}
]
},
"acknowledgementStatus": {
"confirmationStatus": "ACCEPTED",
"acceptedQuantity": {
"amount": 0,
"unitOfMeasure": "Cases",
"unitSize": 0
},
"rejectedQuantity": {
"amount": 0,
"unitOfMeasure": "Cases",
"unitSize": 0
},
"acknowledgementStatusDetails": [
{
"acknowledgementDate": "2019-08-24T14:15:22Z",
"acceptedQuantity": {
"amount": 0,
"unitOfMeasure": "Cases",
"unitSize": 0
},
"rejectedQuantity": {
"amount": 0,
"unitOfMeasure": "Cases",
"unitSize": 0
}
}
]
},
"receivingStatus": {
"receiveStatus": "NOT_RECEIVED",
"receivedQuantity": {
"amount": 0,
"unitOfMeasure": "Cases",
"unitSize": 0
},
"lastReceiveDate": "2019-08-24T14:15:22Z"
}
}
]
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}
技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码