GET /api/products/122/price/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "currency": "GBP",
    "excl_tax": "8.99",
    "incl_tax": "8.99",
    "tax": "0.00"
}