stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShippingPackageDeletePayload

AdminTypes.ShippingPackageDeletePayload interface

Return type for shippingPackageDelete mutation.

Signature:

export interface ShippingPackageDeletePayload 

Properties

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.