API
Manage Incoming Orders
Manage your Catalog of products
SFTP
Manage your Catalog of products
Manage your Promotions
Use Cases#
This section will cover the integration use cases & file format/configurations for carrying out updates to your Catalog using SFTP.
At the top level, there are several ways of updating item level information in your item catalog, all operations can be carried out using different file formats generated by your SFTP client.
- Updating your Catalog by using Single File Format
- Updating your Catalog by using Double File Format (Single Vendor or Multivendor)
Updating your Catalog by using Single File Format#
- Create a CSV file including all the products that you want to update. The file should contain
- Product Identifier
sku
- string, optional fieldbarcode
- string, optional field- Both can be used
- Catalog update level data
price
- double, optional- always must to be more than 0active
- boolean, optional- Can be used with ‘true’ and ‘false’ or ‘1’ and ’0’quantity
- integer, optional- This field is not stored in our system. We are comparing this number with salesbuffer and based on that- activating or deactivating the product.- If quantity > sales buffer → active
- If quantity = or < sales buffer → inactive
maximum\_sales\_quantity
- integer, optional- maximum number of units of a specific product that can be sold by store.
- Product Identifier
Here is an example of how the file might look - in this example there are also promotion updates included. This will be discussed in more detail in the SFTP: Promotions section.

- When you have your file ready, you can push it to the Central Server to
Assortment
folder by using the credentials received from your Account Manager. More on this in the Credentials and Access section. - Check the updates in Partner Portal in Shops Integrations section under Single File updates. You can also download the file you have recently uploaded and review the errors if any occurred.

Updating your Catalog by using Double File Format (Single Vendor or Multivendor)#
- Create a CSV file including all the products that you want to update. The file should contain
- Product Identifier
sku
- string, optional fieldbarcode
- string, optional field- Both can be used
- Catalog update level data
price
- double, optional\ - always must to be more than 0active
- boolean, optional\ - Can be used with ‘true’ and ‘false’ or ‘1’ and ’0’quantity
- integer, optional\ - This field is not stored in our system. We are comparing this number with salesbuffer and based on that- activating or deactivating the product.
If quantity > sales buffer → active
If quantity = or < sales buffer → inactivemaximum\_sales\_quantity
- integer, optional\ - maximum number of units of a specific product that can be sold by store.
- Product Identifier
Here is the example of how the file can look like:

- Vendors: If you want to create an update for two or more vendors in the same file, you can use the Multivendor option. For that you can add 2 more columns to the existing file:
vendors
- in this column you can add all vendors (stores in the chain) you want to run this update for separating with comma. If you want to run the update for all vendors, you can simply put ‘all’ in that columnexclude
- in order to use this column, you have to put ‘all’ in the column ‘vendors’ and use the column ‘exclude’ for the vendors you want to exclude from the update. Separate the vendors by using commas.

2. When you have your file ready, you can push it to the Central Server to the **Assortment
** folder by using the credentials received from your Account Manager. More on this in the Credentials and Access section.
3. Check the updates in Partner Portal in Shops Integrations Section Under Assortment updates. You can also download the file you have recently uploaded and review the errors if any occurred.
.gif)