Guides Explanation Price object

When you are doing a price/delivery calculation you’ll often get an object with prices. The document below gives a short indication of how you could read that information.

A brief example


{
  "products_purchase_base_price": 8.09,
  "products_purchase_rush_surcharge": 2,
  "products_purchase_price": 10.09,
  "products_purchase_price_incl_vat": 13.27,
  "products_sales_price": 8.98,
  "products_sales_price_incl_vat": 10.87
}

     
Field Explanation
products_purchase_base_price Base price without rush price
products_purchase_rush_surcharge Additional rush surcharge
products_purchase_price Base price and rush surcharge. Your purchase price
products_purchase_price_incl_vat Base price and rush price including VAT See 2
products_sales_price Price with sales margin Suggested sales price See 1
products_sales_price_incl_vat Price with sales margin including VAT See 1 & 2
  1. You can set an overall sales margin in your account settings.
  1. The VAT rates are based on the information in your account.