woocommerce / woocommerce/wc-api-python
Unable to get products by attributes
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 216
- Forks
- 108
- Avg merge
- 6h 34m
- Merged PRs (30d)
- 1
Description
It seems that the attribute and attribute term filters are not working properly when fetching products. I tried different version (using id, name or slug for both) but neither works. Even attribute alone does not work.
wcapi.get('products", params={"attribute": "attribute-slug", "attribute_term" : 9})
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported request through the wcapi.get('products') entry point with attribute and attribute_term supplied as ids, names, and slugs. Confirm the expected filtered product results and add coverage for the working filter forms before considering the issue done.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100