Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE-1073: [update] Catalog, clarify Add a Product supports creating multiple variants #46

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions reference/catalog/products_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ paths:
- Products
summary: Create a Product
description: |-
Creates a *Product*. Only one product can be created at a time.
Creates a *Product*. Only one product can be created at a time; however, you can create multiple product variants using the `variants` array.

**Required Fields:**
- `name`
Expand All @@ -881,8 +881,8 @@ paths:
- A product can have up to 1000 images. Each image file or image uploaded by URL can be up to 8 MB.

**Usage Notes**
* You can create multiple product variants using the `variants` array.
* This endpoint accepts a `video` array. To create a product video that accepts a `video` object, see [Create a Product Video](/docs/rest-catalog/products/videos#create-a-product-video) for information.

operationId: createProduct
parameters:
- $ref: '#/components/parameters/ContentType'
Expand Down
Loading