Skip to main content

Get Route Response

GET 

/optimize/route/:request_id

Get Route Response

Request

Path Parameters

    request_id Request Idrequired

Responses

Successful Response

Schema
    site_name Site Namenullable

    The site name of the site.

    site_id Site Idnullable

    The site id of the site.

    wave_id Wave Idnullable

    The id of the wave.

    request_id Request Idnullable

    The ObjectId of the corresponding request.

    timestamp date-time

    The timestamp of the response.

    computation_time Computation Time

    Time our algorithm spent calculating.

    error Errornullable

    An error message, if an error occurred.

    visualization_url Visualization Urlnullable

    Link to a visualization of the optimization, if enabled in request parameters.

    route_id Route Idnullable

    The id of the route.

    picks object[]

    The optimized sequence of picks.

  • Array [
  • pick_id Pick Idrequired

    ID to unique identify this pick

    location_id Location Idrequired

    The location of the pick in the warehouse.

    asis_sequence Asis Sequencenullable

    The sequence number of the pick in the as-is route.Required for calculating as-is distances.

    priority Prioritynullable

    Higher priority picks are picked first.

    sku_id Sku Idnullable

    The id of the SKU on the location.

    order_id Order Idnullable

    The order id of the pick.

    hu_id Hu Idnullable

    The handling unit id of the pick.

    hu_type Hu Typenullable

    The handling unit type of the pick.

    optim_sequence Optim Sequencerequired

    The optimal sequence of this pick in the optimized route.

    path arraynullable

    The path to the pick in the warehouse.

    instructions object
    hallways arraynullable

    The hallways that should be crossed to reach the pick in the shortest path.

    end_loop End Loopnullable

    Whether the pick should ends the loop.

    start_loop Start Loopnullable

    Whether the pick should starts a new loop.A pick can both end a loop and start a new one.

  • ]
  • asis_distance Asis Distance

    The distance of the as-is route.

    optimal_distance Optimal Distance

    The distance of the optimized route.

    property name* any
Loading...