INPUT_OBJECT

PGAInput

Represents a Partnering Government Agency

link GraphQL Schema definition

  • input PGAInput {
  • flag: PGAFlag!
  • # Code indicating an agency’s program for which the PGA data set is related.
  • programCode: String
  • # Code indicating the specific PGA processing requirements for which the data set
  • # is related.
  • processingCode: String
  • # A code indicating the reason data is not being provided
  • disclaimerCode: PGADisclaimerCode
  • # Constituent elements of the product/component.
  • # Required for: APHIS (Lacey Act)
  • # Optional for: EPA, FDA
  • constituentElements: [ConstituentElementInput!]
  • # Identifies whether an image has been submitted via CBP Document Image System
  • # (DIS)
  • # Used by: APHIS, EPA, NHTSA, FWS
  • imageSubmitted: Boolean
  • # Indicates that information should be treated as confidential.
  • # Used by: DEA, FWS
  • confidentialInformation: Boolean
  • # PGA source and processing data
  • # Used by: APHIS, FDA
  • source: PGASourceInput
  • # Commodity characteristics.
  • # Used by: APHIS, FWS
  • characteristics: [CharacteristicInput!]
  • # The intended use code of the product/component.
  • # Required by: APHIS, FDA
  • # Used by: FWS
  • intendedUse: String
  • # The Trade Name of the product/component.
  • # Used by: EPA, FDA, NHTSA
  • tradeName: String
  • # Free form input with general notes
  • # Used by: EPA, NHTSA, FWS
  • remarks: String
  • # Vehicle data.
  • # Used by: EPA, NHTSA
  • vehicle: VehicleInput
  • # Packaging associated with a PGA. Required if subject to FDA Prior Notice or a
  • # Performance Standard
  • # Used by: FDA, APHIS, EPA, ATF
  • packaging: [QuantityInput!]
  • # Commodity category code used to further describe the reported item.
  • # Used by: APHIS, NHTSA
  • categoryCode: String
  • # Country where goods are to be or have been transferred from one means of
  • # transport to another during the course of one transport operation.
  • # Used by: APHIS
  • transshipmentCountry: CountryCode
  • # Country through which goods or passengers are routed between the country of
  • # original departure and final destination.
  • # Used by: APHIS, FWS
  • transitCountry: CountryCode
  • # Data pertaining to an inspection.
  • # Used by: APHIS, FWS
  • inspection: InspectionInput
  • # Original country where routing to the US began.
  • # Required for: APHIS
  • # Used by: FWS
  • originalCountry: CountryCode
  • # The FDA product code of the product/component.
  • # Required by: FDA
  • fdaProductCode: String
  • # The Prior Notice Confirmation Number if PN requirements have previously been
  • # met.
  • # Used by: FDA
  • priorNoticeConfirmationNumber: String
  • # Whether the FDA prior-notice (PN) are not applicable to the product/component.
  • # Used by: FDA
  • pnConditionsNotApplicable: Boolean
  • radiationDeclaration: RadiationDeclarationInput
  • # The ID of the tariff's associated Independent Third Party Laboratory or Clinical
  • # Site, an existing Location. Required for investigational drugs.
  • # Required by: FDA (investigational new drugs)
  • laboratory: KeyInput
  • # The type of laboratory.
  • # Required by: FDA (investigational new drugs)
  • laboratoryTypeCode: LaboratoryType
  • # Food container dimensions.
  • # Required by: FDA (LACF and AF Food)
  • foodContainerDimensions: FoodContainerDimensionsInput
  • # Defines whether a drug is an active pharmaceutical ingredient (API) / bulk drug
  • # substance, or a finished drug form (e.g. tablet, capsule, solution).
  • drugForm: DrugForm
  • # Drug Registration Number issued by Center for Drug Evaluation and Research
  • # (CDER), Center for Veterinary Medicine (CVM), or Center for Biologics Evaluation
  • # and Research (CBER) for the manufacturer. The Federal Food, Drug, and Cosmetic
  • # Act (FFD&C) requires most establishments that manufacturer, prepare, propagate,
  • # compound, or process a drug or drugs, to register with the FDA. Currently, the
  • # establishment registration number is the Dun & Bradstreet Data Universal
  • # Numbering System number (DUNS) for CDER and CVM. The establishment registration
  • # number can be the FDA Establishment Identification (FEI) or DUNS for CBER.
  • # Used by: FDA (drugs)
  • drugRegistrationNumber: String
  • # Drug Listing Number (DLS), for a bulk Active Pharmaceutical Ingredient (API), or
  • # National Drug Code (NDC), for finished drugs, issued by FDA. The first segment
  • # of numbers is the labeler code. This number identifies the manufacturer of the
  • # product. Declare without dashes.
  • # Used by: FDA (drugs)
  • drugListingNumber: String
  • # New Drug (NDA), Abbreviated New Drug (AND/ANDA), or Therapeutic Biologic
  • # Application Number issued by CBER or CDER.
  • # Used by: FDA (drugs)
  • drugApplicationNumber: String
  • # Investigational New Drug Application Number issued by CBER or CDER.
  • # Investigational drugs are new drugs intended solely for investigational use by
  • # experts qualified by scientific training and experiences to investigate the
  • # safety and effectiveness of drugs. The Federal Food, Drug, and Cosmetic Act
  • # (FFD&C) Act requires that a drug be the subject of an approved marketing
  • # application before it is transported or distributed across state lines
  • # (including import). A sponsor who wants to ship the investigational drug to
  • # clinical investigators must seek an exemption from that legal requirement.
  • # Used by: FDA (investigational new drugs)
  • investigationNewDrugApplicationNumber: String
  • # FDA Prior Notice (PN) Manufacturer/Grower Food Processing Facility Registration
  • # Number.
  • # Used by: FDA (prior notice food)
  • foodFacilityRegistrationNumber: String
  • # FDA Prior Notice (PN) Manufacturer/Grower Food Processing Facility Registration
  • # Exemption.
  • # Used by: FDA (prior notice food)
  • foodFacilityRegistrationExemption: FoodFacilityRegistrationExemption
  • # Rail car numbers
  • # Used by: FDA (prior notice food arriving via rail/containerized rail.)
  • railCarNumbers: [String!]
  • # Food Canning Establishment Number (FCE) that identifies a site-specific
  • # manufacturer of acidified and/or low-acid canned food products. Form FDA 2541 is
  • # used for the manufacturing firm registration. See the SID and VOL Affirmation
  • # Code definitions below
  • # Used by: FDA (LACF/AF food)
  • foodCanningEstablishmentNumber: String
  • # LACF/AF Submission/Scheduled Process Identifier Number (SID)
  • # Used by: FDA (LACF/AF food)
  • scheduleIdentifierNumber: String
  • # Acidified & Low-Acid Canned Foods (LACF/AF) Volume. May be used to communicate
  • # the container volume and unit of measure of an Acidified Food (AF) or Low-Acid
  • # Food (LACF) product that is packaged in a container that does not have a
  • # traditional size/dimension. The filer should verify with the importer whether
  • # the container size/dimensions or volume were supplied to FDA by the
  • # manufacturer. Use of this field instead of the Container Size/Dimension, when
  • # Container Size/Dimension is part of the scheduled process, will result in a
  • # failure of the automated data base look-up.
  • # Used by: FDA (LACF/AF food)
  • foodVolume: String
  • # Defines whether a radiation emitting product is a finished product or just a
  • # component
  • deviceForm: DeviceForm
  • # Device Premarket Approval Number or Device Premarket Notification Number
  • # (510(K))/DeNovo number issued by CDRH (Center for Devices and Radiological
  • # Health) or CBER. This also includes Humanitarian Device Exemption (HDE).
  • # Premarket number should always be the number that is on the listing record.
  • # Used by: FDA (medical devices)
  • devicePremarketNumber: String
  • # Device registration number (or owner operator number if registration number is
  • # not yet assigned) issued by CDRH for the US manufacturer. Should always be the
  • # domestic firm registration number associated with the U.S. manufacturer and not
  • # the foreign manufacturer.
  • # Used by: FDA (medical devices)
  • deviceDomesticManufacturer: String
  • # Device registration number (or owner operator number if registration number is
  • # not yet assigned) issued by CDRH for the foreign manufacturer. Should always be
  • # the foreign firm registration number associated with the foreign manufacturer
  • # and not the US specifications developer.
  • # Used by: FDA (medical devices)
  • deviceForeignManufacturer: String
  • # Device registration number (or owner operator number if registration number is
  • # not yet assigned) issued by CDRH for the exporter who exports or offers for
  • # export to the United States (U.S.), a device manufactured or processed by
  • # another individual, partnership, corporation or association in a foreign
  • # country, as well as devices originally manufactured in the United States.
  • # Used by: FDA (medical devices)
  • deviceForeignExporter: String
  • # Investigational Device Exemption Number issued by CBER or CDRH. Devices that
  • # qualified experts use on human subjects, to conduct investigations of their
  • # safety and effectiveness, are considered investigational devices. For devices
  • # destined for non-significant risk study (NSR), an Institutional Review Boards
  • # (IRB) letter affirming NSR must be provided to FDA. In such case, provide 'NSR'.
  • # Used by: FDA (medical devices)
  • investigationalDeviceExemptionNumber: String
  • # Device Listing Number provided by CDRH
  • # Used by: FDA (medical devices)
  • deviceListingNumber: String
  • # Device (Electrode) Lead Wire or Patient Cable, used when importing electrode
  • # lead wires, patient cables, or devices that use them. The affirmation indicates
  • # either (1) the device shipment does not contain any pre-wired electrodes,
  • # electrode lead wires, or patient (transducer) cables, or (2) any pre-wired
  • # electrodes, electrode lead wires or patient cables comply with 21 CFR 898,
  • # Performance Standard for Electrode Lead Wires and Patient Cables.
  • # Used by: FDA (medical devices)
  • electrode: Boolean
  • # Device Impact Resistance Lens Certification, used to certify that the filer has,
  • # on hand, the test results or a certificate that shows that the product has met
  • # the standards for impact resistance lenses. FDA has the authority to ask for
  • # copies of the actual test results. Each batch within the shipment must have its
  • # own test results.
  • # Used by: FDA (medical devices)
  • impactResistanceLensCertification: Boolean
  • # Country that has refused the shipment.
  • # Used by: FDA
  • refusalCountryCode: CountryCode
  • # Country from where the product/component shipped.
  • # Required by: FDA (Food subject to Prior Notice)
  • shipmentCountryCode: CountryCode
  • # Manufacturer assigned lot number for the product.
  • # Required by: FDA (prior notice LACF/AF food, infant formula)
  • lotNumber: String
  • # Identifies Toxic Substance Control Act positive or negative certification.
  • # Positive – I certify that all chemical substances in this shipment comply with
  • # all applicable rules or orders under TSCA and that I am not offering a chemical
  • # substance for entry in violation of TSCA or any applicable rule or order under
  • # TSCA. Negative – I certify that all chemicals in this shipment are not subject
  • # to TSCA.
  • # Used by: EPA
  • tsca: Boolean
  • # Consists of a company number and a product number. See
  • # https://www.epa.gov/pesticide-registration/pesticide-registration-manual
  • # Used by: EPA
  • epaRegistrationNumber: LPCOInput
  • # See
  • # https://www.epa.gov/compliance/pesticide-establishment-registration-and-reporting
  • # Used by: EPA
  • epaProducerEstablishmentNumber: LPCOInput
  • # Free form information found in box 18 of EPA Form 3540-01. Required if EPA
  • # Registration number not provided.
  • noticeOfArrival: String
  • # CAS Registry Numbers (often referred to as CAS RN® or CAS Numbers) provide a
  • # unique numeric identifier for chemical substances.
  • # A CAS Registry Number itself has no inherent chemical significance but provides
  • # an unambiguous way to identify a chemical substance or molecular structure when
  • # there are many possible systematic, generic, proprietary or trivial names.
  • # Used by: EPA.
  • chemicalAbstractServiceNumbers: [String!]
  • # Engine data.
  • # Used by: EPA
  • engines: [EngineInput]
  • # EPA Vehicles and Engines Import Code
  • # Used by: EPA
  • vneImportCode: String
  • # EPA Vehicles and Engines Industry Code
  • # Used by: EPA
  • vneIndustryCode: VNEIndustryCode
  • # EPA Vehicles and Engines Bond Exemption
  • # Used by: EPA
  • vneBondExemptionStatus: VNEBondExemptionStatusCode
  • # EPA Vehicles and Engines NAIC Bond Policy Number
  • # Used by: EPA
  • vneBondNumber: String
  • # EPA Vehicles and Engines Exemption Number
  • # Used by: EPA
  • vneExemptionNumber: String
  • # EPA Vehicles and Engines Regulation Cited for other exemption.
  • # Used by: EPA
  • vneOtherExemptionRegulation: String
  • # The storage location of the vehicle or engine.
  • # Used by: EPA
  • storageLocation: KeyInput
  • # EPA Vehicles and Engines Test Group Name/Number
  • # Used by: EPA
  • testGroup: String
  • # Location of manufacture date. Enter "ENG" if the date is obtained from the
  • # engine or "VEH" if it is obtained from the vehicle.
  • # If the date is not obtained from the engine or the vehicle, but from other
  • # resources, enter an explanation.
  • # Used by: EPA
  • manufactureDateLocation: String
  • # EPA Vehicles and Engines Engine Power Rating
  • # Used by: EPA
  • powerRating: QuantityInput
  • # GS1 Global Product Classification Brick Code (GPCB). An 8-digit number
  • # designating a set of products with similar characteristics as defined by GS1 at
  • # http://www.gs1.org/gsmp/kc/gpc. Used by APHIS.
  • globalProductClassificationBrickCode: String
  • # Taxonomic Serial Number (TSN). A unique serial number assigned to a taxonomic
  • # unit by the Integrated Taxonomic Informational System at http://www.itis.gov.
  • # Used by APHIS.
  • taxonomicSerialNumber: String
  • # UN Standard Products and Services Code (UNSSC) Commodity Code. An 8-digit number
  • # designating a set of products with similar characteristics as defined by the
  • # United Nations at http://www.unspsc.org. Used by APHIS.
  • unStandardProductsAndServicesCommodityCode: String
  • # Live Animal Tag. Used by APHIS.
  • liveAnimalTags: [String!]
  • # Live Animal Tag Ranges. Used by APHIS.
  • liveAnimalTagRanges: [LiveAnimalTagRangeInput!]
  • # Identification method often used on aves (birds). Used by APHIS.
  • band: String
  • # A distinct and legible mark, properly applied with a freeze brand, hot iron, or
  • # other method, and easily visible on the live animal and on the carcass before
  • # skinning. Used by APHIS.
  • animalBrand: String
  • # Microchip. Used by APHIS.
  • microchip: String
  • # NMFS Tag Number. The individual tag number of the fish. Used by APHIS.
  • nmfsTagNumber: String
  • # Radio Frequency Identification. Used by APHIS.
  • rfid: String
  • # Slaughter Number. Unique number given by a slaughterhouse to an animal or a
  • # group of animals of the same breed. Used by APHIS.
  • slaughterNumber: String
  • # Offical Animal Number. Unique number given by a national authority to identify
  • # an animal individually. Used by APHIS.
  • officialAnimalNumber: String
  • # Cut Flowers Bouquet Grouping Code. Used by APHIS.
  • bouquetGroupingCode: String
  • # Category type code used to describe the reported item. Used by APHIS.
  • # Used by: APHIS.
  • categoryTypeCode: String
  • # Certificate of Origin. Used by APHIS.
  • certificateOfOrigin: LPCOInput
  • # Health Certificate. Used by APHIS.
  • healthCertificate: LPCOInput
  • # APHIS VS 17-29. Declaration of Importation.
  • declarationOfImportation: LPCOInput
  • # APHIS VS 17-32. Application for Inspection and Dipping.
  • applicationForInspectionAndDipping: LPCOInput
  • # APHIS VS 17-135. Permit to Import Live Animals.
  • liveAnimalsPermit: LPCOInput
  • # APHIS 7040B/7040C. Import Permit for Dogs.
  • dogsPermit: LPCOInput
  • # Rabies Vaccination Certificate. Used by APHIS.
  • rabiesVaccinationCertificate: LPCOInput
  • # APHIS VS 16-6A. Veterinary Permit to Import Controlled Materials and Organisms
  • # and Vectors.
  • veterinaryPermitToImportControlledMaterials: LPCOInput
  • # Meat Certificate. Meat Certificate required by APHIS/FSIS to document sanitary
  • # conditions and wholesomeness of animal or meat products. (Note: Meat and
  • # Sanitary Certificates can be “one and the same”).
  • meatCertificate: LPCOInput
  • # APHIS 2006. Importation of Veterinary Biological Products.
  • importationOfVeterinaryBiologicalProducts: LPCOInput
  • # Phytosanitary Certificate. Phytosanitary certificate required by APHIS to
  • # document the cleanliness (pest and disease) of Plant products.
  • phytosanitaryCertificate: LPCOInput
  • # APHIS PPQ587-37CAN. Permit to Import Plants and Plant Products Regulated by
  • # 7CFR319.37 (Canadian-Origin).
  • plantsOfCanadianOriginPermit: LPCOInput
  • # APHIS PPQ587-37. Permit to Import Plants and Plant Products Regulated by
  • # 7CFR319.37 (Nursery Stock, Plants, Roots, Bulbs, Seeds).
  • nurseryPlantsPermit: LPCOInput
  • # APHIS PPQ587-56. Permit to Import Plants and Plant Products Regulated by
  • # 7CFR319.56 (Fruits and Vegetables)..
  • fruitsAndVegetablesPermit: LPCOInput
  • # APHIS PPQ 203. Foreign Site Certificate of Inspection and/or treatment.
  • foreignSiteCertificateOfInspection: LPCOInput
  • # APHIS PPQ 525B. Soil Permit.
  • soilPermit: LPCOInput
  • # APHIS PPQ587-41. Permit to Import Plants and Plant Products Regulated by
  • # 7CFR319.41 (Indian Corn or Maize, Broomcorn, etc.)
  • cornPermit: LPCOInput
  • # APHIS BRS 2000. Application for Permit or Courtesy Permit for Movement or
  • # Release of Genetically Engineered Organisms.
  • gmoPermit: LPCOInput
  • # LPCO Authorized Party. Location type. Required if at least one LPCO is used.
  • # Used by APHIS.
  • lpcoAuthorizedParty: KeyInput
  • # Permitted Destination. Location type. Required if a Veterinary Biologics product
  • # (Category Code 307). Used by APHIS.
  • permittedDestination: KeyInput
  • # Crop Grower. Supplier type. Required for Cut flowers (Category Type Code
  • # AP0800). Used by APHIS.
  • cropGrower: KeyInput
  • # This number corresponds to the box number from DOT HS-7
  • # Required by: NHTSA
  • conformanceDeclaration: String
  • # The importer is an original manufacturer of motor vehicles (or a wholly owned
  • # subsidiary thereof) that is certified to conform to all applicable Federal Motor
  • # Vehicle Safety Standards (FMVSS). Use on the public roads must be authorized
  • # specifically. [591.6(f )(1) or (2)];
  • # Used by: NHTSA
  • originalVehicleManufacturer: Boolean
  • # The placement of the driver's seat in a vehicle
  • # Used by: NHTSA
  • driveSide: DriveSide
  • # Department of Transportation conformance bond.
  • # Used by: NHTSA
  • dotBond: DOTBondInput
  • # The two-letter ISO country code that identifies the Importer’s Embassy
  • # Used by: NHTSA
  • embassyCountry: String
  • # A NHTSA-assigned code identifying the tire manufacturer. Formatted ANAN or
  • # ANANAN (e.g., 1B or ABC)
  • # Used by: NHTSA
  • tireManufacturerCode: String
  • # A NHTSA-assigned code identifying the glazing manufacturer. Formatted N or NN or
  • # NNN or NNNN (e.g., 1234)
  • # Used by: NHTSA
  • glazingManufacturerCode: String
  • # A letter issued by NHTSA permitting a nonconforming vehicle to be imported
  • # pursuant to 49 CFR 591.5(j) or 591(I). Formatted as NN-NNNN-NNNN.
  • # Used by: NHTSA
  • permissionLetter: LPCOInput
  • # NHTSA-assigned number to identify a vehicle that is not certified to the Federal
  • # motor vehicle safety
  • # standards as being eligible for importation by a registered importer under a DOT
  • # conformance bond
  • # pursuant to 49 CFR Part 591.5(f). Formatted as AAA-NNN.
  • vehicleEligibilityNumber: LPCOInput
  • # Number assigned by NHTSA to a person or business entity specially registered
  • # with NHTSA as an importer of nonconforming motor vehicles pursuant to 49 CFR
  • # Part 592. Formatted as A-NN-NNN.
  • # Used by: NHTSA
  • registeredImporterNumber: LPCOInput
  • # Government issued passport number to certify the identity and nationality of the
  • # person importing the product.
  • # Used by: NHTSA
  • passportNumber: String
  • # Two-letter ISO country code of the country that issued the passport.
  • # Used by: NHTSA
  • passportCountry: CountryCode
  • # The foreign certificate for imported distilled spirits and wine.
  • # Used by: TTB
  • foreignCertificate: LPCOInput
  • # TTB Certificate of Label Approval Number
  • # Used by: TTB
  • labelApproval: [LPCOInput]
  • # The importer's permit number assigned by TTB
  • # Used by: TTB
  • ttbImporterPermitNumber: LPCOInput
  • # Internal Revenue Code (IRC) registry number for the distilled spirits plant,
  • # bonded wine cellar, or brewery.
  • # Used by: TTB
  • ircRegistryNumber: LPCOInput
  • # TTB-issued permit number indicating the IRC-bonded facility, manufacturer, or
  • # export warehouse proprietor.
  • # Used by: TTB
  • ttbFacilityPermitNumber: LPCOInput
  • # Quantity of cigarette tubes or papers.
  • # Used by: TTB
  • paperOrTubeQuantity: Int
  • # Measurements of the weapon(s) being imported.
  • # Used by: ATF
  • weaponMeasurements: WeaponMeasurementsInput
  • # Category code for weapons.
  • # Used by: ATF
  • atfCategory: ATFCategoryCode
  • # Federal firearms license issued under the provisions of the Gun Control Act
  • # (GCA) to manufacture, import or deal in firearms and/or ammunition.
  • # Used by: ATF
  • federalFirearmsLicense: LPCOInput
  • # A license or permit issued to anyone who wishes to transport, ship, and cause to
  • # be transported, or receive explosives materials under 27 CFR 555.41.
  • # Used by: ATF
  • federalExplosiveLicense: LPCOInput
  • # A permit that authorizes the importation of firearms, ammunitions, and
  • # implements of war into the United States or any possession thereof, except for
  • # certain exempt importations presecribed in 27 CFR parts 447, 478 and 479.
  • # Used by: ATF
  • atfImportPermit: LPCOInput
  • # Regsitered importers of firearms, ammunition firearms parts or implements of war
  • # other, than sporting shotguns, shotgun shells, or shotgun parts, must also
  • # register under the Arms Export Control Act of 1976.
  • # Used by: ATF
  • atfImporterRegistration: LPCOInput
  • }

link Require by