Can we add a prefix or postfix during the add process?
in frontYes, it is possible. You should use the custom format method under the SKU field mapping.
Example:
To add "ABC" as a prefix in front of your SKU, "1234" from the feed file, you should map the field as ABC{{SKU}}
Another Example:
To add "PART" as a postfix back of your SKU, "1234" from the feed file, you should map the field as {{ SKU }}PART
Example:
To add "ABC" as a prefix in front of your SKU, "1234" from the feed file, you should map the field as ABC{{SKU}}
Another Example:
To add "PART" as a postfix back of your SKU, "1234" from the feed file, you should map the field as {{ SKU }}PART
Updated on: 28/11/2024
Thank you!