---
title: Pickware Product Stock Overview
description: Overview of Pickware Product Stock import and export documentation in Improved Import, Export & Mass Actions.
---

Use this section when you manage Pickware ERP stock data for Shopware products.

Pickware Product Stock stores stock management values from the Pickware ERP product extension. It is separate from the standard Shopware Product entity because Pickware keeps its own reorder, reservation, physical stock, and stock management settings.

The app supports both Pickware Product Stock import and Pickware Product Stock export.

:::note
Use the standard [Products](/entities/products/) guides when you want to update Shopware product fields such as product name, price, categories, or the standard `stock` field. Use Pickware Product Stock when you want to work with Pickware ERP stock fields.
:::

## Available Guides

- [Import Pickware Product Stock](/entities/pickware-product-stock/import/overview/)
- [Export Pickware Product Stock](/entities/pickware-product-stock/export/overview/)

## Common Fields

| Field | Use |
| --- | --- |
| `productNumber` | Identifies the Shopware product by product number. Recommended for imports. |
| `productId` | Identifies the Shopware product by Shopware product ID. |
| `reorderPoint` | Minimum stock level before reorder handling is needed. |
| `targetMaximumQuantity` | Target maximum stock quantity. |
| `isExcludedFromReorderNotificationMail` | Excludes the product from Pickware reorder notification emails. |
| `isStockManagementDisabled` | Disables Pickware stock management for the product. |
| `shipAutomatically` | Controls automatic shipping behavior. |
| `isBatchManaged` | Marks the product as batch managed. |
| `trackingProfile` | Pickware tracking profile value. |

Export can also include calculated or current stock values such as `physicalStock`, `reservedStock`, `incomingStock`, and `stockBelowReorderPoint`.

## Related Guides

- [Import Overview](/import/overview/)
- [Export Overview](/export/overview/)
- [Configure Import Mapping](/import/mapping/)
- [Configure Export Mapping](/export/mapping/)
