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
https://woocommerce.github.io/woocommerce-rest-api-docs/?python#batch-update-products Missing string in update map:
update
"update": [ { "id": 799, "default_attributes": [ { "id": 6, "name": "Color, <<<<<<<<<<------ needs a double quote "option": "Green" }, { "id": 0, "name": "Size", "option": "M" } ] } ],
Has a string atend of "Color
"Color
Does nott have a string at end of "Color
Go to https://woocommerce.github.io/woocommerce-rest-api-docs/?python#batch-update-products
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Describe the bug
https://woocommerce.github.io/woocommerce-rest-api-docs/?python#batch-update-products
Missing string in
update
map:Expected behavior
Has a string atend of
"Color
Actual behavior
Does nott have a string at end of
"Color
Steps to reproduce
Go to https://woocommerce.github.io/woocommerce-rest-api-docs/?python#batch-update-products
WordPress Environment
N/A
Isolating the problem
The text was updated successfully, but these errors were encountered: