v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
Fulfillment Inbound v2024-03-20

confirmDeliveryWindowOptions

Confirms the delivery window option for chosen shipment within an inbound plan. A placement option must be confirmed prior to use of this API. Once confirmed, new delivery window options cannot be generated, but the chosen delivery window option can be updated before shipment closure. The window is used to provide the expected time when a shipment will arrive at the warehouse. All transportation options which have the program CONFIRMED_DELIVERY_WINDOW require a delivery window to be confirmed prior to transportation option confirmation.

post/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/deliveryWindowOptions/{deliveryWindowOptionId}/confirmation

Path parameters

inboundPlanIdstring required

Identifier of an inbound plan.

shipmentIdstring required

The shipment to confirm the delivery window option for.

deliveryWindowOptionIdstring required

The id of the delivery window option to be confirmed.

Response

ConfirmDeliveryWindowOptions 202 response

operationIdstring required

UUID for the given operation.

Example response

{
  "operationId": "1234abcd-1234-abcd-5678-1234abcd5678"
}