diff --git a/oscar_odin/resources/catalogue.py b/oscar_odin/resources/catalogue.py index 5c49f36..9d874cc 100644 --- a/oscar_odin/resources/catalogue.py +++ b/oscar_odin/resources/catalogue.py @@ -100,6 +100,7 @@ class ProductResource(OscarCatalogueResource): """A product within Django Oscar.""" id: Optional[int] + code: Optional[str] upc: Optional[str] structure: str = StringField(choices=ProductModel.STRUCTURE_CHOICES) title: str