shippingPackageUpdate - admin-graphql - MUTATION
Version: 2024-10
Description:
Updates a shipping package.
Access Scopes
Any of `shipping` access scopes or `manage_delivery_settings` user permission.
Arguments
-
id:
ID! -
The ID of the shipping package to update.
-
shippingPackage:
CustomShippingPackageInput! -
Specifies the input fields for a shipping package.
Returns
-
userErrors:
UserError!
The list of errors that occurred from executing the mutation.
Examples