Option 2 : CSV file with image urls

This method is more streamlined as it requires only the CSV, with direct URLs pointing to where each product image is hosted online.

Steps:

  1. Prepare the CSV:

    • Populate the CSV with all the necessary product information.

    • For the image column, paste the direct URL where the product image is hosted online. Ensure these URLs are publicly accessible and do not expire.

  2. Image Hosting Recommendations:

    • Use reliable image hosting platforms to ensure the URLs remain active and accessible.

    • Opt for high-resolution images but consider the loading time and bandwidth for end-users.

  3. Sending the Data:

    • Attach the completed CSV to an email.

    • Subject should be “Name - Add Product Database with Image URLs”.

    • Email it to support@spacely.ai.

CSV directory:

ColumnDefinition

product_id (required)

A unique identifier for each product.

url (required)

The web address where more information about the product can be found.

brand (required)

The brand name of the product.

name (required)

The name or title of the product.

category (required)

The broad category to which the product belongs (e.g., Bed Frames, Tables & desks).

sub_category

A more specific classification within the main category (e.g., Sofa-beds, Desks & Computer Desks).

tags

Keywords or phrases associated with the product, useful for search and categorization.

color

The primary color(s) of the product.

price

The selling price of the product.

currency

The currency in which the price is listed.

unit

The number of units this pricing refers to.

images (required)

URLs of images associated with the product, directly accessible over the internet.

width_cm

The width of the product in centimeters.

length_cm

The length of the product in centimeters.

height_cm

The height of the product in centimeters.

Last updated