stack

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

AdminTypes.MarketDeletePayload interface

Return type for marketDelete mutation.

Signature:

export interface MarketDeletePayload 

Properties

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