Skip to content

Commit b54d2b9

Browse files
authored
docs(catalog): CATALOG-12042 Bulk Pricing Rule API allows invalid min quantity of 1 for fixed pricing rules (#1240)
<!-- Ticket number or summary of work --> # [CATALOG-12042] ## What changed? * Removed incorrect information"For fixed rules, the minimum quantity canʼt be less than two" for quantity_min param in bulk-pricing-rules ## Release notes draft * Removed incorrect information"For fixed rules, the minimum quantity canʼt be less than two" for quantity_min param in bulk-pricing-rules ## Anything else? None ping {names} [CATALOG-12042]: https://bigcommercecloud.atlassian.net/browse/CATALOG-12042?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 283d462 commit b54d2b9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

reference/catalog/products_catalog.v3.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6147,8 +6147,7 @@ components:
61476147
minimum: 0
61486148
type: integer
61496149
description: |
6150-
The minimum inclusive quantity of a product to satisfy this rule. Must be greater than or equal to zero. For `fixed` rules, the minimum quantity canʼt be less than two.
6151-
Required in /POST.
6150+
The minimum inclusive quantity of a product to satisfy this rule. Must be greater than or equal to zero. Required in /POST.
61526151
example: 10
61536152
x-required:
61546153
- post

0 commit comments

Comments
 (0)