feat(medusa, medusa-plugin-brightpearl): Inventory management for Brightpearl (#3192)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export * from "./reservation-item"
|
||||
export {ReservationItem} from "./reservation-item"
|
||||
export * from "./inventory-item"
|
||||
export * from "./inventory-level"
|
||||
|
||||
@@ -18,6 +18,9 @@ export class ReservationItem extends SoftDeletableEntity {
|
||||
@Column()
|
||||
quantity: number
|
||||
|
||||
@Column({ type: "text", nullable: true })
|
||||
external_id: string | null
|
||||
|
||||
@Column({ type: "jsonb", nullable: true })
|
||||
metadata: Record<string, unknown> | null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user