Check Delivery AssuranceCopy Pagepost https://sandbox.api.deliverysolutions.co/api/v2/deliveryAssuranceBody ParamsstoreExternalIdstringRequired when utilising dsp service. If storeExternalId is provided for store-boundary service, the location boundary check will be limited to that location.deliveryAddressobjectrequiredZipcode is mandatory in Address. If full address is provided then it would be geocoded if latitude and longitude are not provided for store boundary service and if a delivery service provider requires it. Full address is required when utilising confidence-score and return-confidence-score services.deliveryAddress objectservicesarray of stringsrequiredAn array of service keys to determine which service is being invoked. Available services are: dsp, store-boundary, store-boundary-dsp, confidence-score, return-confidence-score.services*ADD stringmatchBoundaryTagsarray of stringsMatch stores whose boundaries have at least one of the tags (eg: "tags":["sdd","fleet"]) that are passed in an array and cover the dropoff address.matchBoundaryTagsADD stringmatchProviderTagsarray of stringsAll the providers matching at least one tag are returned. This is only available for the dsp and store-boundary-dsp services.matchProviderTagsADD stringpickupTimeobjectCheck provider availability based on pickup time. If not provided, the system will use the appropriate time window. If pickupTime is null then it means that the package needs to be picked as soon as possible.pickupTime objectdropoffTimeobjectCheck provider availability based on drop-off time. If not provided, the system will use the appropriate time window. If dropoff time is null then it means that the package needs to be dropped off as soon as possible after the pickup.dropoffTime objectsortByDistancebooleanWhen true, it returns all the pickup locations that cover the deliveryAddress sorted in the ascending order by distance.truefalsenearestPickupobjectFetches the nearest pickup locations that serve the deliveryAddress for a given radius. When this field is provided, the coverage boundaries associated with the pickup locations are ignored. This is only available for the store-boundary and store-boundary-dsp services.nearestPickup objectshowFulfillmentOptionsbooleanWhen true, it returns the order type and provider services supported by the pickup location.truefalsebypassCachebooleanIf caching in enabled in corporate profile to reduce latency, a customer can disable cache for this API by sending bypassCache as truetruefalsematchLocationTagsarray of stringsAll the locations matching at least one tag are returned. This is only available for the store-boundary and store-boundary-dsp services.matchLocationTagsADD stringResponse 200200Updated 11 months ago