Stock Upload (CSV)
We expect to receive stock updates periodically from the store's ERP system. The stock file sent from the stores has certain requirements, and they are listed in the following section.
Last updated
We expect to receive stock updates periodically from the store's ERP system. The stock file sent from the stores has certain requirements, and they are listed in the following section.
Last updated
To submit a stock file, the following endpoint is used and the stock file needs to be sent periodically to this endpoint:
stfp {Merchant ID}@sftp.m-board.io
Use the instructions that follow to transfer files from the command line using OpenSSH.
On Linux or macOS, open a command terminal.
At the prompt, enter the following command:
stfp {Merchant ID}@sftp.michelberger.digital
(Optional) To view the user's home directory, enter the following command at the sftp
prompt:
pwd
To upload a file from your file system to the server, use the put
command.
For example, to upload hello.txt
(assuming that file is in your current directory on your file system), run the following command at the sftp
prompt:
put hello.txt
A message similar to the following appears, indicating that the file transfer is in progress, or complete:
Uploading hello.txt to /my-bucket/home/sftp_user/hello.txt
hello.txt 100% 127 0.1KB/s 00:00
Detailed instructions how to transfer files using different clients (e.g. WinSCP, Cyberduck or FileZilla) can be found .
store
Integer
Required
Required
Store identifier that represents a unique store in your source system.
501
ean
String
Required
Required
EAN of the article. Unique per store in the file, otherwise such articles are dropped and not handled.
0075678164125
quantity
Integer
Required
Required
Number of articles available at the store.
12
product_number
String
Required
Required
Unique product number that the client uses to identify a specific product.
88882572, 18751-060
price
Float
Required
Current selling price of an article, use dot . as a decimal separator, e.g: 10.54.
131.95
retail_price
Float
Required
Retail price of an article (RRP) is the original price of the article before applying any discount. Use dot . as a decimal separator, e.g: 10.54
329.95
brand
String
Required
Product brand
HUGO BOSS
product_group
String
Required
Product category
Jeans, T-Shirt
article_size
String
Required
Article size
S, 32
purchase_price
Float
Required
Purchase price
78.95
article_number
String
Recommended
Article number
18751
product_name
String
Product name, highly recommended field as this helps stores to identify the product.
Superstar Track Jacket, Converse Sneaker
article_color
String
Article color
White
article_color_number
Integer
Article color number
142
season
String
Article season, highly recommended field as this helps stores to control feed upload by season.
FS 2021
first_purchase_date
String
First purchase date, highly recommended field as this helps stores to control feed upload by first purchase date.
2022-07-01
store_article_location
String
The article location helps the store clerks to locate the article within the store.
3rd Floor, 201
picture
String
Default picture URL
tag_1-n
String
Article tag, helps stores to control feed upload by tag value
Promotion, NO_DISCOUNT, SALE
gender
String
Gender
Allowed values:
male
, female
and unisex
age_group
String
Age group
Allowed values:
adults
, teens
, kids
, babies
, newborn
or unknown
description
String
Product description
Denim Shorts in schöner Waschung. Elasthananteil für bequemen Sitz
picture_1-n
String
Additional picture URLs
material
String
Product material composition
Obermaterial: 81% Baumwolle, 17% Polyester, 2% Elasthan
care_instructions
String
Product care instructions
Maschinenwäsche bei 30°C, Schonwaschgang, nicht Trockner geeignet
product_group_number
Integer
Product group number
23124
erp_inventory_item_id
String
Internal ERP inventory item id
45213620895960
erp_variant_id
String
Internal ERP variant id
43118558642392
erp_product_id
String
Internal ERP product id
7765899346136
company_id
String
Company id (group of stores) item belongs to
m1
Sample stock file
Delta-Import