Pricing information
  
  Item price, use code and pricing message
  If pricing=true is specified in the request, the API returns the following in the meta property adjacent to the item to which the pricing applies:
  
   
  
    
      
      
      
      
    
    
      
        | Pricing Scenario | Use Code | Plan Type | API Pricing Message | 
      
        | Included in Your Plan | 810 | Choice | Included in your Choice plan at the Tier indicated. | 
      
        | 801 | Other plans | Included in your plan. | 
      
        | Not Included in Your Plan (Extra Charge) | 851 | All plans | Not included in your plan. Available for an extra charge. | 
      
        | Not Included in Your Plan (Contact Licensing) | 860 | All plans | Not included in your plan. To learn more about license rights, please contact your licensing representative. | 
    
  
   
  Example: Pricing for an item included in your plan
  "pricing": {
   "amount": 1,
   "currency": "Meter Ticks",
   "formatted": "1 Meter Tick",
   "apusecode": 801,
   "message": "Included in your plan."}
  
  "pricing": {
   "amount": 42,
   "currency": "USD",
   "formatted": "$42.00",
   "apusecode": 851,
   "tier": "Tier 1 - PhotoChoice",
   "message": "Not included in your plan. Available for an extra charge."}