--- 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 The line item for a draft order. *** ## 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)