shippingPackageDelete - admin-graphql - MUTATION
Version: unstable
Description:
Deletes 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 remove.
Returns
-
deletedId:
ID
The ID of the deleted shipping package.
-
userErrors:
UserError!
The list of errors that occurred from executing the mutation.
Examples