# Delivery Management APIs

- [Wallet](https://docs.sendstackhq.com/delivery-api/wallet.md): Endpoints to manage your wallet
- [Get Wallet Balance](https://docs.sendstackhq.com/delivery-api/wallet/get-wallet-balance.md)
- [Get Wallet Transactions](https://docs.sendstackhq.com/delivery-api/wallet/get-wallet-transactions.md): Get wallet transactions
- [Locations](https://docs.sendstackhq.com/delivery-api/locations.md): Endpoints to fetch locations
- [Get Mapped Locations](https://docs.sendstackhq.com/delivery-api/locations/get-delivery-locations.md)
- [Get Countries](https://docs.sendstackhq.com/delivery-api/locations/get-countries.md)
- [Estimates](https://docs.sendstackhq.com/delivery-api/estimates.md): Endpoint to get prices of deliveries based on location
- [Get Delivery Price Estimate](https://docs.sendstackhq.com/delivery-api/estimates/get-delivery-price.md)
- [Partners](https://docs.sendstackhq.com/delivery-api/partners.md)
- [Get Partners](https://docs.sendstackhq.com/delivery-api/partners/get-partners.md)
- [Get Partner](https://docs.sendstackhq.com/delivery-api/partners/get-partner.md)
- [Update Partner Profile](https://docs.sendstackhq.com/delivery-api/partners/update-partner-profile.md)
- [Add Partner Off Days](https://docs.sendstackhq.com/delivery-api/partners/add-partner-off-days.md)
- [Delete Partner Off Day](https://docs.sendstackhq.com/delivery-api/partners/delete-partner-off-day.md)
- [Packaging](https://docs.sendstackhq.com/delivery-api/packaging.md)
- [Categories](https://docs.sendstackhq.com/delivery-api/categories.md): View all categories of items we can deliver using the request format below.
- [Bookings](https://docs.sendstackhq.com/delivery-api/bookings.md)
- [New Booking](https://docs.sendstackhq.com/delivery-api/bookings/request-delivery.md)
- [Generate POD account number](https://docs.sendstackhq.com/delivery-api/bookings/generate-pod-account-number.md): Details on how to generate an account number for a POD delivery
- [Fetch Deliveries](https://docs.sendstackhq.com/delivery-api/bookings/fetch-deliveries.md)
- [Update Delivery Details](https://docs.sendstackhq.com/delivery-api/bookings/update-delivery-details.md)
- [Update Drop Statuses](https://docs.sendstackhq.com/delivery-api/bookings/update-drop-statuses.md)
- [Cancel Drops](https://docs.sendstackhq.com/delivery-api/bookings/cancel-delivery.md)
- [Reschedule Delivery](https://docs.sendstackhq.com/delivery-api/bookings/reschedule-delivery.md): Reschedule Delivery by delivery ID
- [Update Delivery Window](https://docs.sendstackhq.com/delivery-api/bookings/update-delivery-window.md): Update delivery window by specifying dropId, control business id and updated delivery window.
- [Assign Drop](https://docs.sendstackhq.com/delivery-api/bookings/assign-drop.md)
- [Status Tracking](https://docs.sendstackhq.com/delivery-api/status-tracking.md)
- [Track Delivery Status](https://docs.sendstackhq.com/delivery-api/status-tracking/track-delivery-status.md)
- [Messaging](https://docs.sendstackhq.com/delivery-api/messaging.md)
- [Send Customer Message](https://docs.sendstackhq.com/delivery-api/messaging/send-customer-message.md)
- [Add Private Note](https://docs.sendstackhq.com/delivery-api/messaging/add-private-note.md)
- [Update note status](https://docs.sendstackhq.com/delivery-api/messaging/update-note-status.md): Update note by providing the noteId
- [Sample Webhook Payloads](https://docs.sendstackhq.com/delivery-api/sample-webhook-payloads.md)
- [New delivery](https://docs.sendstackhq.com/delivery-api/sample-webhook-payloads/new-delivery.md)
- [Updated delivery status](https://docs.sendstackhq.com/delivery-api/sample-webhook-payloads/updated-delivery-status.md)
- [New internal note](https://docs.sendstackhq.com/delivery-api/sample-webhook-payloads/new-internal-note.md)
- [New customer message](https://docs.sendstackhq.com/delivery-api/sample-webhook-payloads/new-customer-message.md)
- [Pickup attempt](https://docs.sendstackhq.com/delivery-api/sample-webhook-payloads/pickup-attempt.md)
- [Dropoff attempt](https://docs.sendstackhq.com/delivery-api/sample-webhook-payloads/dropoff-attempt.md)
- [Pickup window updated](https://docs.sendstackhq.com/delivery-api/sample-webhook-payloads/pickup-window-updated.md)
- [Delivery window updated](https://docs.sendstackhq.com/delivery-api/sample-webhook-payloads/delivery-window-updated.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sendstackhq.com/delivery-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
