# OrderEditRemoveShippingLineUserError - admin-graphql - OBJECT Version: 2024-04 ## Description An error that occurs during the execution of `OrderEditRemoveShippingLine`. ### Access Scopes ## Fields * [code](/docs/api/admin-graphql/2024-04/enums/OrderEditRemoveShippingLineUserErrorCode): OrderEditRemoveShippingLineUserErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-04/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-04/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [orderEditRemoveShippingLine](/docs/api/admin-graphql/2024-04/mutations/orderEditRemoveShippingLine) Removes a shipping line from an existing order. For more information on how to use the GraphQL Admin API to edit an existing order, refer to [Edit existing orders](https://shopify.dev/apps/fulfillment/order-management-apps/order-editing). ## Related Unions ## Examples