---
title: "Update a single product stock"
method: PUT
path: "/product/{skuSellerId}/stock"
tags: ["product"]
---

# Update a single product stock

`PUT /product/{skuSellerId}/stock`

Update a single product inventory information. Products with zero stock will not be eligible for sale.

## Path parameters

- `skuSellerId` string, required

## Headers

- `authorization` string, required

## Request body

- Stock
  - `quantity` integer, required — Stock available
  - `crossDockingTime` integer — Time it will take to manufacture, prepare or setup this product. Time must be provided in seconds. For example 1 day should be informed as 86400. This time will be included in the product ETA informed to the customer

## Response `200`

Success!

## Other responses

- `400` — Bad request.
- `401` — Access denied. You're not authenticated or token expired. Check your request header the `authorization` field is required.

---

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