Skip to content

Commit 328e1f4

Browse files
committed
update docs for listing items
1 parent 85afc6b commit 328e1f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sp_api/api/listings_items/listings_items.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ListingsItems(Client, metaclass=_ListingsItemsMeta):
6363
6464
This class dispatches to a versioned Listings Items API client.
6565
66-
If you do not pass a version, the constructor returns the oldest supported implementation ("2020-09-01").
66+
If you do not pass a version, the constructor returns the 2021-08-01 supported implementation ("2021-08-01").
6767
"""
6868

6969
if TYPE_CHECKING:

sp_api/asyncio/api/listings_items/listings_items.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ListingsItems(AsyncBaseClient, metaclass=_ListingsItemsMeta):
6363
6464
This class dispatches to a versioned Listings Items API client.
6565
66-
If you do not pass a version, the constructor returns the oldest supported implementation ("2020-09-01").
66+
If you do not pass a version, the constructor returns the 2021-08-01 supported implementation ("2021-08-01").
6767
"""
6868

6969
if TYPE_CHECKING:

0 commit comments

Comments
 (0)