AG - Agricultural

AG is using the B2B Data model

Objects

B2B Data model can be found on what we called the 'Rosetta table', accessible here: https://docs.google.com/spreadsheets/d/1-UQGdHEJ8unHAk79phP1hamCKlcgMzLF3LNGxSWoDdY/edit#gid=0 AG is using 2 of 4 types of B2B Data model objects:

  • Common

  • Tyre

'Common' attributs

Those attributs are always attached to an object no matter what is the object behind. Indeed, a feed will always have: - _id = database ID of the object - createdAt = creation of an object in the feed - updatedAt = latest reception of an object in the feed - id = - globalId = Unique identifier of a product ( is not present for a dealer) - active = Determines is the object if active/inactive in the database - brand = For which brand does this object exist (enum) - productLineActivity = For which business line does this object exists (enum) - country = For which country does this object exists - lang = For which language does this object exists - createDate - updateDate - provider = who pushes the feed (Lizeo, other?)

Specificities

B2B data model has been build to take into account AG, TK, GC, and mining tyres. It is quite exhaustive and very big. That is why we are using only a part of attributes for AG.

Tyres object

Export rules

A product is exported only if:

  • It figures in the product template

  • It has a category

  • It has a univers - vehicle type

  • It has an usage

Last updated

Was this helpful?