createOrder 操作的响应模式。{
"order": {
"orderId": "ABC123XYZ",
"receiveTime": "2025-04-21T10:30:00Z",
"status": "PROCESSING",
"statusUpdateTime": "2025-04-21T11:45:00Z",
"fulfillmentConfiguration": {
"serviceLevel": {
"serviceTiers": [
"STANDARD"
]
},
"action": "HOLD",
"policy": "FILL_ALL_AVAILABLE",
"services": {
"packaging": {
"packagingOption": "UNBRANDED",
"packingSlip": {
"templateName": "templateName",
"templateAttributes": {
"orderId": "MyOrder-123",
"orderTime": "2026-07-01T10:00:00Z",
"orderText": "Thank you for your purchase!"
}
}
},
"additional": {}
}
},
"origin": {
"countryCode": "US"
},
"destination": {
"deliveryAddress": {
"name": "Shopper Name",
"addressLine1": "1000 Winthrop Ave N",
"city": "Seattle",
"countryCode": "US",
"postalCode": "98103",
"stateOrRegion": "WA",
"phone": "123-456-7890",
"email": "shopper@email.com"
}
},
"lineItems": [
{
"lineItemId": "someLineItemId",
"product": {
"productIdentifier": {
"amazonSku": "BOOK-123-HC"
},
"perUnitDeclaredValue": {
"currencyCode": "USD",
"amount": "14.99"
}
},
"amount": {
"unit": "EACHES",
"value": "1.0"
},
"cancelledAmount": {
"unit": "EACHES",
"value": "0.0"
},
"unfulfillableAmount": {
"unit": "EACHES",
"value": "0.0"
},
"fulfillmentConfiguration": {
"services": {
"packaging": {
"packingSlip": {
"templateName": "templateName",
"templateAttributes": {
"giftMessage": "Happy Birthday!",
"lineItemText": "Item 1 of 2"
}
}
},
"delivery": {
"paymentOnDelivery": {
"perUnitServicePrice": {
"currencyCode": "USD",
"amount": "14.99"
}
}
}
}
}
}
],
"paymentInformation": {
"payments": [
{
"paymentId": "PAY-12345",
"paymentMethod": "CREDIT_CARD",
"paymentTime": "2019-10-13T13:53:49Z"
}
]
}
}
}技术咨询扫码联系作者
SP-API技术咨询,开发者申请,Amazon ERP源码

扫码加入交流群