feat(medusa): Include external_id in CreateProductInput type (#2498)
This commit is contained in:
5
.changeset/pretty-flies-juggle.md
Normal file
5
.changeset/pretty-flies-juggle.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
Include optional `external_id` property for CreateProductInput type
|
||||
@@ -133,6 +133,7 @@ export type CreateProductInput = {
|
||||
mid_code?: string
|
||||
material?: string
|
||||
metadata?: Record<string, unknown>
|
||||
external_id?: string | null
|
||||
}
|
||||
|
||||
export type CreateProductProductTagInput = {
|
||||
|
||||
Reference in New Issue
Block a user