Skip to main content
Anchor to requestedOrderEditCreate

requestedOrderEditCreate

mutation

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

Creates a requested edit on an order on behalf of a buyer.

•RequestedOrderEditCreateInput!
required

The input fields for creating a requested edit.


Was this section helpful?

Anchor to RequestedOrderEditCreatePayload returnsRequestedOrderEditCreatePayload returns

•RequestedOrderEdit

The created requested edit.

•[RequestedOrderEditCreateUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?