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 | See 4 | 
| 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 | 
| purchase_packaging_price | Price component for packaging | See 3 | 
| purchase_shipping_price | Price component for shipping | See 3 | 
| 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 | 
- You can set an overall sales margin in your account settings.
- The VAT rates are based on the information in your account.
- Only returned in deliveries price object
- Might be empty in deliveries price object.