stack

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

AdminTypes.FulfillmentServiceDeletePayload interface

Return type for fulfillmentServiceDelete mutation.

Signature:

export interface FulfillmentServiceDeletePayload 

Properties

Property Modifiers Type Description
deletedId?   Maybe<Scalars[‘ID’][‘output’]> (Optional) The ID of the deleted fulfillment service.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.