Skip to content

Commit 56dc664

Browse files
author
Joey Jurjens
committed
Add code to ParentProductResource
1 parent b69b98d commit 56dc664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oscar_odin/resources/catalogue.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class ProductAttributeValueResource(OscarCatalogueResource):
9090

9191
class ParentProductResource(OscarCatalogueResource):
9292
upc: Optional[str]
93+
code: Optional[str]
9394

9495

9596
class ProductRecommentationResource(OscarCatalogueResource):

0 commit comments

Comments
 (0)