Generic Product

A Generic Product is any product that is not a Fuel Product.

Generic Products can represent anything as easy as a can of coke sold by a Handling Provider, 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"
  }

Last updated

Was this helpful?