Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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