📄️ Create a dispatch LMD order
Sends a request to create a dispatch last mile delivery order with the desired delivery window.
📄️ Find stores for dispatch LMD
Returns an array of stores that offer delivery for the customer's location. A store is eligible for delivery orders when the pickup_only flag is set to false.
📄️ Stage a dispatch LMD order
Marks the dispatch last mile delivery order as staged and ready for delivery, which triggers an event to dispatch a shopper to the store location. Send this request when the bags are in a staging area. A shopper picks up the order from the staging area and delivers it.
📄️ Get a dispatch LMD order
Retrieves dispatch last mile delivery order details by order ID. Order details include the status, creation time, and time slot. For orders that have been fulfilled, the response includes the store location, how many bags were in the order, and when the customer received their order.
📄️ Update a dispatch LMD order
Updates a dispatch last mile delivery order.
📄️ Cancel a dispatch LMD order
This endpoint works only with dispatch last mile delivery orders.