From da18206e110fdb0f98e7a6c9c581fb3063c61583 Mon Sep 17 00:00:00 2001 From: David Aland Date: Thu, 27 Jun 2024 12:09:09 +1000 Subject: [PATCH] Update bulk pricing tiers to cover null case --- reference/price_lists.v3.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/price_lists.v3.yml b/reference/price_lists.v3.yml index aab46a633..da87b4ba6 100644 --- a/reference/price_lists.v3.yml +++ b/reference/price_lists.v3.yml @@ -1088,12 +1088,13 @@ paths: quantity_min: type: integer description: | - The minimum quantity of associated variant in the cart needed to qualify for this tiers pricing. + The minimum quantity of associated variant in the cart needed to qualify for this tier's pricing. example: 1 quantity_max: type: integer + nullable: true description: | - The maximum allowed quantity of associated variant in the cart to qualify for this tiers pricing. + The maximum allowed quantity of associated variant in the cart to qualify for this tier's pricing. `null` indicates that there is no maximum allowed quantity for this tier. example: 10 type: type: string