---
title: >-
  API call limits will be applied to variant creation - 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/api-call-limits-will-be-applied-to-variant-creation
  md: >-
    https://shopify.dev/changelog/api-call-limits-will-be-applied-to-variant-creation.md
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2019-02-27T13:09:14-05:00'
  postedAt: '2019-03-14T00:00:00-04:00'
  updatedAt: '2024-02-02T10:04:53-05:00'
  effectiveAt: '2019-03-14T00:00:00-04:00'
---

March 14, 2019

Tags:

* API

# API call limits will be applied to variant creation

We’re adding call limits that restrict the number of variants that can be created by the API after a shop reaches a certain threshold.

***

On March 14, 2019, we're adding new API call limits to the endpoints listed below. These limits will be rolled out over a period of a few weeks to the affected shops.

REST:

* `POST admin/products.json`
* `PUT admin/products/{ID}.json`
* `POST admin/products/{ID}/variants/{ID}.json`

GraphQL:

* `productCreate`
* `productUpdate`
* `variantCreate`

When an app reaches a limit, it will receive an HTTP 429 error. The app should then implement retry behavior.

For more information, see [*API call limits for specific endpoints*](https://help.shopify.com/en/api/getting-started/api-call-limit).
