---
title: "Creates a Stock movement by user"
method: POST
path: "/api/v{version}/stock-movements/product/warehouse-stock/user"
tags: ["catalog"]
---

# Creates a Stock movement by user

`POST /api/v{version}/stock-movements/product/warehouse-stock/user`

Creates a stock movement by user with type parameters equal to waiting-reception.

## Path parameters

- `version` string, required

## Headers

- `X-Tenant` string, required

## Request body

- CreateProductStockMovementUserRequest
  - `products` ProductStockRequest[], nullable
    - `productId` string, uuid
    - `quantity` integer
  - `hubStockId` string, uuid

## Response `201`

Created

- CreateProductStockMovementUserResponse
  - `id` string, uuid, nullable

---

[API](https://skmtc.net/zrexpress/apis/zrexpress-api.md) · [All operations](https://skmtc.net/zrexpress/apis/zrexpress-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zrexpress/zrexpress-api/versions/99b075e0b641/schema)
