Skip to content

Commit c5ec1f5

Browse files
committed
CATALOG-10610: Add custom_url field to POST v3 product 409 error
1 parent a66807c commit c5ec1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/catalog/products_catalog.v3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ paths:
597597

598598
'409':
599599
description: |
600-
`Product` was in conflict with another product. This is the result of duplicate unique values, such as name or SKU; a missing or invalid `category_id`, `brand_id`, or `tax_class id`; or a conflicting `bulk_pricing_rule`.
600+
`Product` conflicted with another product. This is the result of duplicate unique values, such as name or SKU; a missing or invalid `category_id`, `brand_id`, or `tax_class id`; or a conflicting `bulk_pricing_rule` or `custom_url`.
601601
content:
602602
application/json:
603603
schema:

0 commit comments

Comments
 (0)