DEV

Type.

ClassificationBulkJob

No description

Fields

classifications

ClassificationConnection

The classifications associated with a bulk job

classifyToCountries

[CountryCode!]!

Required

The list of Country Codes where we will make classifications

createdAt

DateTime!

Required

When this Bulk Classification was created.

createdBy

ID!

Required

The user who created the Bulk Classification.

errorCount

Int!

Required

The number of rows that errored out during import

Required

Unsuccessful rows and their error messages

exportUrl

String

The S3 url where classifications are stashed

id

ID!

Required

The ID of the BulkJob

importUrl

String

The pre-signed url provided by AWS

name

String!

Required

The uploaded customer created name of the bulk job usually the filename

organization

ID!

Required

The unique identifier associated with an organization.

processedCount

Int!

Required

The number of rows that have been successfully classified
Current status of the BulkJob

totalCount

Int!

Required

The total number of rows in a CSV upload multiplied by the number of countries in the request

updatedAt

DateTime!

Required

When this Bulk Classification was most recently updated.

updatedBy

ID!

Required

The user who most recently updated the Bulk Classification.

uploadCount

Int!

Required

The number of rows that successfully were saved

Was this page helpful?