Home > @infiniteobjects/shopify-data-manager > AdminTypes > AbandonmentEmailStateUpdatePayload
Return type for abandonmentEmailStateUpdate mutation.
Signature:
export interface AbandonmentEmailStateUpdatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| abandonment? | Maybe<Abandonment> | (Optional) The updated abandonment. | |
| userErrors | Array<AbandonmentEmailStateUpdateUserError> | The list of errors that occurred from executing the mutation. |