@@ -475,7 +475,7 @@ export const syncProductsWorkflowHighlight = [
|
||||
```ts title="src/workflows/sync-products.ts" highlights={syncProductsWorkflowHighlight} collapsibleLines="1-16" expandButtonLabel="Show Imports"
|
||||
import {
|
||||
ModuleRegistrationName
|
||||
} from "@medusajs/modules-sdk"
|
||||
} from "@medusajs/utils"
|
||||
import {
|
||||
IProductModuleService,
|
||||
IStoreModuleService,
|
||||
@@ -786,7 +786,7 @@ The `order.placed` event is currently not emitted.
|
||||
} from "@medusajs/medusa"
|
||||
import {
|
||||
ModuleRegistrationName,
|
||||
} from "@medusajs/modules-sdk"
|
||||
} from "@medusajs/utils"
|
||||
import {
|
||||
ICustomerModuleService,
|
||||
IOrderModuleService,
|
||||
@@ -902,7 +902,7 @@ export const newsletterHighlights = [
|
||||
} from "@medusajs/medusa"
|
||||
import {
|
||||
ModuleRegistrationName,
|
||||
} from "@medusajs/modules-sdk"
|
||||
} from "@medusajs/utils"
|
||||
import {
|
||||
ICustomerModuleService,
|
||||
IProductModuleService,
|
||||
|
||||
@@ -319,7 +319,7 @@ For example, suppose an administrator changes the product data in the ERP system
|
||||
} from "@medusajs/types"
|
||||
import {
|
||||
ModuleRegistrationName
|
||||
} from "@medusajs/modules-sdk"
|
||||
} from "@medusajs/utils"
|
||||
|
||||
type WebhookReq = {
|
||||
id: string
|
||||
|
||||
Reference in New Issue
Block a user