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