woocommerce / woocommerce/wc-api-python
product-variations
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 216
- Forks
- 108
- Avg merge
- 6h 34m
- Merged PRs (30d)
- 1
Description
when i call this /wp-json/wc/v3/products/<product_id>/variations to List all product variations it's won't return the list that is bigger than 10 and just return the first then of the variation of the product
what should I do?
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
Reproduce the request against /wp-json/wc/v3/products/<product_id>/variations and confirm whether the ten-item limit comes from WooCommerce or this Python wrapper. Then trace the wrapper entry point for this endpoint and determine how pagination is exposed. Done means the behavior is explained and, if the wrapper is responsible, larger variation lists can be retrieved as expected.
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
- Needs clarification
- Newbie friendliness
- 35/100