You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to use the batch variant update method with the JS SDK and the AdminUpdateProductVariant type definition for the sdk.admin.product.batchVariant() method does not include the variant's id.
Expected behavior
It is supposed to contain the id otherwise the system won't be able to effectively update the variant.
Actual behavior
The update method works and I was able to add the id to the body of the update but all of the docs and the actual type definition itself don't contain id.
Link to reproduction repo
N/A
The text was updated successfully, but these errors were encountered:
Package.json file
Node.js version
v21.7.3
Database and its version
PostgreSQL 13
Operating system name and version
Windows 11
Browser name
Chrome
What happended?
Attempting to use the batch variant update method with the JS SDK and the AdminUpdateProductVariant type definition for the
sdk.admin.product.batchVariant()
method does not include thevariant's id
.Expected behavior
It is supposed to contain the id otherwise the system won't be able to effectively update the variant.
Actual behavior
The update method works and I was able to add the id to the body of the update but all of the docs and the actual type definition itself don't contain
id
.Link to reproduction repo
N/A
The text was updated successfully, but these errors were encountered: