aviowiki
  • Introduction
  • Authentication
    • Users
    • API Tokens
    • Authorisation
  • Conventions
    • Data format
    • aviowiki IDs
    • Pagination
  • Errors
  • Reward Points
  • Open Data
    • Introduction
    • Definition
  • Data Models
    • Airport
    • Authority
    • Availability
    • Aircraft Position
    • Coordinates
    • Region
    • Country
    • Governing District
    • Runway
    • Provider
    • Generic Product
    • Fuel Product
    • Fuel Fee
    • Webhook
    • Error
    • Operational Note
      • Airport Operational Note
      • Country Operational Note
  • Free Endpoints
    • Limitations
    • Free airport endpoints
      • Airport data
      • Searching airports
  • Authenticated Endpoints
    • Airport endpoints
      • Searching airports
      • Airport data
      • Authorities at an airport
      • Availability of an airport
        • Aerodrome Rescue and Fire Fighting availaibility
        • Air Traffic Control availability
        • Customs, Immigration and Quarantine facilities availability
        • Movement availability
      • Runways at an airport
      • Providers at an airport
      • Weather at an airport
      • Sun times at an airport
      • Operational notes at an airport
    • Aircraft endpoints
    • Aircraft position endpoints
    • Flight endpoints
    • Runway endpoints
      • Runway data
    • Provider endpoints
      • Provider data
      • Availability of a provider
      • Country of a provider
      • Pictures of a provider
      • Logo of a provider
      • Products of a provider
      • Fuel products of a provider
    • Operational Note endpoints
      • Operational Note data
    • Retrieve aircraft position
  • Release log
Powered by GitBook
On this page

Was this helpful?

  1. Data Models

Generic Product

PreviousProviderNextFuel Product

Last updated 1 year ago

Was this helpful?

A Generic Product is any product that is not a .

Generic Products can represent anything as easy as a can of coke sold by a , to more complex structures like a parking fee charged per hour per ton of MTOM.

Prices entered in aviowiki should always be intended as guidance, and do not constitute contractual obligation between the Provider and clients or prospects. They are, however, an extremely useful tool to compare pricing at different Providers, and better estimate the cost of a trip.

aid

string

A string with the AID of the Product, with PVP as namespace.

name

string

The name of the good or service being sold.

description

string, null

A brief description of the good or service being sold. null if this information was not added.

price

number, null

The unit price. A value of 0 indicates that the service is free of charge. null if this information was not added.

currency

string, null

taxInclusive

boolean, null

Boolean indicating if the price shown is inclusive of all local taxes or not. true if the price includes all taxes, false otherwise. null if this information was not added.

unit

string, null

quantity

number, null

The quantity of unit that the price refers to. This can be useful to create intermediate measure. For example, to describe price of a 6 hours parking: unit will be HOUR and quantity 6. null indicates that this information was not added.

parent

string

Example

{
    "name": "Grana Padano",
    "description": "Hard Italian Cheese PDO. Can be served grated or in pieces.",
    "currency": "EUR",
    "quantity": 1.00,
    "unit": "KG",
    "price": 69.95,
    "taxInclusive": false,
    "parent": "PRV-56CW-HX5K",
    "aid": "PVP-TFBJ-KTEU"
  }

The 3-letters currency code. null if this information was not added.

The unit for which the price is specified. Possible values are: – LTR for – LBS for – KG for – USG for – IMP for – PIECE to indicate one piece – QRT for – PINT for – NIGHT for a local night, for example when expressing hotel stays – H24 for a period of 24 hours – HOUR for each hour – MINUTE for each minute – CALENDAR_DAY for each calendar day – CALENDAR_MONTH for each calendar month – METER for linear – SET to indicate a single set, for example if the Product is usually sold as a bundle. More details about the unit can be included in the description, for example to specify the duration of a NIGHT, or the content of a SET. null indicates that this information was not added.

The AID of the parent .

ISO 4217
liters
pounds
kilograms
US Gallons
Imperial Gallons
US Quarts
Imperial Pints
metres
Provider
Fuel Product
Handling Provider