📄️ Find stores offering delivery
Returns an array of stores that offer delivery for the customer's location. The list of stores is sorted by distance, with the store closest to the customer displayed first.
📄️ Find stores offering pickup
Returns an array of stores that offer pickup for the customer's location. The list of stores is sorted by distance, with the store closest to the customer displayed first.
📄️ Find stores offering last mile delivery
This operation lets you to find stores that offer last mile deliveries (LMD) to the customer’s location. In your request, the location can be represented as geographical coordinates, an address, or simply a postal code.