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