> ## 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 product for resale

Once you've [imported a product](/documentation/setup/importing-products) into Supercycle, you'll need to enable it for resale.

<Steps>
  <Step title="Navigate to product in Supercycle">
    In your Shopify admin, navigate to **Supercycle** > **Products**.

    Select the product you want to set up and then select the **Resale** method.
  </Step>

  <Step title="Turn on and save">
    Turn the resale method on and click save.
  </Step>
</Steps>

## Create pricing options

Pricing options allow you to offer different prices based on item condition or variant. For example, you might price "New" items higher than "Good" condition items, or offer different prices for different product variants.

<Steps>
  <Step title="Navigate to product in Supercycle">
    In your Shopify admin, navigate to **Supercycle** > **Products**.

    Select the product you want to set up and then select the **Resale** method.
  </Step>

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

  <Step title="Configure the option">
    <AccordionGroup>
      <Accordion title="Name">
        <p>The option name is shown on the selector on the product page and on the line item properties in the cart and at checkout.</p>
      </Accordion>

      <Accordion title="Checkout price">
        <p>The price customers will pay to purchase the item. This is a one-time payment that transfers ownership of the item to the customer.</p>
      </Accordion>

      <Accordion title="Status">
        <p>Control whether this option is available for customers to select. Disabled options won't appear on the product page.</p>
      </Accordion>

      <Accordion title="Variant application">
        <p>Choose which product variants this pricing option applies to. You can apply it to all variants or select specific ones.</p>
      </Accordion>

      <Accordion title="Condition application">
        <p>Choose which item conditions this pricing option applies to. You can apply it to all conditions or select specific ones (new, good, fair, poor).</p>
      </Accordion>

      <Accordion title="Apply to specific markets">
        <p>If you sell across multiple Shopify markets, you can target this option to specific markets only. Leave it set to all markets to show the option everywhere. See [Multi-market pricing](/documentation/manage/products/multi-market-pricing) for details.</p>
      </Accordion>
    </AccordionGroup>
  </Step>

  <Step title="Save the option">
    Click **Add** to create the option. You can create multiple options with different pricing for different conditions or variants.
  </Step>
</Steps>

<Note>
  You must have at least one enabled option for resale to work. You can create up to 31 options per product.
</Note>

## Troubleshooting

<AccordionGroup>
  <AccordionGroup>
    <Accordion title="Why do I see “No items available” for resale after adding new inventory to a product?">
      <div>
        <p>Turn on the <strong>resale</strong> method for each new inventory item.</p>

        <h4>Enable resale in bulk from inventory</h4>

        <ol>
          <li>Go to <strong>Supercycle</strong> > <strong>Inventory</strong>.</li>
          <li>Select all items on the page.</li>
          <li>Open the <strong>•••</strong> menu and choose <strong>Update methods</strong>.</li>
          <li>Check <strong>Resale</strong> and select <strong>Save</strong>.</li>
          <li>Repeat for other pages as needed.</li>
        </ol>

        <h4>Enable resale for a specific product</h4>

        <ol>
          <li>Go to <strong>Supercycle</strong> > <strong>Products</strong> and open the product.</li>
          <li>Select <strong>View inventory</strong>.</li>
          <li>Select the inventory items.</li>
          <li>Open the <strong>•••</strong> menu → <strong>Update methods</strong> → check <strong>Resale</strong> → <strong>Save</strong>.</li>
        </ol>
      </div>
    </Accordion>
  </AccordionGroup>

  <Accordion title="Can these options be added in bulk?">
    Yes, you can bulk create or update method options. Learn how in [Product actions](/documentation/manage/products/product-actions#bulk-update-method-options).
  </Accordion>
</AccordionGroup>
