Jump to content

Set product_feature custom value with webservice


molesto

Recommended Posts

Hello, I'm trying to add a product by webservice adding a product feature custom value ("color bermeillon"), I tried with this:

 

$resources->associations->product_features[0]->product_feature[0]->id[0] = 1; 
$resources->associations->product_features[0]->product_feature[0]->custom[0]->language[0] = "bermeillon";
 
but doesn't work, any idea?
 
Thanks!
Link to comment
Share on other sites

  • 1 year later...

 

Hello, I'm trying to add a product by webservice adding a product feature custom value ("color bermeillon"), I tried with this:

 

$resources->associations->product_features[0]->product_feature[0]->id[0] = 1; 
$resources->associations->product_features[0]->product_feature[0]->custom[0]->language[0] = "bermeillon";
 
but doesn't work, any idea?
 
Thanks!

 

Hi!

Did you managed to add product features via webservice?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...