---
title: "Retrieve the consumption details of products for a center"
method: GET
path: "/v1/inventory/stock_movement"
---

# Retrieve the consumption details of products for a center

`GET /v1/inventory/stock_movement`

This API retrieves the consumption details of all products for the specified center.

You must specify appropriate details for the `center_id`, `start_date`, and `end_date` parameters. Optionally, you can provide the necessary details for the `report_type` and `product_code` parameters.

## Query parameters

- `center_id` string, required
- `start_date` string, date, required
- `end_date` string, date, required
- `report_type` '1' | '2' | '3'
- `product_code` string

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
