--- title: DraftOrderLineItemMerchandiseSourceType - GraphQL Admin description: The possible sources for a line item's merchandise. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/enums/draftorderlineitemmerchandisesourcetype md: https://shopify.dev/docs/api/admin-graphql/unstable/enums/draftorderlineitemmerchandisesourcetype.md --- # Draft​Order​Line​Item​Merchandise​Source​Type enum The possible sources for a line item's merchandise. ## Valid values * CUSTOM Indicates the line item represents custom merchandise. * DELETED\_​PRODUCT\_​VARIANT Indicates the line item represents a ProductVariant that has been deleted since the draft order was created or last updated. The line item must be updated to use a new variant or defined as custom before the draft order can be completed. * PRODUCT\_​VARIANT Indicates the line item represents a ProductVariant. *** ## Fields * [Calculated​Draft​Order​Line​Item.merchandiseSource](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CalculatedDraftOrderLineItem#field-CalculatedDraftOrderLineItem.fields.merchandiseSource) OBJECT The calculated line item for a draft order. * [Draft​Order​Line​Item.merchandiseSource](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DraftOrderLineItem#field-DraftOrderLineItem.fields.merchandiseSource) OBJECT A line item in a draft order. Line items are either [`ProductVariant`](https://shopify.dev/docs/api/admin-graphql/latest/objects/ProductVariant) objects or custom items created manually with specific pricing and attributes. Each line item includes [quantity](https://shopify.dev/docs/api/admin-graphql/latest/objects/DraftOrderLineItem#field-DraftOrderLineItem.fields.quantity), [pricing](https://shopify.dev/docs/api/admin-graphql/latest/objects/DraftOrderLineItem#field-DraftOrderLineItem.fields.originalUnitPrice), [discounts](https://shopify.dev/docs/api/admin-graphql/latest/objects/DraftOrderLineItem#field-DraftOrderLineItem.fields.discountedTotal), [tax information](https://shopify.dev/docs/api/admin-graphql/latest/objects/DraftOrderLineItem#field-DraftOrderLineItem.fields.taxLines), and [custom attributes](https://shopify.dev/docs/api/admin-graphql/latest/objects/DraftOrderLineItem#field-DraftOrderLineItem.fields.customAttributes). For [bundle products](https://shopify.dev/docs/apps/build/products/bundles), the line item includes components that define the individual products within the bundle. *** ## Map ### Fields with this enum * <-|[Calculated​Draft​Order​Line​Item.merchandiseSource](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CalculatedDraftOrderLineItem#field-CalculatedDraftOrderLineItem.fields.merchandiseSource) * <-|[Draft​Order​Line​Item.merchandiseSource](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DraftOrderLineItem#field-DraftOrderLineItem.fields.merchandiseSource)