--- title: DraftOrderBundleAddedWarning - GraphQL Admin description: A warning indicating that a bundle was added to a draft order. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/draftorderbundleaddedwarning md: https://shopify.dev/docs/api/admin-graphql/latest/objects/draftorderbundleaddedwarning.md --- # Draft​Order​Bundle​Added​Warning object Requires `read_draft_orders` access scope. A warning indicating that a bundle was added to a draft order. ## Fields * error​Code [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The error code. * field [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The input field that the warning applies to. * message [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The warning message. *** ## Map No referencing types *** ## Interfaces * [Draft​Order​Warning](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DraftOrderWarning) interface *** ## ||-DraftOrderBundleAddedWarning Implements ### Implements * ||-[Draft​Order​Warning](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DraftOrderWarning)