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

JSON response doesn't contain the concrete stock data #3

Open
codeministry opened this issue Mar 15, 2018 · 0 comments
Open

JSON response doesn't contain the concrete stock data #3

codeministry opened this issue Mar 15, 2018 · 0 comments
Assignees

Comments

@codeministry
Copy link
Contributor

The stock data can be updated through the REST API endpoint, but the JSON response doesn't contain the concrete stock data.

The actual response:

"data": [
    40
]

The expected response:

{
  "data": {
    "id_stock_product": 583
    "quantity": 20,
    "is_never_out_of_stock": false,
    "stock_type": "Warehouse1"
  }
}
@codeministry codeministry self-assigned this Mar 15, 2018
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

No branches or pull requests

1 participant