stack

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

AdminTypes.MarketWebPresenceDeletePayload interface

Return type for marketWebPresenceDelete mutation.

Signature:

export interface MarketWebPresenceDeletePayload 

Properties

Property Modifiers Type Description
deletedId?   Maybe<Scalars[‘ID’][‘output’]> (Optional) The ID of the deleted web presence.
market?   Maybe<Market> (Optional) The market for which the web presence was deleted.
userErrors   Array<MarketUserError> The list of errors that occurred from executing the mutation.