User Tools

Site Tools


urapidflow:fixed_row_format

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
urapidflow:fixed_row_format [2020/01/14 20:03]
wtsergo
urapidflow:fixed_row_format [2020/06/23 06:17]
wtsergo [Multi Source Inventory Types]
Line 334: Line 334:
 # CPI,sku,image name,image label,position,disabled # CPI,sku,image name,image label,position,disabled
 # to add images  # to add images 
-CPI,SKU-1,i/m/image1.jpg,"Image 1 label",1,0  +CPI,SKU-1,/i/m/image1.jpg,"Image 1 label",1,0  
-CPI,SKU-1,i/m/image2.jpg,"Image 2 label",2,+CPI,SKU-1,/i/m/image2.jpg,"Image 2 label",2,
  
 # to add images but exclude them from gallery  # to add images but exclude them from gallery 
-CPI,SKU-1,i/m/image3.jpg,"Image 3 label",3,1  +CPI,SKU-1,/i/m/image3.jpg,"Image 3 label",3,1  
-CPI,SKU-1,i/m/image4.jpg,"Image 4 label",4,+CPI,SKU-1,/i/m/image4.jpg,"Image 4 label",4,
  
 # delete image  # delete image 
--CPI,SKU-1,i/m/image5.jpg+-CPI,SKU-1,/i/m/image5.jpg
 </file> </file>
 ==== CPIL: Catalog Product Image Store Specific ==== ==== CPIL: Catalog Product Image Store Specific ====
Line 692: Line 692:
 === Examples === === Examples ===
 <file> <file>
-GCA,001PZCPE0Y1N-2,110.0000,1,0,1,2020-01-14,2020-06-26,base+GCA,001PZCPE0Y1N-2,110.00,1,0,1,2020-01-14,2020-06-26,base
 </file> </file>
  
 == Delete giftcard == == Delete giftcard ==
 <file> <file>
--GCA,02UXLMTJC5AH-2,50.0000,1,0,1,2020-01-14,,base+-GCA,02UXLMTJC5AH-2,50.00,1,0,1,2020-01-14,,base
 </file> </file>
  
Line 713: Line 713:
 === Examples === === Examples ===
 <file> <file>
-GCAH,02UXLMTJC5AH-2,"2020-01-14 18:34:21",Created,50.0000,50.0000,"By admin: admin." +GCAH,02UXLMTJC5AH-2,"2020-01-14 18:34:21",Created,50.00,50.00,"By admin: admin." 
-GCAH,02UXLMTJC5AH-2,"2020-01-14 18:34:38",Updated,44.0000,-6.0000,"By admin: admin."+GCAH,02UXLMTJC5AH-2,"2020-01-14 18:34:38",Updated,44.00,-6.00,"By admin: admin.
 +</file> 
 + 
 +===== Multi Source Inventory Row Types ===== 
 + 
 +==== Allowed actions ==== 
 +^ Row Type  ^ Create  ^ Update  ^ Delete  ^ Rename (*)  ^ Description                                                                                                                        ^ 
 +^ MSIS      | X       | X       | X                   | [[#msismsi_source|MSI Source]]                                                                 | 
 +^ MSIST     | X       | X       | X                   | [[#msistmsi_stock|MSI Stock]]                                                                 | 
 +^ MSISL     | X       | X       | X                   | [[#msislmsi_stock_source_link|MSI Stock Source Link]]                                                                 | 
 +^ MSISI     | X       | X       | X                   | [[#msisimsi_source_item|MSI Source Item]]                                                                 | 
 +^ MSIC      | X       | X       | X                   | [[#msicmsi_stock_sales_channel|MSI Stock Sales Channel]]                                                                 | 
 + 
 +==== MSIS: MSI Source ==== 
 +=== Columns === 
 +^ # ^ Column ^ Key? ^ Required? ^ Comments ^ 
 +^ 1 | source_code | X | X | | 
 +^ 2 | name | X | X | | 
 +^ 3 | enabled | X | X | | 
 +^ 4 | description | X | X | | 
 +^ 5 | latitude | X | X | | 
 +^ 6 | longitude | X | X | | 
 +^ 7 | country_id | X | X | | 
 +^ 8 | region_id | X | X | | 
 +^ 9 | region | X | X | | 
 +^ 10 | city | X | X | | 
 +^ 11 | street | X | X | | 
 +^ 12 | postcode | X | X | | 
 +^ 13 | contact_name | X | X | | 
 +^ 14 | email | X | X | | 
 +^ 15 | phone | X | X | | 
 +^ 16 | fax | X | X | | 
 +^ 17 | use_default_carrier_config | X | X | | 
 + 
 +=== Examples === 
 +<file> 
 +MSIS,default,"US PA Source",1,"US PA Source",0.000000,0.000000,US,51,,Eclectic,"Steel Crossway",17589,,,,,
 +</file> 
 + 
 +== Delete source == 
 +<file> 
 +-MSIS,eu_it,"Europe IT Source",1,"Europe IT Source",,,IT,,,Rome,"Rome Street",00199,,,,,
 +</file> 
 + 
 +==== MSIST: MSI Stock ==== 
 +=== Columns === 
 +^ # ^ Column ^ Key? ^ Required? ^ Comments ^ 
 +^ 1 | name | X | X | | 
 + 
 +=== Examples === 
 +<file> 
 +MSIST,"Default Stock" 
 +</file> 
 + 
 +== Delete stock == 
 +<file> 
 +-MSIST,"US Stock" 
 +</file> 
 + 
 +==== MSIS: MSI Stock Source Link ==== 
 +=== Columns === 
 +^ # ^ Column ^ Key? ^ Required? ^ Comments ^ 
 +^ 1 | source_code | X | X | | 
 +^ 2 | stock_name | X | X | | 
 +^ 3 | priority | X | X | | 
 + 
 +=== Examples === 
 +<file> 
 +MSISL,default,"Default Stock",
 +</file> 
 + 
 +== Delete stock source link == 
 +<file> 
 +-MSISL,us_ca,"US Stock",
 +</file> 
 + 
 +==== MSIS: MSI Source Item ==== 
 +=== Columns === 
 +^ # ^ Column ^ Key? ^ Required? ^ Comments ^ 
 +^ 1 | source_code | X | X | | 
 +^ 2 | sku | X | X | | 
 +^ 3 | quantity | X | X | | 
 +^ 4 | status | X | X | | 
 + 
 +=== Examples === 
 +<file> 
 +MSISI,eu_it,"utest 1",3.0000,
 +</file> 
 + 
 +== Delete source item == 
 +<file> 
 +-MSISI,eu_uk,"utest 1",2.0000,
 +</file> 
 + 
 +==== MSIS: MSI Stock Sales Channel ==== 
 +=== Columns === 
 +^ # ^ Column ^ Key? ^ Required? ^ Comments ^ 
 +^ 1 | website_code | X | X | | 
 +^ 2 | stock_name | X | X | | 
 + 
 +=== Examples === 
 +<file> 
 +MSIC,base,"Base Stock" 
 +</file> 
 + 
 +== Delete stock sales channel == 
 +<file> 
 +-MSIC,europe,"Europe Stock"
 </file> </file>
  
Line 755: Line 862:
 | 4 | active |  |  | | | 4 | active |  |  | |
 | 5 | created_at |  |  | | | 5 | created_at |  |  | |
 +
  
  
urapidflow/fixed_row_format.txt · by wtsergo