Skip to content

feat: add stock in products #1042

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ApMatheus
Copy link
Contributor

What is this contribution about?

Inserting product stock values ​​for registered stores

Please provide a brief description of the changes or improvements you are proposing in this pull request.

New values ​​have been added to the PropertyValue of stock values ​​with the given store

Issue Link

Please link to the relevant issue that this pull request addresses:

image
image

Copy link
Contributor

Tagging Options

Should a new tag be published when this PR is merged?

  • 👍 for Patch 0.64.48 update
  • 🎉 for Minor 0.65.0 update
  • 🚀 for Major 1.0.0 update

@guitavano guitavano force-pushed the feat/inventory-vnda branch from b4ef99d to 086e688 Compare April 2, 2025 03:00
@IncognitaDev IncognitaDev self-requested a review April 16, 2025 20:37
@@ -40,6 +40,7 @@ async function loader(
const result = await api["GET /api/v2/products/:id"]({
id,
include_images: "true",
include_inventory_place: "true"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as it is optional on the API this should be optional on the loader, make it a property

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants