{
"sellerFulfillmentOrderId": "string",
"marketplaceId": "string",
"displayableOrderId": "string",
"displayableOrderDate": "2019-08-24T14:15:22.123Z",
"displayableOrderComment": "string",
"shippingSpeedCategory": "Standard",
"deliveryWindow": {
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z"
},
"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:22.123Z",
"fulfillmentOrderStatus": "New",
"statusUpdatedDate": "2019-08-24T14:15:22.123Z",
"notificationEmails": [
"string"
],
"featureConstraints": [
{
"featureName": "string",
"featureFulfillmentPolicy": "Required"
}
]
}