feat: Add support for price setting and updates for products (#7037)

We still need to add a `batch` method for variants, but I'll do that in a separate PR
This commit is contained in:
Stevche Radevski
2024-04-11 17:21:58 +00:00
committed by GitHub
parent c78915c7c5
commit 47a175ce94
15 changed files with 506 additions and 157 deletions
@@ -98,6 +98,11 @@ export const v2Routes: RouteObject[] = [
lazy: () =>
import("../../v2-routes/products/product-media"),
},
{
path: "prices",
lazy: () =>
import("../../v2-routes/products/product-prices"),
},
{
path: "options/create",
lazy: () =>