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.DeliveryRoutingEngineInputRepresentation

Input for the Delivery Routing Engine, which retrieves routing rules to determine which fulfillment locations should fulfill products for a given delivery address.
Property Type Description Required or Optional Available Version
deliveryAddress ConnectApi.DeliveryAddressInputRepresentation The destination address for delivery. Use a valid address format.
  • Coordinates: latitude and longitude
  • Postal: country code and postal code
  • Geographic: country code, state, and city
Required 67.0
excludeLocations ConnectApi.LocationListInputRepresentation Locations that are excluded from routing consideration. Don't leave any identifier blank. The list can contain up to 100 items. Optional 67.0
fulfillmentCriteria​GroupName String The name of the fulfillment criteria group used for routing. Required 67.0
locationGroupName String The name of the location group where routing is happening. Required 67.0
products List<ConnectApi.RoutingProductInputRepresentation> The list of products to route. Enter a value between 1 to 2,000 items. Required 67.0