Identifiers

Identifiers in Struct PIM link external keys to internal IDs, enabling efficient updates and retrievals using known external identifiers.

What are identifiers

Identifiers are used to create indexes of values of attributes that can be used from the API to find products, variants or categories based on a unique identifier in an external system.

As any update request to Struct PIM requires the internal id of the resource being updated, a mechanism must exist to resolve this internal id based on a known key. For this, implementors will create identifiers in Struct PIM defning the maps between externally known keys and the internal id of the resource in Struct PIM.

Last updated