Skip to content

Commit

Permalink
feat(medusa): Include external_id in CreateProductInput type (#2498)
Browse files Browse the repository at this point in the history
  • Loading branch information
chiubaca authored Jan 2, 2023
1 parent 7bc5454 commit cc10c20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-flies-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---

Include optional `external_id` property for CreateProductInput type
1 change: 1 addition & 0 deletions packages/medusa/src/types/product.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export type CreateProductInput = {
mid_code?: string
material?: string
metadata?: Record<string, unknown>
external_id?: string | null
}

export type CreateProductProductTagInput = {
Expand Down

0 comments on commit cc10c20

Please sign in to comment.