---
title: New argument to update shipping package - 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/new-argument-to-update-shipping-package'
  md: 'https://shopify.dev/changelog/new-argument-to-update-shipping-package.md'
metadata:
  effectiveApiVersion: 2023-01
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2022-11-14T10:42:20-05:00'
  postedAt: '2023-01-01T00:00:00-05:00'
  updatedAt: '2024-12-13T17:24:35-05:00'
  effectiveAt: '2023-01-01T00:00:00-05:00'
---

January 1, 2023

Tags:

* API
* 2023-01

# New argument to update shipping package

As of **2023-01** in GraphQL Admin API stable version, you can use `shippingPackage` as a **required** argument in `shippingPackageUpdate` mutation. `shippingPackage` is a set of attributes that describes a shipping package, including: `weight`, `dimensions`, `name`, `default` and `type`.

Learn more about [shippingPackageUpdate](https://shopify.dev/api/admin-graphql/2023-01/mutations/shippingPackageUpdate).
