Skip to content

Products

Below are the schemas and relationships for the Products schema.


ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtDate of the last record updateDatetime
SnapshotAtReference date of the transaction.Datetime
DescriptionProduct descriptionString
ProductIdUnique product identifierString
MeasureProduct unit of measureString
CodeProduct codeString
GroupDescriptionDescription of the product groupString
GroupIdProduct group codeString
ClientGroupCodeProduct group code in the client's systemString
ParentGroupParent product groupInteger
StatusProduct status: N = Normal (Active), B = BlockedString
ComplementProduct complementString
ClientCodeClient codeString
EstimatedPriceEstimated product priceDouble
EstimatedDeadlineEstimated delivery deadline for the productInteger
IsGenericIndicates if the product is generic (true or false)Boolean
ICMSICMS rateDouble
ToleranceMarginTolerance marginDouble
MRPItemIdentifies if the product is an MRP ItemBoolean
ProductIdentificationCodeProduct identification code (NBM and NCM)String
IsPermanentAssetsIndicates if the product is a fixed/permanent assetBoolean
HasContractIndicates if the product has a contractBoolean
IsCriticalIndicates if the product is criticalBoolean
HasSubItemIndicates if the product has sub-itemsBoolean
WFStatusIndicates if the WF has been sentString
OwnerProduct ownerString
CreatedDateProduct creation dateDatetime
UpdatedDateProduct update dateDatetime
IsStoredIndicates if the product is storedBoolean
NoteProduct header notesString
LastPurchasePricePrice of the last purchaseDouble
LastPurchaseDateDate of the last purchaseDatetime
RegistrationOriginIndicates the origin of the product registrationString
AvailableQuantityAvailable quantity of the productDouble
HasStockIndicates if the product has stockBoolean
LifespanProduct lifespanDouble
MonthlyConsumptionMonthly consumption of the productDouble
CriticalLimitCritical limit of the productDouble
AccountingDateProduct accounting dateDatetime
MaterialTypeMaterial type of the product (material or service)String
TaxClassificationServiceTax classification for the serviceString
CurrencyProduct currencyString
IVAValue-added tax (VAT)Double
NumOfUnitsInPackageNumber of product units in a packageDouble
BaselinePriceReference priceDouble

Products Schema Joins

The Products schema has relationships with the following schemas:

SchemaRelationship ColumnDescription
ContractItemsContractIdRelates Products rows to ContractItems rows
RequestItemsRequestItemIdRelates Products rows to RequestItems rows
OrderItemsOrderIdRelates Products rows to OrderItems rows
RFQItemsRfqIdRelates Products rows to RFQItems rows
RFQResponseItemsRfqIdRelates Products rows to RFQResponseItems rows
RFQResponseItemCounterProposalsRfqIdRelates Products rows to RFQResponseItemCounterProposals rows
RfqResponseItemHistoryRfqIdRelates Products rows to RfqResponseItemHistory rows
ProductAttributesProductIdRelates Products rows to ProductAttributes rows

ProductAttributes

ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtDate of the last record updateDatetime
SnapshotAtReference date of the transactionDatetime
TimeKeyIncremental temporal valueInteger
ProductIdUnique product identifierString
NameAttribute nameString
DescriptionAttribute descriptionString
ValueAttribute contentString

ProductAttributes Schema Joins

The ProductAttributes schema has relationships with the following schemas:

SchemaRelationship ColumnDescription
ContractItemsProductIdRelates the rows of ProductAttributes with the rows of ContractItems.
OrderItemsProductIdRelates the rows of ProductAttributes with the rows of OrderItems.
ProductsProductIdRelates the rows of ProductAttributes with the rows of Products.
RequestItemsProductIdRelates the rows of ProductAttributes with the rows of RequestItems.
RfqItemsProductIdRelates the rows of ProductAttributes with the rows of RfqItems.
RfqResponseItemHistoryProductIdRelates the rows of ProductAttributes with the rows of RfqResponseItemHistory.
RfqResponseItemCounterProposalsProductIdRelates the rows of ProductAttributes with the rows of RfqResponseItemCounterProposals.
RfqItemAttributeValuesProductIdRelates the rows of ProductAttributes with the rows of RfqItemAttributeValues.

ProductImages

ColumnDescriptionType
IdInternal identifierString
IsFirstIndicates whether the image to be associated should be the main product image.Boolean
KeyDocument IDString
UrlRedirect link to download the imageString

ProductImages Schema Joins

The ProductImages schema has relationships with the following schemas:

SchemaRelationship ColumnDescription
ProductsProductIdRelates the rows of ProductImages with the rows of Products.