# Bulk update sibling products

Now that we've created a metafield that links to our siblings metaobject, we can let each of our products know to use it.&#x20;

Fortunately, Shopify has a bulk edit option in the product setup which makes this step very quick and simple.&#x20;

Video:

{% embed url="<https://www.loom.com/share/69b13fbd3009433ea243904d504ef17c?sid=a7ec3cb0-a67c-41fe-bc7d-e61e209bf737>" %}

<details>

<summary>Breakdown of steps covered in video</summary>

1. In the Shopify admin -> products, filter and find your sibling products
2. **Select** each of them. Then use the **bulk edit** button at the bottom.
3. Click on the **columns** button at the top to choose which columns are displayed. Uncheck as many as possible as you scroll through the list. When you reach the **metafields** section, choose the metafield we created in the last step (**link to products**).&#x20;
4. For each of the products, click on the empty space under the **link to products** column. Click on the **select entry** button.
5. Choose the correct entry you created for the product list.
6. Repeat for each of the products in your siblings group.
7. Press the **save** button to complete.&#x20;

</details>


---

# 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://palo-alto.presidiocreative.com/siblings/product-siblings/bulk-update-sibling-products.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.
