Right now we can push things to Shopify but we can't update them from the server. This means that if we need to change the price (as we already had to do for the Doc Dunn LP), we have to edit the price in Shopify and then edit things server-side.
As the server is our source of truth we should be able to update Shopify from the server.
The change should be as simple as implementing a PUT call, but we may want to refactor the entire shopify API.
Right now we can push things to Shopify but we can't update them from the server. This means that if we need to change the price (as we already had to do for the Doc Dunn LP), we have to edit the price in Shopify and then edit things server-side.
As the server is our source of truth we should be able to update Shopify from the server.
The change should be as simple as implementing a PUT call, but we may want to refactor the entire shopify API.