We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey everyone.
With the recent update, the required fields have changed depending on the category. I would like to add attributes.
For example, for action figures in the Philippines (category no. 101386), "Brand" and "Bundle Set" are required.
My current settings are as follows: I can set the Brand, but I can't set the Bundle Set properly. Please let me know the correct code.
attributesPH = [{ "attributes_id" : 0, "value" : "NoBrand", ********************* ← I want to know how to set up the {"Bundle Set" : "No",} }]
Thank you all for your help.
The text was updated successfully, but these errors were encountered:
By the way, the following did not succeed.
attributesPH = [{ "attributes_id" : 0, "value" : "NoBrand", "Bundle_Set" : "No", }]
Sorry, something went wrong.
Hi, I just reached this answer. attributesPH = [ { "attributes_id" : 100391, "value" : "No", }, { "attributes_id" : 0, "value" : "NoBrand", } ]
No branches or pull requests
Hey everyone.
With the recent update, the required fields have changed depending on the category.
I would like to add attributes.
For example, for action figures in the Philippines (category no. 101386), "Brand" and "Bundle Set" are required.
My current settings are as follows: I can set the Brand, but I can't set the Bundle Set properly.
Please let me know the correct code.
Thank you all for your help.
The text was updated successfully, but these errors were encountered: