feat(medusa, link-modules): sales channel <> order link (#5810)

This commit is contained in:
Frane Polić
2024-01-03 14:07:54 +01:00
committed by GitHub
parent 278b7fb203
commit fe007d01bd
15 changed files with 293 additions and 20 deletions
+6
View File
@@ -34,4 +34,10 @@ export const LINKS = {
"salesChannelService",
"sales_channel_id"
),
OrderSalesChannel: composeLinkName(
"orderService",
"order_id",
"salesChannelService",
"sales_channel_id"
),
}