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
Describe the bug
With fast importer service, initialized with a seller's channel, the product variant gets assigned to the default stock location despite passing the seller's stock location.
To Reproduce
Steps to reproduce the behavior:
Initialize the FastImporterService with a seller's channel
Use it to import product variants
Pass the stockLevels to the createProductVariant method with the stockLocationId of the seller's channel
Expected behavior
When the stock location id is provided the variant should be assigned to that particular stock location and not the default one.
Environment (please complete the following information):
@vendure/core version: 3.0.5
Nodejs version 20
Database (mysql/postgres etc): postgres
Additional context
It is a small fix and I would like to contribute to it as I have managed to make it work locally with the marketplace my team is building
The text was updated successfully, but these errors were encountered:
Describe the bug
With fast importer service, initialized with a seller's channel, the product variant gets assigned to the default stock location despite passing the seller's stock location.
To Reproduce
Steps to reproduce the behavior:
stockLevels
to thecreateProductVariant
method with thestockLocationId
of the seller's channelExpected behavior
When the stock location id is provided the variant should be assigned to that particular stock location and not the default one.
Environment (please complete the following information):
Additional context
It is a small fix and I would like to contribute to it as I have managed to make it work locally with the marketplace my team is building
The text was updated successfully, but these errors were encountered: