feat: Add Sales Channel Stock Location link (#6634)

This commit is contained in:
Oli Juhl
2024-03-08 15:26:26 +01:00
committed by GitHub
parent a92cdeb01d
commit 4136b9da5f
7 changed files with 202 additions and 6 deletions
+6
View File
@@ -32,6 +32,12 @@ export const LINKS = {
Modules.PROMOTION,
"promotion_id"
),
SalesChannelLocation: composeLinkName(
Modules.SALES_CHANNEL,
"sales_channel_id",
Modules.STOCK_LOCATION,
"location_id"
),
// Internal services
ProductShippingProfile: composeLinkName(