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
Describe the bug
When querying for Product Categories, two attributes that are available on WP-Admin are not available via graphql query:
Product Categories
display - String: Category archive display type. Options: default, products, subcategories and both.
display
menu_order - Integer: Menu order, used to custom sort the resource.
menu_order
Any chance we can get these added? Would be helpful for things like megamenu construction, category archive pages, etc.
WooCommerce REST API reference
The text was updated successfully, but these errors were encountered:
@ardiewen Can you give me some example queries your using?
Sorry, something went wrong.
@kidunot89 apologies for the late reply. i see that this has been linked to a PR already. did you still want some clarification or sample queries?
@ardiewen I think I got it, but if you'd pull down the branch in the PR and confirm it, that'd help.
@kidunot89 Confirmed! Thanks again.
Successfully merging a pull request may close this issue.
Describe the bug
When querying for
Product Categories
, two attributes that are available on WP-Admin are not available via graphql query:display
- String: Category archive display type. Options: default, products, subcategories and both.menu_order
- Integer: Menu order, used to custom sort the resource.Any chance we can get these added? Would be helpful for things like megamenu construction, category archive pages, etc.
WooCommerce REST API reference
The text was updated successfully, but these errors were encountered: