Determine Synchronization History

Use the following keywords to determine synchronization history and identify the state of the product in the system:

  • HAS_PREVIOUSLY_PUBLISHED_PARENT: returns TRUE if any of the records reached by traversing the reverse relationship of the IS_PUBLISHED record are TRUE.
  • IS_ACCEPTED: checks the product status and determines whether a confirmation was sent or received with an ACCEPTED status.
  • IS_ADDED: identifies whether a product is already added to the Registry. It will return FALSE if the latest version has been successfully deleted from the registry (that is, if a product is no longer in the registry).
  • IS_DELETED: returns TRUE if the last registry operation deleted the product from the registry.
  • IS_DISCONTINUED: returns TRUE if the GTIN has been discontinued. Theoretically, this product cannot be synchronized in the future.
  • IS_LINKED: identifies whether the product has already been linked to other related products in the registry.
  • IS_PUBLISHED: checks whether the product has ever been published explicitly to a particular trading partner. If the publication was CANCELED after the publication, this check returns FALSE. If the product has been successfully published, this check returns TRUE.
  • IS_PUBLISHED_TO_ANY_PARTNER: determines whether the product has been published successfully to any trading partner. You can use this check to find out if the product is listed.
  • IS_REVIEWED: checks the product status and determines whether a confirmation was sent or received with a REVIEW status.
  • IS_REJECTED: checks the product status and determines whether a confirmation was sent or received with a REJECTED status.
  • IS_SYNCHRONISED: checks the product status and determines whether a confirmation was sent or received with a SYNCHRONISED status.
  • IS_ADD_DISCONTINUED: returns TRUE if the last registry operation is ADD + DISCONTINUED.
  • IS_ADD_CANCELLED: returns TRUE if the last registry operation is ADD + CANCELLED.
  • IS_PUBLISH_CANCELLED: returns TRUE if the GTIN has been CANCELLED. Theoretically, this product cannot be synchronized in the future.
  • IS_PUBLISH_DISCONTINUED: returns TRUE if the GTIN has been DISCONTINUED. Theoretically, this product cannot be synchronized in the future.