ConfirmInboundShipmentPreorder
Returns information needed to confirm a shipment for pre-order. Call this operation after calling the getPreorderInfo operation to get the NeedByDate value and other pre-order information about the shipment.
Input
Name | Type | Required | Description |
ShipmentId | String | True | A shipment identifier originally returned by the createInboundShipmentPlan operation. |
NeedByDate | Date | True | Date that the shipment must arrive at the Amazon fulfillment center to avoid delivery promise breaks for pre-ordered items. Must be in YYYY-MM-DD format. The response to the getPreorderInfo operation returns this value. |
MarketplaceId | String | True | A marketplace identifier. Specifies the marketplace the shipment is tied to. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Boolean indicating whether the stored procedure was successfully executed. |
ConfirmedNeedByDate | Date | Date passed in with the NeedByDate parameter. The confirmed shipment must arrive at the Amazon fulfillment center by this date to avoid delivery promise breaks for pre-ordered items. In YYYY-MM-DD format. |
ConfirmedFulfillableDate | Date | Date that determines which pre-order items in the shipment are eligible for pre-order. The pre-order Buy Box will appear for any pre-order item in the shipment with a release date on or after this date. In YYYY-MM-DD format. |