---
title: >-
  Removing V2 suffix from fulfillmentCreateV2 and
  fulfillmentTrackingInfoUpdateV2 - 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/removing-v2-suffix-from-fulfillmentcreatev2-and-fulfillmenttrackinginfoupdatev2
  md: >-
    https://shopify.dev/changelog/removing-v2-suffix-from-fulfillmentcreatev2-and-fulfillmenttrackinginfoupdatev2.md
metadata:
  effectiveApiVersion: 2024-10
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Deprecation Announcement
    handle: deprecation
  indicatesActionRequired: true
  createdAt: '2024-09-09T11:43:42-04:00'
  postedAt: '2024-09-09T11:32:00-04:00'
  updatedAt: '2024-09-10T05:56:53-04:00'
  effectiveAt: '2024-09-09T11:32:00-04:00'
---

September 9, 2024

Tags:

* Action Required
* Admin GraphQL API
* 2024-10

# Removing V2 suffix from fulfillmentCreateV2 and fulfillmentTrackingInfoUpdateV2

As of `2024-10`, we're deprecating `fulfillmentCreateV2` and `fulfillmentTrackingInfoUpdateV2`. Instead, please use `fulfillmentCreate` and `fulfillmentTrackingInfoUpdate`.

Note that the behavior of the new mutations remains the same as the previous ones; the only change is the removal of V2 to ensure consistent naming across all mutations.
