Skip to main content

Who is making the product changes

To find out who makes product changes in the store and transfers them to cobby, you first need access to the Magento database e.g. using phpMyAdmin. Using the table mash2_cobby_queue, it is easy to determine the product changes.

For each change, cobby creates an entry in the table so that the cobby service knows which products need to be retrieved (more details here).

An excerpt from the table:

In the excerpt you can see that user-a has changed the product with the Magento object_ID 2. The product with the object_ID 8 was changed in cobby.

Table structure

  • queue_id: is a consecutive number
  • object_ids: IDs of the product or attributes (several separated with a |)
  • object_entity: type: product, stock, attribute
  • object_action: the performed action
  • user_name: user who performed the action
  • context: context of the action (either backend via the Magento surface or api via an interface).
  • created_at: the date of creation
  • transaction_id: random, unique string