DesPartManufacturerPartIdWithLastSyncTimeInput
Represents the part manufacturer name and part number with last sync time in part source.
input DesPartManufacturerPartIdWithLastSyncTimeInput {
lastSyncTime: DateTime!
manufacturerName: String!
mpn: String!
}
Fields
DesPartManufacturerPartIdWithLastSyncTimeInput.lastSyncTime ● DateTime! non-null scalar
The last synchronization time.
DesPartManufacturerPartIdWithLastSyncTimeInput.manufacturerName ● String! non-null scalar
The name of the manufacturer.
DesPartManufacturerPartIdWithLastSyncTimeInput.mpn ● String! non-null scalar
The manufacturer part number.