Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketWebPresenceDeletePayload
Return type for marketWebPresenceDelete
mutation.
Signature:
export interface MarketWebPresenceDeletePayload
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. |