Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 04fb478

Browse files
authored
feat: Add external_ref field to PcmProductBase (#743)
1 parent 2d19722 commit 04fb478

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/pcm.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export interface PcmProductBase extends PcmProductRelationships {
3232
commodity_type?: string
3333
upc_ean?: string | null
3434
mpn?: string | null
35+
external_ref?: string | null
3536
extensions?: Object
3637
locales?: { [key in Locales]?: { name?: string; description?: string } }
3738
components?: ProductComponents

0 commit comments

Comments
 (0)