Skip to content

Commit 214b557

Browse files
committed
Add publication_date to ApiContentInfo model.
1 parent e02dfb1 commit 214b557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

amazon_paapi/models/item_result.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ class ApiClassifications(models.Classifications):
8686
class ApiContentInfo(models.ContentInfo):
8787
edition: ApiSingleStringValuedAttribute
8888
languages: ApiMultiValuedAttributeType
89+
publication_date: ApiSingleStringValuedAttribute
8990

9091

9192
class ApiContentRating(models.ContentRating):

0 commit comments

Comments
 (0)