Allow setting price-type to NOT_APPLICABLE. Addresses #52

This commit is contained in:
sebthom
2022-03-31 23:26:57 +02:00
parent b87b304639
commit 3964a3a1d3
4 changed files with 11 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ description:
category:
special_attributes: {}
price:
price_type: # one of: FIXED, NEGOTIABLE, GIVE_AWAY
price_type: # one of: FIXED, NEGOTIABLE, GIVE_AWAY, NOT_APPLICABLE
shipping_type: # one of: PICKUP, SHIPPING, NOT_APPLICABLE
shipping_costs:
images: []

View File

@@ -10,7 +10,7 @@ ad_defaults:
description:
prefix: ""
suffix: ""
price_type: NEGOTIABLE # one of: FIXED, NEGOTIABLE, GIVE_AWAY
price_type: NEGOTIABLE # one of: FIXED, NEGOTIABLE, GIVE_AWAY, NOT_APPLICABLE
shipping_type: SHIPPING # one of: PICKUP, SHIPPING, NOT_APPLICABLE
contact:
name: ""