Merged
Conversation
sanketp85
previously approved these changes
Dec 16, 2025
cr-abednorz
requested changes
Dec 16, 2025
|
|
||
| **Important note** | ||
|
|
||
| All products and product variants are assigned an id upon creation. It is important to note that the id assigned to product variants is subject to change regularly due to how updates are managed, and any product that is deleted and recreated will also receive a new id. Therefore, it is vital that the SKU of a product or variant is considered as the unique identifier when evaluating products and their variants. When you update or create a product via our api's we will return the product id and the id's of all of the products variants if it has any, so if you do require the current variant id's then you can get them from the product response, or you can list all of your products and variants using our [list products endpoint](#products-list-all-products). |
Contributor
There was a problem hiding this comment.
[suggestion]
Some grammar changes to consider.
Suggested change
| All products and product variants are assigned an id upon creation. It is important to note that the id assigned to product variants is subject to change regularly due to how updates are managed, and any product that is deleted and recreated will also receive a new id. Therefore, it is vital that the SKU of a product or variant is considered as the unique identifier when evaluating products and their variants. When you update or create a product via our api's we will return the product id and the id's of all of the products variants if it has any, so if you do require the current variant id's then you can get them from the product response, or you can list all of your products and variants using our [list products endpoint](#products-list-all-products). | |
| All products and product variants are assigned an id upon creation. It is important to note that the id assigned to product variants is subject to change regularly due to how updates are managed, and any product that is deleted and recreated will also receive a new id; therefore, it is vital that the SKU of a product or variant is considered as the unique identifier when evaluating products and their variants. \ | |
| When you update or create a product via the API, the product id and the ids of all of the product's variants _(if it has any)_ will be returned. If you require the current variant ids then you can get them from the product response, or you can list all of your products and variants using our [list products endpoint](#products-list-all-products). |
reissjohnson
previously approved these changes
Dec 16, 2025
9b28704
cr-abednorz
approved these changes
Dec 16, 2025
rjpaskin
approved these changes
Dec 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
rew-2629