---
title: "List Product Costs"
method: GET
path: "/expenses/product_costs"
---

# List Product Costs

`GET /expenses/product_costs`

## Headers

- `Authorization` string, nullable
- `X-User-Id` string, nullable

## Cookies

- `session_id` string, nullable

## Response `200`

Successful Response

- ProductCostListResponse
  - `product_costs` ProductCostSchema[], required
    - `id` integer, required
    - `datasource_id` integer, required
    - `sku` string, required
    - `cost_of_goods_sold` number, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/runconverge/apis/fastapi.md) · [All operations](https://skmtc.dev/runconverge/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runconverge/fastapi/revisions/0d13ccb135c5/schema)
