---
title: Shop IDs now exceed 32-bit integer values - 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/shop-ids-now-exceed-32-bit-integer-values'
  md: 'https://shopify.dev/changelog/shop-ids-now-exceed-32-bit-integer-values.md'
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Deprecation Announcement
    handle: deprecation
  indicatesActionRequired: true
  createdAt: '2018-11-28T12:52:35-05:00'
  postedAt: '2018-04-10T12:51:00-04:00'
  updatedAt: '2024-02-02T10:57:29-05:00'
  effectiveAt: '2018-04-10T12:51:00-04:00'
---

April 10, 2018

Tags:

* Action Required
* API

# Shop IDs now exceed 32-bit integer values

In [2013](https://ecommerce.shopify.com/c/shopify-apis-and-technology/t/major-change-shopify-is-growing-and-so-are-it-s-ints-141044), we started to transition ID columns from 32-bit to 64-bit in order to handle the large amount of data we process. Shop IDs have now exceeded the 32-bit threshold. If your app processes the shop ID from an API call, you need to make sure that your data type can handle 64-bit integers.
