Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketingActivityCreatePayload
Return type for marketingActivityCreate mutation.
Signature:
export interface MarketingActivityCreatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| marketingActivity? | Maybe<MarketingActivity> | (Optional) The created marketing activity. | |
| redirectPath? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The path to return back to shopify admin from embedded editor. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |