Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShippingPackageDeletePayload
Return type for shippingPackageDelete mutation.
Signature:
export interface ShippingPackageDeletePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| deletedId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) The ID of the deleted shipping package. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |