woocommerce / woocommerce/wc-api-python

product-variations

Open
#102 2 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.