You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The product is updated properly (every single value of the options array is being populated) except for the layout_file.
I can go and login to my dashboard and change the layout file for the item in question to _product-sets (in the back-end there is actually no .html shown) - but the API would not do it automatically.
Since I am planning to update a rather large number of products, going in and changing the template file manually for every single one is not really an option...
Any idea what I am doing wrong here?
Thanks for your help folks..
Steps to reproduce behavior
The text was updated successfully, but these errors were encountered:
Hi,
I have an issue with custom layout_files when updating / creating products via the API.
My entire API call works nice and smoothly except for assigning a specific layout_file to my products.
I expect the layout_file to chance from default to "_product-sets.html". I assign the file in the options array like so:
and call the API like so
The product is updated properly (every single value of the options array is being populated) except for the layout_file.
I can go and login to my dashboard and change the layout file for the item in question to _product-sets (in the back-end there is actually no .html shown) - but the API would not do it automatically.
Since I am planning to update a rather large number of products, going in and changing the template file manually for every single one is not really an option...
Any idea what I am doing wrong here?
Thanks for your help folks..
Steps to reproduce behavior
The text was updated successfully, but these errors were encountered: