---
metadata:
  - name: generator
    content: Diplodoc Platform v5.55.3
alternate:
  - https://yandex.com/dev/market/partner-api/doc/en/step-by-step/assortment-archive.md
  - https://yandex.com/dev/market/partner-api/doc/ru/step-by-step/assortment-archive.md
  - https://yandex.com/dev/market/partner-api/doc/zh/step-by-step/assortment-archive.md
  - href: en/step-by-step/assortment-archive.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/market/partner-api/doc/en/llms.txt

# Managing goods in the archive

You can archive your products so that they disappear from the storefronts in all stores.

{% note warning "You cannot send an item stored in a Market warehouse to the archive." %}

First, such goods need to be sold or exported.

{% endnote %}

1. To archive products, use a request [POST v2/businesses/{businessId}/offer-mappings/archive](https://yandex.com/dev/market/partner-api/doc/en/reference/business-offer-mappings/addOffersToArchive.md). If the items could not be archived, they will be returned in the request response.

1. To view the products in the archive, use a filter. `archived` in the request [POST v2/businesses/{businessId}/offer-mappings](https://yandex.com/dev/market/partner-api/doc/en/reference/business-offer-mappings/getOfferMappings.md).

1. To restore an item from the archive, use a request [POST v2/businesses/{businessId}/offer-mappings/unarchive](https://yandex.com/dev/market/partner-api/doc/en/reference/business-offer-mappings/deleteOffersFromArchive.md).

{% note tip "Also read the instructions" %}

* [Adding and editing products](https://yandex.com/dev/market/partner-api/doc/en/step-by-step/assortment-add-goods.md)
* [Changing categorical characteristics](https://yandex.com/dev/market/partner-api/doc/en/step-by-step/content-change.md)
* [Yandex.Market recommendations for cards](https://yandex.com/dev/market/partner-api/doc/en/step-by-step/recommendations.md)

{% endnote %}
