Skip to content

Commit 52cd365

Browse files
authored
CATALOG-10610: Add custom_url field to POST v3 product 409 error (#837)
# [CATALOG-10610] ## What changed? * Add custom_url field to POST v3 product 409 error ## Release notes draft * Endpoint `POST v3/catalog/products` now failed product creation when `custom_url` is not unique with 409 error code. ## Anything else? <!-- Add related PRs, salient notes, additional ticket numbers, etc. --> ping @bigcommerce/team-catalog [CATALOG-10610]: https://bigcommercecloud.atlassian.net/browse/CATALOG-10610?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 26f9dc7 commit 52cd365

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)