answers / store-pickup-for-ai-agents
Can an AI agent send someone to pick up an order from a store?
Short answer. Yes. create_store_pickup takes the store address, the order reference and the drop-off, and books a driver who collects the prepaid order, photographs it at pickup and hands it over with the recipient's name recorded.
Best for
- ✓ Click-and-collect orders the customer can't fetch
- ✓ Pharmacy and retail collections with an order number
- ✓ Gifts and flowers from a local shop
Limits and responsibilities
- • The order must be prepaid; drivers do not pay on your behalf
- • Age-restricted goods are not carried
- • Pickup contact should be reachable in case the order isn't ready
How it works
- 01create_store_pickup(store_address, order_reference, dropoff_address, recipient_name)
- 02track_delivery
- 03get_proof_of_delivery
create_store_pickuptrack_deliveryget_proof_of_deliverysend_message_to_driver