---
title: productBundleUpdate - GraphQL Admin
description: Updates a product bundle or componentized product.
api_version: unstable
api_name: admin
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/mutations/productBundleUpdate
  md: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/mutations/productBundleUpdate.md
---

# product​Bundle​Update

mutation

Requires `write_products` access scope. Also: The shop must have access to bundles feature.

Updates a product bundle or componentized product.

## Arguments

* input

  [Product​Bundle​Update​Input!](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ProductBundleUpdateInput)

  required

  Input for updating a product bundle or componentized product.

***

## Product​Bundle​Update​Payload returns

* product​Bundle​Operation

  [Product​Bundle​Operation](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ProductBundleOperation)

  The asynchronous ProductBundleOperation updating the product bundle or componentized product.

* user​Errors

  [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/UserError)

  non-null

  The list of errors that occurred from executing the mutation.

***

## Examples

* ### productBundleUpdate reference
