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
{{ message }}
This repository has been archived by the owner on Aug 25, 2018. It is now read-only.
Import data for existing simple product, type "Stock Sources", import behavior "Add/Update"
Preconditions
Magento with MSI module
Simple product with Sku "sku1" and Stock Quantity = 100 and Qty on Default Source = 100 created
Steps to reproduce
Create .csv file for import with source_id = 1, sku = sku1, status = 1 and quantity = 10
Goto Admin -> System -> Import
Select "Import Type" = Stock Sources
Select "Import Behavior" = Add/Update
Click on "Choose File" button in "Select File to Import" field and navigate to your .csv import file in your system
Click on "Check Data" button
If you got success message "File is valid! To start import process press "Import" button" - press "Import" button
Success message 'Import successfully done" appear
Navigate to Admin -> Catalog -> Products and open product page of your Simple Product "sku1"
Verify that in "Assigned Sources" field Qty on Default Source is updated to "10" and Quantity in Stock of this product is the same
The text was updated successfully, but these errors were encountered:
smoskaluk
changed the title
Import Type "Inventory Source" with import behavior "Add/Update"
Import data for existing simple product, type "Inventory Source", import behavior "Add/Update"
Dec 8, 2017
smoskaluk
changed the title
Import data for existing simple product, type "Inventory Source", import behavior "Add/Update"
Import data for existing simple product, type "Stock Sources", import behavior "Add/Update"
Dec 14, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Import data for existing simple product, type "Stock Sources", import behavior "Add/Update"
Preconditions
Magento with MSI module
Simple product with Sku "sku1" and Stock Quantity = 100 and Qty on Default Source = 100 created
Steps to reproduce
The text was updated successfully, but these errors were encountered: