Anchor to LocationActivateUserErrorLocation
objectLocation Activate User Error
Requires access scope.
An error that occurs while activating a location.
Anchor to FieldsFields
- Anchor to codecode•Location
Activate User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Activates a location so that you can stock inventory at the location. Refer to the
andactivatablefields on theLocationobject.CautionAs of 2026-01, this mutation supports an optional idempotency key using the
@idempotentdirective. As of 2026-04, the idempotency key is required and must be provided using the@idempotentdirective. For more information, see the idempotency documentation.- Anchor to locationIdlocation•ID!
Id required The ID of a location to activate.
Arguments
Was this section helpful?