DEV

Type.

InclusivePriceSyncJob

No description

Fields

country

CountryCode!

Required

Country code for the sync job.

createdAt

DateTime!

Required

Creation date of the job.

createdBy

ID!

Required

ID of the user who created the job.

failedCatalogItemIds

[ID!]

Deprecated

List of catalog item ids that failed to sync. @deprecated

failedCount

Int!

Required

Count of inclusive prices that have failed to sync.

failedItemKeys

[String!]

List of catalog item inclusive prices that failed to sync.

id

ID!

Required

Unique identifier of the InclusivePriceSyncJob.

organizationId

ID!

Required

ID of the associated organization.
Current status of the job.

syncedCount

Int!

Required

Count of inclusive prices that have been synced.

totalCount

Int!

Required

Total count of inclusive prices that will be synced.

updatedAt

DateTime!

Required

Last update date of the job.

updatedBy

ID!

Required

ID of the user who last updated the job.

Was this page helpful?