# Airport Fuel Prices Manage and optimize airport‑fuel pricing data for your organization. These endpoints enable operators to efficiently update, remove, and bulk‑manage fuel prices, supporting streamlined fuel‑order workflows and provider management. **Business Value** - Ensure accurate, up‑to‑date fuel pricing for all airport operations. - Reduce manual effort and errors by enabling bulk updates and deletions. - Support cost control and negotiation with providers through transparent pricing data. - Enhance operational planning and financial forecasting with reliable fuel‑cost data.
**Use Cases** - Update fuel prices for a specific airport to reflect new agreements or market changes. - Remove outdated or incorrect fuel prices for compliance and data integrity. - Perform bulk deletions to quickly adapt to network‑wide pricing changes. - Integrate with internal systems to automate fuel‑price management and reporting.
**Note:** > Data managed by the Airport Fuel Prices endpoints is strictly bound to the operator associated with the authentication token. All operations — creating, updating, or deleting airport fuel prices — apply only to the operator for which the provided token is valid. ## Get fuel prices for an airport - [GET /api/v2/partners/airports/{airportCode}/fuel-prices](https://developer.fl3xx.com/reference/v2/airport-fuel-prices/v2airportsfuelpricesget.md): Retrieves all fuel prices for a specific airport that were submitted by the partner associated with the authentication token. Features: - Returns all fuel prices submitted by the authenticated partner for the given airport Note: This endpoint is for Partner Fuel Providers. Only fuel prices associated with the operator linked to the authentication token will be returned. ## Update fuel prices for an airport - [PUT /api/v2/partners/airports/{airportCode}/fuel-prices](https://developer.fl3xx.com/reference/v2/airport-fuel-prices/v2airportsfuelpricesput.md): Update or set fuel prices for a specific airport. This endpoint allows partners to submit fuel pricing information that will be used for operational and financial processes. Features: - Replaces all partner-submitted fuel prices for the given airport - Accepts 1 to 10 fuel price entries per request Note: This endpoint is for Partner Fuel Providers. Only fuel prices associated with the operator linked to the authentication token can be updated. ## Delete all fuel prices for an airport - [DELETE /api/v2/partners/airports/{airportCode}/fuel-prices](https://developer.fl3xx.com/reference/v2/airport-fuel-prices/v2airportsfuelpricesdelete.md): Delete all fuel prices for a specific airport that were submitted by the partner associated with the authentication token. Features: - Removes all partner-submitted fuel prices for the given airport in a single operation Note: This endpoint is for Partner Fuel Providers. Only fuel prices associated with the operator linked to the authentication token can be deleted. ## Delete all fuel prices - [DELETE /api/v2/partners/airport-fuel-prices](https://developer.fl3xx.com/reference/v2/airport-fuel-prices/v2airportsfuelpricesalldelete.md): Delete all fuel prices submitted by the partner associated with the authentication token across all airports. Features: - Removes all partner-submitted fuel prices across all airports in a single operation Note: This endpoint is for Partner Fuel Providers. Only fuel prices associated with the operator linked to the authentication token can be deleted in bulk. ## Update individual fuel price - [PUT /api/v2/partners/airport-fuel-prices/{fuelPriceId}](https://developer.fl3xx.com/reference/v2/airport-fuel-prices/v2airportsfuelpricesbyidput.md): Updates a specific fuel price by its ID. This endpoint allows partners to modify individual fuel pricing records. Features: - Updates a single fuel price record by its numeric ID Note: This endpoint is for Partner Fuel Providers. Only fuel prices associated with the operator linked to the authentication token can be updated. ## Delete individual fuel price - [DELETE /api/v2/partners/airport-fuel-prices/{fuelPriceId}](https://developer.fl3xx.com/reference/v2/airport-fuel-prices/v2airportsfuelpricesbyiddelete.md): Deletes a specific fuel price by its ID. This endpoint allows partners to remove individual fuel pricing records. Features: - Removes a single fuel price record by its numeric ID Note: This endpoint is for Partner Fuel Providers. Only fuel prices associated with the operator linked to the authentication token can be deleted.