---
title: Product tags now have a limit of 250 per product - Shopify developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/product-tags-now-have-a-limit-of-250-per-product
  md: >-
    https://shopify.dev/changelog/product-tags-now-have-a-limit-of-250-per-product.md
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2019-03-04T09:08:49-05:00'
  postedAt: '2019-03-04T00:00:00-05:00'
  updatedAt: '2024-02-02T10:04:53-05:00'
  effectiveAt: '2019-03-04T00:00:00-05:00'
---

March 4, 2019

Tags:

* API

# Product tags now have a limit of 250 per product

Products can no longer have more than 250 tags, whether they're created by an app using the API or created manually by merchants in the Shopify admin. This limit currently applies to stores on the Advanced Shopify plan and below.

***

This change has the following impacts on the REST Admin API:

* If an UPDATE request adds tags to a product such that total number of tags exceeds 250, then the request fails with a 423 error code and the message "Tags cannot be added as the product already exceeds the new limit of 250 tags."
* If a CREATE request creates a product with more than 250 tags, then request fails with a 423 error code and the message "Tags cannot be more than 250."

This change also effects the following GraphQL mutations:

* `productUpdate`
* `productCreate`
