API for packaging

There seems to be a lot missing from Shopify packaging API versus the UI feature set.

  1. You can delete and update packages, but not read or create.
  2. You can’t read or update the package associated with a variant (see UI screenshot).

The InventoryItemMeasurement says “dimensions” but then only has weight.

It seems like Shopify have half of CRUD, but not the other half for packaging. Is any of this incorrect?

1 Like

Hey @Paul_Draper, you are mostly correct. If you have a shippingPackageId you should be able to provide it in a call to inventoryItemUpdate to set the shipping package, however.

See: inventoryItemUpdate - GraphQL Admin