Skip to content

Commit 6b9ce2b

Browse files
joeyjurjensJoey Jurjens
andauthored
Add code to ParentProductResource (#78)
Co-authored-by: Joey Jurjens <[email protected]>
1 parent b69b98d commit 6b9ce2b

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)