getFulfillmentPreview operation.{
"payload": {
"fulfillmentPreviews": [
{
"shippingSpeedCategory": "Standard",
"scheduledDeliveryInfo": {
"deliveryTimeZone": "string",
"deliveryWindows": [
{
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z"
}
]
},
"isFulfillable": true,
"isCODCapable": true,
"estimatedShippingWeight": {
"value": 11,
"unit": "Grams"
},
"estimatedFees": [
{
"name": "FBAPerUnitFulfillmentFee",
"amount": {
"currencyCode": "string",
"amount": "string"
}
}
],
"fulfillmentPreviewShipments": [
{
"earliestShipDate": "2019-08-24T14:15:22.123Z",
"latestShipDate": "2019-08-24T14:15:22.123Z",
"earliestArrivalDate": "2019-08-24T14:15:22.123Z",
"latestArrivalDate": "2019-08-24T14:15:22.123Z",
"shippingNotes": [
"string"
],
"fulfillmentPreviewItems": [
{
"sellerSku": "string",
"quantity": 0,
"sellerFulfillmentOrderItemId": "string",
"estimatedShippingWeight": {
"value": 11,
"unit": "Grams"
},
"shippingWeightCalculationMethod": "Package"
}
]
}
],
"unfulfillablePreviewItems": [
{
"sellerSku": "string",
"quantity": 0,
"sellerFulfillmentOrderItemId": "string",
"itemUnfulfillableReasons": [
"string"
]
}
],
"orderUnfulfillableReasons": [
"string"
],
"marketplaceId": "string",
"featureConstraints": [
{
"featureName": "string",
"featureFulfillmentPolicy": "Required"
}
]
}
]
},
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}