Looking into this further, it looks as though to get to some attributes, e.g. ‘manufacturer’, you have to set up ‘$attributes->additional_attributes’ rather than ‘$attributes->attributes’:

[code]$attributes->additional_attributes = array(‘manufacturer’);[/code]

Not sure what the reasoning is behind this…