Home > @infiniteobjects/shopify-data-manager > AdminTypes > LocationAddPayload
Return type for locationAdd mutation.
Signature:
export interface LocationAddPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| location? | Maybe<Location> | (Optional) The location that was added. | |
| userErrors | Array<LocationAddUserError> | The list of errors that occurred from executing the mutation. |