Skip to main content
PUT
Update Shipping Dimension
V2 Preview — This endpoint is part of the V2 API preview. Breaking changes may occur.

Overview

Update an existing shipping dimension preset. All fields are optional — only the provided fields are updated.

Use Cases

  • Correct packaging dimensions for a preset
  • Rename a dimension preset
  • Change the unit of measurement

Path Parameters

string
required
The ID of the shipping dimension preset to update.

Request Body

string
Dimension type. Must be generic or productSpecific.
string
Shopify product ID.
string
A human-readable name for the preset.
string
Unit of measurement. Must be one of: in, cm, mm, ft, m, yd.
number
Package height. Minimum 0.
number
Package width. Minimum 0.
number
Package length. Minimum 0.

Response

200

Example