> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supercycle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Product setup

> Turn on resale for a product and create pricing options per item condition or variant

Resale is turned on per product, and each item also needs the Resale method before it can be sold. Once a product is [imported](/documentation/setup/importing-products) into Supercycle, open its Resale method from <Icon icon="shopify" iconType="solid" /> **[Products](https://admin.shopify.com/apps/supercycle/products)**, turn it on, and create at least one pricing option.

***

## Turn on resale

<Steps>
  <Step title="Open the Resale method">
    On <Icon icon="shopify" iconType="solid" /> **[Products](https://admin.shopify.com/apps/supercycle/products)**, open the product. In the **Methods** card, select **Resale**.
  </Step>

  <Step title="Turn on the method and save">
    Select **Turn on**, then **Save** in the save bar.
  </Step>
</Steps>

***

## Create pricing options

Pricing options set a price per item condition or variant. For example, price items in new condition higher than items in good condition, or give each variant its own price.

<Steps>
  <Step title="Open the Resale method">
    On <Icon icon="shopify" iconType="solid" /> **[Products](https://admin.shopify.com/apps/supercycle/products)**, open the product. In the **Methods** card, select **Resale**.
  </Step>

  <Step title="Add an option">
    Under **Options**, select **Add option**.
  </Step>

  <Step title="Fill in the option">
    Fill in the fields and select **Add** at the foot of the modal:

    * **Name.** Shown on the selector on the product page and in the line item properties in the cart and at checkout.
    * **Checkout price.** The one-time price the customer pays to own the item.
    * **Status.** Whether customers can select the option. Disabled options don't appear on the product page.
    * **Apply to specific variants.** Limit the option to some variants, or leave it on all of them.
    * **Apply to specific item conditions.** Limit the option to some conditions, such as new, good, fair, or poor.
    * **Apply to specific markets.** Limit the option to some Shopify markets. See [Multi-market pricing](/documentation/manage/products/multi-market-pricing).
  </Step>

  <Step title="Save">
    Select **Save** in the save bar. Add more options for other conditions or variants the same way.
  </Step>
</Steps>

<Note>
  Resale needs at least one enabled option to work. A product can have up to 31 options.
</Note>

***

## Resale setup FAQs

<AccordionGroup>
  <Accordion title="Why do I see No items available for resale after adding new inventory?">
    New items don't have the Resale method turned on, so they can't be sold until you turn it on for each of them.

    <Steps>
      <Step title="Select the items">
        On <Icon icon="shopify" iconType="solid" /> **[Inventory](https://admin.shopify.com/apps/supercycle/items)**, select the new items. To do this for one product, open it from <Icon icon="shopify" iconType="solid" /> **[Products](https://admin.shopify.com/apps/supercycle/products)** and select **View inventory** first.
      </Step>

      <Step title="Update their methods">
        Open the bulk actions menu (**•••**) and select **Update methods**.
      </Step>

      <Step title="Tick Resale and save">
        Tick **Resale**, then select **Save**. Repeat for any other pages of items.
      </Step>
    </Steps>
  </Accordion>

  <Accordion title="Can these options be added in bulk?">
    Yes. Create or update method options for many products at once from the products table. See [Product actions](/documentation/manage/products/product-actions#bulk-update-method-options).
  </Accordion>
</AccordionGroup>
