Merge pull request #5 from Soopic/main

Fix KeyError when using shippable=True
This commit is contained in:
Étienne Hodé
2025-10-11 13:48:39 +02:00
committed by GitHub

View File

@@ -251,7 +251,7 @@ def build_search_payload_with_args(
payload["filters"]["keywords"]["type"] = "subject"
if shippable:
payload["filters"]["locations"]["shippable"] = True
payload["filters"]["location"]["shippable"] = True
if kwargs:
for key, value in kwargs.items():