feat: add support for multiple matching shipping options (#483)

This commit is contained in:
Benedikt
2025-04-29 21:02:09 +02:00
committed by GitHub
parent 3e8072973a
commit 9bcc669c48
3 changed files with 145 additions and 11 deletions

View File

@@ -26,6 +26,12 @@ ad_defaults:
# Jobs > Praktika: 102/125
categories: {}
download:
# if true, all shipping options matching the package size will be included
include_all_matching_shipping_options: false
# list of shipping options to exclude, e.g. ["DHL_2", "DHL_5"]
excluded_shipping_options: []
publishing:
delete_old_ads: "AFTER_PUBLISH" # one of: AFTER_PUBLISH, BEFORE_PUBLISH, NEVER
delete_old_ads_by_title: true # only works if delete_old_ads is set to BEFORE_PUBLISH