> ## 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 actions

> Import products into Supercycle and update their method pricing options

Everything you do to a product, from importing it into Supercycle to repricing its options in bulk.

### Add a product

Products are created in Shopify and then imported into Supercycle, where they pick up their methods, options, and inventory.

<AccordionGroup>
  <Accordion title="From the admin">
    <Steps>
      <Step title="Open Products in Shopify">
        Go to <Icon icon="shopify" iconType="solid" /> **[Products](https://admin.shopify.com/products)**.
      </Step>

      <Step title="Select the products">
        In the products table, tick the products you want to import, then select **More actions > Include in Supercycle**.

        <Frame type="glass" caption="Include in Supercycle sits under Apps in the More actions menu.">
          <img src="https://mintcdn.com/supercycle/Omgmq0rsgqX1BZKa/images/screenshots/supercycle-admin/include-in-supercycle.png?fit=max&auto=format&n=Omgmq0rsgqX1BZKa&q=85&s=e6c1b6a6bf1d40a31754a19c85e3bc40" alt="The Shopify products index with two products ticked and the More actions menu open on Include in Supercycle" width="3896" height="2598" data-path="images/screenshots/supercycle-admin/include-in-supercycle.png" />
        </Frame>
      </Step>

      <Step title="Import the products">
        Review the products you're about to import and select **Import**.

        <Warning>
          Imported products are set to **Inventory not tracked** in Shopify, and Supercycle takes over inventory management for them. Availability then comes from the items you hold in Supercycle.
        </Warning>
      </Step>
    </Steps>
  </Accordion>
</AccordionGroup>

### Bulk update method options

Importing a CSV creates and updates method options across many products at once. To recalculate the prices of options that already exist, use a [Liquid formula](/documentation/manage/products/managing-method-options#update-prices-with-a-formula) instead.

<AccordionGroup>
  <Accordion title="From the admin">
    <Steps>
      <Step title="Select the products">
        On <Icon icon="shopify" iconType="solid" /> **[Products](https://admin.shopify.com/apps/supercycle/products)**, tick the products whose options you want to create or update.
      </Step>

      <Step title="Open Bulk update options">
        Open the **...** menu and select **Bulk update options**.
      </Step>

      <Step title="Choose the method">
        Select the method the options belong to: calendar, membership, subscription, or resale.
      </Step>

      <Step title="Download the template">
        Download the CSV template. It carries the columns the import expects.
      </Step>

      <Step title="Fill in the CSV">
        Complete one row per option. Values accept Liquid, so a name or a price can be calculated from the option's own fields.
      </Step>

      <Step title="Upload and import">
        Upload the completed file and select **Import**. The options are created or updated on every selected product.
      </Step>
    </Steps>
  </Accordion>
</AccordionGroup>
