---
title: Mellow Product Costs API
description: Read the four product-cost columns used by Mellow's product-profit report.
sidebar:
  label: Overview
  order: 1
---

The Mellow Product Costs API provides a read-only view of the four cost columns used by the product-profit report:

- Purchase cost
- Inbound freight
- Shipping to customer
- Warehouse fees

Use it when you need the same product-level cost values in an external system without reproducing Mellow's calculation logic.

<CardGroup cols={2}>
  <Card title="Quickstart" href="/quickstart" icon="rocket">
    Send your first authenticated request.
  </Card>
  <Card title="API Reference" href="/api-reference" icon="code">
    Configure parameters and test the live API in your browser.
  </Card>
</CardGroup>

:::note
The API returns calculated USD totals for the requested inclusive date range. It does not return profit, return logistics, Landing Cost, or source-status fields.
:::
