---
title: "Stock by Product and Location"
method: GET
path: "/products_locations"
tags: ["Products Locations"]
---

# Stock by Product and Location

`GET /products_locations`

## Query parameters

- `location_ids` integer[], required
- `product_ids` integer[], required
- `variant_ids` integer[]

## Response `200`

Array of products locations

- ProductsLocationsWithoutStockUnlimited[]
  - `location_id` integer
  - `product_id` integer
  - `variant_id` integer
  - `stock` integer

## Other responses

- `404` — Not found

---

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