Skip to main content

List Delivery Window Options

GET 

/api/amazon/:integrationInstance/draft-inbound-plans/:draft_inbound_plan/shipments/:plan_shipment/delivery-window-options

List the delivery window options generated for a plan shipment.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Each option includes:

  • start_date / end_date — the delivery window Amazon offers for the shipment
  • availability_type — e.g. AVAILABLE or CONGESTED
  • valid_until — when the offered window expires and can no longer be confirmed
  • statusOFFERED, CONFIRMED, or EXPIRED (uppercase)

Run Generate Delivery Window Options first; this endpoint reads the locally persisted results. Returns 404 when the shipment does not belong to the draft inbound plan.

Request

Responses

OK

Response Headers
    Content-Type