Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketCreatePayload
Return type for marketCreate
mutation.
Signature:
export interface MarketCreatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
market? | Maybe<Market> | (Optional) The market object. | |
userErrors | Array<MarketUserError> | The list of errors that occurred from executing the mutation. |