Hey there, while it should definitely be a button in repairshopr, since the functionality is there. We've been using API requests to do exactly this. Here is an example of what we use:
https://domain.repairshopr.com/api/v1/products/"product id here"?serialized=false&maintain_stock=true&api_key="api key here"
Hey there, while it should definitely be a button in repairshopr, since the functionality is there. We've been using API requests to do exactly this. Here is an example of what we use:
https://domain.repairshopr.com/api/v1/products/"product id here"?serialized=false&maintain_stock=true&api_key="api key here"
A full example would be:
https://testing.repairshopr.com/api/v1/products/12115938?serialized=false&maintain_stock=true&api_key=123123123123123123
Hope that helps and that they fix this in the future.