Skip to content
New issue

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

We want to include all mandatory attributes. #45

Open
himacri opened this issue Sep 12, 2021 · 2 comments
Open

We want to include all mandatory attributes. #45

himacri opened this issue Sep 12, 2021 · 2 comments

Comments

@himacri
Copy link

himacri commented Sep 12, 2021

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.

@himacri
Copy link
Author

himacri commented Sep 12, 2021

By the way, the following did not succeed.

           attributesPH = [{
                "attributes_id" : 0,
                "value" : "NoBrand",
                "Bundle_Set" : "No",
            }]

@himacri
Copy link
Author

himacri commented Sep 25, 2021

Hi, I just reached this answer.
attributesPH = [
{
"attributes_id" : 100391,
"value" : "No",
},
{
"attributes_id" : 0,
"value" : "NoBrand",
}
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant