# Create/Edit Refurbished Product

This area consists of different aspects:

1. Create/ Edit Condition
2. Create/ Edit Refurbished (as regular product)
3. Using the Refurbished admin editor

### Create/ Edit Condition

Predefined conditions can be created for refurbished items, such as ‘Refurbished’, ‘Scratches’, etc., and descriptive texts can be stored for these conditions. A condition can then be assigned to a refurbished item. This is optional, and alternatively, an individual descriptive text can also be stored for the respective refurbished product.\
Conditions can be created or edited in Shopware admin under **Catalogues -> Refurbished -> Conditions**.

### Create/ Edit Refurbished as regular product

Refurbished items are created as regular shop products under **Catalogues -> Products**. To turn a normal product into a refurbished items, select an existing product or create a new one, then switch to the **Specifications** tab.

<figure><img src="/files/uPPsyaEAB8kpUxNoPXZa" alt=""><figcaption></figcaption></figure>

At **Custom fields** you can configure your refurbished item in tab **Refurbished item**.

<figure><img src="/files/gwEc3T00HdYIFMk7QtUW" alt=""><figcaption></figcaption></figure>

The following settings are available:

| Field            | Type               | Description                                                                                                                                               |
| ---------------- | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Refurbished item | Toggle             | Activate this property to flag product as a refurbished item.                                                                                             |
| Parent product   | Dropdown           | Please choose the new product this refurbished item belongs to.                                                                                           |
| Condition        | Dropdown           | Optional: Choose a predefined condition for the refurbished item.                                                                                         |
| Condition text   | Textfield          | Optional: Create a description text for the status. If you have already selected a status, the predefined text will be used unless you overwrite it here. |
| Condition image  | Media select field | Optional: Select an image from the media manager that shows any defects of the refurbished item.                                                          |

{% hint style="info" %}
The refubished product must be a standalone product without variants. It should not be created as a variant of the new product.\
If you want to offer refurbished for a variant, then create a new product, configure it as refurbished, and select the variant as the parent product.
{% endhint %}

### Using the refurbished admin editor

As an alternative via **Catalogs -> Products**, you can also access B-stock via a special maintenance mask. You can find this under Catalogs -> Refurbished -> Items.

A list of all B-grade products is displayed. By clicking on **...**, you can edit or delete existing entries.

By clicking on the Add button, you can create a new B-grade product.

{% hint style="info" %}
This is a simplified care mask for products. If you require more functionality, please click on the **Product Details Window** button. This will open the regular product details page with all the usual options.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.premsoft.de/en/plugins/refurbished/create-edit-refurbished-product.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
