ENUM

ONIXPriceTypeCode

A code from ONIX code list 58.

The price type can be considered to be a combination of:

  1. The sales circumstances under which the price applies, for example:
    • Recommended Retail (RRP)
    • Fixed Retail (FRP)
  2. Whether tax is included in the price or not

link GraphQL Schema definition

  • enum ONIXPriceTypeCode {
  • # RRP excluding tax
  • _01
  • # RRP including tax
  • _02
  • # Fixed retail price excluding tax
  • _03
  • # Fixed retail price including tax
  • _04
  • # Supplier’s net price excluding tax
  • _05
  • # Supplier’s net price excluding tax: rental goods
  • _06
  • # Supplier’s net price including tax
  • _07
  • # Supplier’s alternative net price excluding tax
  • _08
  • # Supplier’s alternative net price including tax
  • _09
  • # Special sale RRP excluding tax
  • _11
  • # Special sale RRP including tax
  • _12
  • # Special sale fixed retail price excluding tax
  • _13
  • # Special sale fixed retail price including tax
  • _14
  • # Supplier’s net price for special sale excluding tax
  • _15
  • # Supplier’s net price for special sale including tax
  • _17
  • # Pre-publication RRP excluding tax
  • _21
  • # Pre-publication RRP including tax
  • _22
  • # Pre-publication fixed retail price excluding tax
  • _23
  • # Pre-publication fixed retail price including tax
  • _24
  • # Supplier’s pre-publication net price excluding tax
  • _25
  • # Supplier’s pre-publication net price including tax
  • _27
  • # Freight-pass-through RRP excluding tax
  • _31
  • # Freight-pass-through billing price excluding tax
  • _32
  • # Importer’s Fixed retail price excluding tax
  • _33
  • # Importer’s Fixed retail price including tax
  • _34
  • # Nominal gratis copy value for customs purposes, excluding tax
  • _35
  • # Publishers retail price excluding tax
  • _41
  • # Publishers retail price including tax
  • _42
  • }