Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

DEVDOCS-5183: [update] add note about editing variants in control panel #2090

Merged
merged 3 commits into from
Oct 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api-docs/catalog/products-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ To combine the variant option values into variants and build out SKUs use the fo
`https://api.bigcommerce.com/stores/{{store_hash}}/v3/catalog/products/{{product_id}}/variants`

<Callout type="info">
* Variants need to be created one at a time using this endpoint.
* If you want to prevent some option combinations from having a variant, do not edit the variants in the control panel, as that will cause the store to autogenerate all missing variant SKUs.
bc-traciporter marked this conversation as resolved.
Show resolved Hide resolved
* You can create only one variant option at a time; individual variant options will contain an array of multiple values.
* To use a variant array and create variants in the same call as the base product, use the [/catalog/product](/docs/rest-catalog/products#create-a-product) endpoint during product creation.
</Callout>
Expand Down