DEV

Input.

GreenLightWorkflowInput

Input for greenLightWorkflow. Every sub-validation defaults to enabled; set the corresponding toggle to false to skip it.

Fields

agencies

[String!]

Regulatory agencies to check (e.g. ["CPSC"]). Passed through to RestrictedItemDgs. Only applies when regulationCheck is true.

countryOfOriginValidation

Boolean!

Required

Whether to run country-of-origin validation (countryOfOriginValidate).

deniedPartyScreening

Boolean!

Required

Whether to run denied-party screening (partyScreenExisting).

hsCodeCoherence

Boolean!

Required

Whether to run HS-code coherence check (classificationsCalculate with CHECK_COHERENCE).

itemIds

[ID!]

Items to audit. Defaults to all items on the current Root if omitted.

partyIds

[ID!]

Parties to audit. Defaults to all parties on the current Root if omitted.

regulationCheck

Boolean!

Required

Whether to run per-item regulation check (regulationsApply).

restrictionCheck

Boolean!

Required

Whether to run restricted-item check (restrictionApply).

valueValidation

Boolean!

Required

Whether to run value validation (valueValidate).

Related user guides

Book a demo

Was this page helpful?