Import SKUs

The skus mode allows to import products, categories and brands.

Fields of the JSON object that are necessary to create a visit plan:

Name Type Description Example
category_id Integer Existing category id
caregory_name String Category name, possible with subcategory. Separator is ", " Soft drinks
brand_id Integer Existing brand id
brand_name String Brand name Coca-Cola
sku_id Integer Existing SKU id
sku_name String SKU name Coca-Cola - 0.25L Glass
sku_code String (optional) SKU code, only latin letters and numbers
sku_col1 String (optional) SKU barcode 54490000
sku_col2 String (optional) Unique code from SAP or another client's system 428914
sku_col3 String (optional) any text for search and analytics
sku_col4 String (optional)any text for search and analytics
sku_packsize Integer The quantity of SKU in a package  12

Notes:

  • If the structure allows to transfer both ID and name, it will be updated and the search by ID will be performed. Or the search by name will be performed and, if the record is not found, it will be created.

Request returns the JSON object with the following fields:

Name Type Description
sku_id Integer Visit plan id
category_id Integer Category id
brand_id Integer Brand id