returnCreate - admin-graphql - MUTATION
Version: 2024-10
Description:
Creates a return.
Access Scopes
`write_orders` access scope or `write_marketplace_orders` access scope. Also: Requires the `write_returns` access scope. The user must have acess to return orders.
Arguments
returnInput
: ReturnInput! - Specifies the input fields for a return.
Returns
return
: Return The created return.
userErrors
: ReturnUserError! The list of errors that occurred from executing the mutation.
Examples