# PaymentTermsCreateUserError - admin-graphql - OBJECT Version: 2024-10 ## Description An error that occurs during the execution of `PaymentTermsCreate`. ### Access Scopes ## Fields * [code](/docs/api/admin-graphql/2024-10/enums/PaymentTermsCreateUserErrorCode): PaymentTermsCreateUserErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-10/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-10/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [paymentTermsCreate](/docs/api/admin-graphql/2024-10/mutations/paymentTermsCreate) Create payment terms on an order. To create payment terms on a draft order, use a draft order mutation and include the request with the `DraftOrderInput`. ## Related Unions ## Examples