Skip to content

Commit

Permalink
update-per-categories-feedback (#707)
Browse files Browse the repository at this point in the history
<!-- Ticket number or summary of work -->
# NO TICKET
See slack conversation:
https://bigcommerce.slack.com/archives/C05GVCPFW66/p1734016532530049

## What changed?
Updated the categories description

## Release notes draft

Enhancement
<!-- Provide an entry for the release notes using simple, conversational
language. Don't be too technical. Explain how the change will benefit
the merchant and link to the feature.

Examples:
* The newly-released [X feature] is now available to use. Now, you’ll be
able to [perform Y action].
* We're happy to announce [X feature], which can help you [perform Y
action].
* [X feature] helps you to create [Y response] using the [Z query
parameter]. Now, you can deliver [ex, localized shopping experiences for
your customers].
* Fixed a bug in the [X endpoint]. Now the [Y field] will appear when
you click [Z option]. -->
* 

## Anything else?
<!-- Add related PRs, salient notes, additional ticket numbers, etc. -->

ping {names}
  • Loading branch information
bc-traciporter authored Dec 13, 2024
1 parent 666f0c2 commit 6ab0846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reference/catalog/products_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ paths:
- `type`
- `weight`
- `price`
- `categories` (required when you enable the V2 product experience in the control panel)
**Read-Only Fields**
- `id`
Expand Down Expand Up @@ -6986,7 +6987,7 @@ components:
categories:
type: array
description: |
An array of IDs for the categories to which this product belongs. When updating a product, if an array of categories is supplied, all product categories will be overwritten. Does not accept more than 1,000 ID values.
An array of IDs for the categories to which this product belongs. You will overwrite all product categories when updating a product and supplying an array of categories. The limit is 1,000 ID values. When you enable the catalog V2 product experience in the control panel, you must include the categories array in the request body.
required:
- post
items:
Expand Down

0 comments on commit 6ab0846

Please sign in to comment.