---
title: "Set the target store list for the next submission or redistribution"
method: PUT
path: "/releases/{id}/stores"
---

# Set the target store list for the next submission or redistribution

`PUT /releases/{id}/stores`

Body: { store_ids: number[] | null }. Pass null to reset to the default set. This only stores targeting for the next submission/redistribution; use POST /releases/{id}/distribute to deliver a live release to more stores now.

## Path parameters

- `id` string, required

## Response `200`

Stored targeting

---

[API](https://skmtc.dev/once/apis/once-rest-api.md) · [All operations](https://skmtc.dev/once/apis/once-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/once/once-rest-api/revisions/6b7f882e04ff/schema)
