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

> Updating products and method pricing options

### Add a product

<AccordionGroup>
  <Accordion title="In bulk, from Shopify Products">
    <Steps>
      <Step title="Navigate to Products">
        In Shopify Admin, head to <Icon icon="shopify" iconType="solid" /> [**Products**](https://admin.shopify.com/store/products/).
      </Step>

      <Step title="Select products and actions">
        In the products table, **select the products** you want to import, **more actions** <Icon icon="circle-1" iconType="solid" color="red" /> and then **Include in Supercycle** <Icon icon="circle-2" iconType="solid" color="red" />.

        <Frame type="glass">
          <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" width="3896" height="2598" data-path="images/screenshots/supercycle-admin/include-in-supercycle.png" />
        </Frame>
      </Step>

      <Step title="Import products">
        <Warning>Products imported will have inventory set to 'Inventory not tracked' within Shopify and Supercycle will take over inventory management. </Warning>

        Review the products you are about to import and confirm by clicking **Import**.
      </Step>
    </Steps>
  </Accordion>
</AccordionGroup>

### Bulk update method options

<AccordionGroup>
  <Accordion title="Via CSV import">
    <Steps>
      <Step title="Navigate to Products">
        In your Shopify admin, go to **Supercycle** > **Products**.
      </Step>

      <Step title="Select products">
        Select the products you want to update method options for.
      </Step>

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

      <Step title="Choose method">
        Select the rental method (Calendar, Membership, Subscription, or Resale) you want to create or update options for.
      </Step>

      <Step title="Download CSV template">
        Download the CSV template to see the required format and fields.
      </Step>

      <Step title="Fill in CSV">
        Complete the CSV with your option details. You can use Liquid templating for dynamic values.
      </Step>

      <Step title="Upload and import">
        Upload your completed CSV file and click **Import** to create or update the options.
      </Step>
    </Steps>
  </Accordion>

  <Accordion title="Using Liquid formulas">
    <p>You can also use [Liquid formulas](/documentation/manage/products/managing-method-options) to update existing options in bulk without CSV import. This is useful for applying consistent changes like price increases across multiple options.</p>
  </Accordion>
</AccordionGroup>
