Skip to content
New issue

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

product variants methods #7

Open
10 tasks
warengonzaga opened this issue Dec 13, 2021 · 0 comments
Open
10 tasks

product variants methods #7

warengonzaga opened this issue Dec 13, 2021 · 0 comments
Labels
feature Issue/Pull Request Label for New Features help wanted Issue Label for Asking Help todo Issue Label for Todo Status

Comments

@warengonzaga
Copy link
Owner

warengonzaga commented Dec 13, 2021

Add support for product variants methods.

  • POST /products/:product_id/variant_categories
  • POST /products/:product_id/variant_categories/:variant_category_id/variants
  • PUT /products/:product_id/variant_categories/:id
  • PUT /products/:product_id/variant_categories/:variant_category_id/variants/:id
  • GET /products/:product_id/variant_categories
  • GET /products/:product_id/variant_categories/:id
  • GET /products/:product_id/variant_categories/:variant_category_id/variants
  • GET /products/:product_id/variant_categories/:variant_category_id/variants/:id
  • DELETE /products/:product_id/variant_categories/:id
  • DELETE /products/:product_id/variant_categories/:variant_category_id/variants/:id
@warengonzaga warengonzaga added feature Issue/Pull Request Label for New Features help wanted Issue Label for Asking Help todo Issue Label for Todo Status labels Dec 13, 2021
@warengonzaga warengonzaga modified the milestone: v1.0.0 Alpha 🌱 Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Issue/Pull Request Label for New Features help wanted Issue Label for Asking Help todo Issue Label for Todo Status
Projects
None yet
Development

No branches or pull requests

1 participant