ConnectApi.DeliveryRoutingEngineOutputRepresentation

Delivery routing engine output, including ranked routes and the best fulfillment locations for each SKU.
Property Name Type Description Available Version
bestLocations​PerStockKeepingUnit Map<String, List<ConnectApi.BestLocationPerSKUOutputRepresentation>> The best fulfillment locations for each SKU. The map key is the SKU string. 67.0
errors List<ConnectApi.ErrorResponse> Any errors that were returned. 67.0
routes List<ConnectApi.RouteOutputRepresentation> Delivery routes ranked by score. 67.0
success Boolean Indicates whether the request succeeded. 67.0