feat(pricing, types): PriceSets as entry point to pricing module (#4978)
What: - Adds PriceSet, PriceSetMoneyAmount, updates schema - Adds service/repo for PriceSet - Shifts entry point to use PriceSet - Updates link/joiner config RESOLVES CORE-1495
This commit is contained in:
@@ -8,11 +8,11 @@ export const LINKS = {
|
||||
Modules.INVENTORY,
|
||||
"inventory_item_id"
|
||||
),
|
||||
ProductVariantMoneyAmount: composeLinkName(
|
||||
ProductVariantPriceSet: composeLinkName(
|
||||
Modules.PRODUCT,
|
||||
"variant_id",
|
||||
Modules.PRICING,
|
||||
"money_amount_id"
|
||||
"price_set_id"
|
||||
),
|
||||
|
||||
// Internal services
|
||||
|
||||
Reference in New Issue
Block a user