Bulk Upload of Item Attributes via VB Excel Add-in
Hello Experts,
We have a requirement to delegate item updates to the relevant department team members.
If we choose the FBDI or Import Map approach, it would require extensive training and involves multiple steps. Therefore, we are considering two remaining options:
- VB Excel Add-in based approach
- VBA for Excel to call the API directly
For security reasons, we prefer Option 1.
However, my concern is that the ItemVersion2
endpoint only allows updating one item at a time, whereas our requirement is to support bulk uploads.
Is there any method to overcome this limitation?
Cheers,
Sam