You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to integrate the update action with Shopify's API to allow users to update the quantity of a book product. At the moment, book updates should only affect its inventory quantity.
There's some discovery that needs to be done before we can implement this feature:
How will the inventory be structured in Shopify?
Will there be multiple locations?
The text was updated successfully, but these errors were encountered:
drborges
changed the title
Integrate quantity update endpoint with Shopify
Allow updating the inventory quantity for a given book
Oct 18, 2021
Currently, the BooksController#update is stubbed out.
We need to integrate the update action with Shopify's API to allow users to update the quantity of a book product. At the moment, book updates should only affect its inventory quantity.
There's some discovery that needs to be done before we can implement this feature:
The text was updated successfully, but these errors were encountered: