Skip to main content
Anchor to requestedEditResolve

requestedEditResolve

mutation

Requires write_orders access scope. Also: The user must have edit_orders permission.

Resolves a requested edit on an order, marking it as completed.

•RequestedEditResolveInput!
required

The input fields for resolving a requested edit.


Was this section helpful?

Anchor to RequestedEditResolvePayload returnsRequestedEditResolvePayload returns

•RequestedEdit

The resolved requested edit.

•[RequestedEditResolveUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?