{
"payload": {
"fulfillmentOrder": {
"sellerFulfillmentOrderId": "string",
"marketplaceId": "string",
"displayableOrderId": "string",
"displayableOrderDate": "2019-08-24T14:15:22Z",
"displayableOrderComment": "string",
"shippingSpeedCategory": "Standard",
"deliveryWindow": {
"startDate": "2019-08-24T14:15:22Z",
"endDate": "2019-08-24T14:15:22Z"
},
"destinationAddress": {
"addressLine1": "address_1",
"addressLine2": "address_2",
"addressLine3": "address_3",
"city": "Seattle",
"countryCode": "US",
"county": "Washington",
"district": "District1",
"name": "address_name",
"phoneNumber": "+14155552671",
"postalCode": "123456",
"stateOrRegion": "Washington"
},
"fulfillmentAction": "Ship",
"fulfillmentPolicy": "FillOrKill",
"codSettings": {
"isCodRequired": true,
"codCharge": {
"currencyCode": "string",
"amount": "string"
},
"codChargeTax": {
"currencyCode": "string",
"amount": "string"
},
"shippingCharge": {
"currencyCode": "string",
"amount": "string"
},
"shippingChargeTax": {
"currencyCode": "string",
"amount": "string"
}
},
"receivedDate": "2019-08-24T14:15:22Z",
"fulfillmentOrderStatus": "New",
"statusUpdatedDate": "2019-08-24T14:15:22Z",
"notificationEmails": [
"string"
],
"featureConstraints": [
{
"featureName": "string",
"featureFulfillmentPolicy": "Required"
}
]
},
"fulfillmentOrderItems": [
{
"sellerSku": "string",
"sellerFulfillmentOrderItemId": "string",
"quantity": 0,
"giftMessage": "string",
"displayableComment": "string",
"fulfillmentNetworkSku": "string",
"orderItemDisposition": "string",
"cancelledQuantity": 0,
"unfulfillableQuantity": 0,
"estimatedShipDate": "2019-08-24T14:15:22Z",
"estimatedArrivalDate": "2019-08-24T14:15:22Z",
"perUnitPrice": {
"currencyCode": "string",
"amount": "string"
},
"perUnitTax": {
"currencyCode": "string",
"amount": "string"
},
"perUnitDeclaredValue": {
"currencyCode": "string",
"amount": "string"
}
}
],
"fulfillmentShipments": [
{
"amazonShipmentId": "string",
"fulfillmentCenterId": "string",
"fulfillmentShipmentStatus": "PENDING",
"shippingDate": "2019-08-24T14:15:22Z",
"estimatedArrivalDate": "2019-08-24T14:15:22Z",
"shippingNotes": [
"string"
],
"fulfillmentShipmentItem": [
{
"sellerSku": "string",
"sellerFulfillmentOrderItemId": "string",
"quantity": 0,
"packageNumber": 0,
"serialNumber": "string",
"manufacturerLotCodes": [
"string"
]
}
],
"fulfillmentShipmentPackage": [
{
"packageNumber": 0,
"carrierCode": "string",
"trackingNumber": "string",
"estimatedArrivalDate": "2019-08-24T14:15:22Z",
"lockerDetails": {
"lockerNumber": "string",
"lockerAccessCode": "string"
},
"deliveryInformation": {
"deliveryDocumentList": [
{
"documentType": "string",
"url": "string"
}
],
"dropOffLocation": {
"type": "FRONT_DOOR",
"attributes": {
"property1": "string",
"property2": "string"
}
}
}
}
]
}
],
"returnItems": [
{
"sellerReturnItemId": "string",
"sellerFulfillmentOrderItemId": "string",
"amazonShipmentId": "string",
"sellerReturnReasonCode": "string",
"returnComment": "string",
"amazonReturnReasonCode": "string",
"status": "New",
"statusChangedDate": "2019-08-24T14:15:22Z",
"returnAuthorizationId": "string",
"returnReceivedCondition": "Sellable",
"fulfillmentCenterId": "string"
}
],
"returnAuthorizations": [
{
"returnAuthorizationId": "string",
"fulfillmentCenterId": "string",
"returnToAddress": {
"addressLine1": "address_1",
"addressLine2": "address_2",
"addressLine3": "address_3",
"city": "Seattle",
"countryCode": "US",
"county": "Washington",
"district": "District1",
"name": "address_name",
"phoneNumber": "+14155552671",
"postalCode": "123456",
"stateOrRegion": "Washington"
},
"amazonRmaId": "string",
"rmaPageURL": "string"
}
],
"paymentInformation": [
{
"paymentTransactionId": "string",
"paymentMode": "string",
"paymentDate": "2019-08-24T14:15:22Z"
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}