--- title: IncotermReason - GraphQL Admin description: A string representing the reason for an incoterm configuration on an order. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/enums/incotermreason md: https://shopify.dev/docs/api/admin-graphql/unstable/enums/incotermreason.md --- # Incoterm​Reason enum A string representing the reason for an incoterm configuration on an order. ## Valid values * BUYER\_​CONFIGURED The incoterm was selected by the buyer during checkout. * DEFAULT\_​DUTIES\_​AND\_​TAXES The incoterm followed its default value of DDP, no configuration was specified. * DUTY\_​AND\_​TAX\_​INCLUSIVE\_​PRICING Duties and import taxes are included in the product price. * DUTY\_​INCLUSIVE\_​PRICING Duties are included in the product price. * DUTY\_​TAX\_​CALCULATION\_​FALLBACK The incoterm was determined by the duty and tax calculation fallback. * ERROR\_​OCCURED An error occured while attempting to calculate duties and taxes. * FLOW\_​CONFIGURED The incoterm was configured by Flow. * LOW\_​VALUE\_​GOODS\_​TAXES\_​APPLY The incoterm was determined by the Low Value Goods Tax fallback. * PRE\_​CONFIGURED The incoterm is the result of a merchant configuration. * TAX\_​CALCULATION\_​FALLBACK The incoterm was determined by the Tax Calculation fallback. * UNSUPPORTED\_​REGION The destination country is unsupported. * UNSUPPORTED Deprecated *** ## Fields * [Incoterm​Information.reason](https://shopify.dev/docs/api/admin-graphql/unstable/objects/IncotermInformation#field-IncotermInformation.fields.reason) OBJECT Represents whether the duties and international taxes are paid at the time of purchase or to be paid upon delivery. *** ## Map ### Fields with this enum * <-|[Incoterm​Information.reason](https://shopify.dev/docs/api/admin-graphql/unstable/objects/IncotermInformation#field-IncotermInformation.fields.reason)