Map Entities

Maps customer-specific price entities from human-readable identifiers to UUIDs.

bin/console b2b:entity:map

Converts customer_number, product_number, and currency ISO codes to their respective UUID references in the customer_price table.

Use Case:

  • After importing customer prices with number-based references

  • Migration from legacy systems using number identifiers

  • Fixing incomplete price records

Behavior:

  • Only processes records with NULL UUID fields

  • Falls back to EUR currency if ISO code is invalid

  • Silently skips records that cannot be mapped

Last updated

Was this helpful?