ENUM
ONIXPriceTypeCode
A code from ONIX code list 58.
The price type can be considered to be a combination of:
- The sales circumstances under which the price applies, for example:
- Recommended Retail (RRP)
- Fixed Retail (FRP)
- Whether tax is included in the price or not
link GraphQL Schema definition
- enum ONIXPriceTypeCode {
- # RRP excluding tax
- # RRP including tax
- # Fixed retail price excluding tax
- # Fixed retail price including tax
- # Supplier’s net price excluding tax
- # Supplier’s net price excluding tax: rental goods
- # Supplier’s net price including tax
- # Supplier’s alternative net price excluding tax
- # Supplier’s alternative net price including tax
- # Special sale RRP excluding tax
- # Special sale RRP including tax
- # Special sale fixed retail price excluding tax
- # Special sale fixed retail price including tax
- # Supplier’s net price for special sale excluding tax
- # Supplier’s net price for special sale including tax
- # Pre-publication RRP excluding tax
- # Pre-publication RRP including tax
- # Pre-publication fixed retail price excluding tax
- # Pre-publication fixed retail price including tax
- # Supplier’s pre-publication net price excluding tax
- # Supplier’s pre-publication net price including tax
- # Freight-pass-through RRP excluding tax
- # Freight-pass-through billing price excluding tax
- # Importer’s Fixed retail price excluding tax
- # Importer’s Fixed retail price including tax
- # Nominal gratis copy value for customs purposes, excluding tax
- # Publishers retail price excluding tax
- # Publishers retail price including tax
- }