# Option 2 : CSV file with image urls

{% file src="<https://3949085234-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fv3dz3ARgGBgsVxs9udeD%2Fuploads%2FVvPNSngSF9EY1hcgJY7L%2Foption-2.csv?alt=media&token=ecbea512-7636-42b4-b382-dc9668006c23>" %}
Option 2 : CSV file with image urls
{% endfile %}

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:**

<table><thead><tr><th width="190">Column</th><th>Definition</th><th data-hidden>Definition</th><th data-hidden></th></tr></thead><tbody><tr><td>product_id <mark style="color:red;">(required)</mark></td><td>A unique identifier for each product.</td><td></td><td></td></tr><tr><td>url <mark style="color:red;">(required)</mark></td><td>The web address where more information about the product can be found.</td><td></td><td></td></tr><tr><td>brand <mark style="color:red;">(required)</mark></td><td>The brand name of the product.</td><td></td><td></td></tr><tr><td>name <mark style="color:red;">(required)</mark></td><td>The name or title of the product.</td><td></td><td></td></tr><tr><td>category <mark style="color:red;">(required)</mark></td><td>The broad category to which the product belongs (e.g., Bed Frames, Tables &#x26; desks).</td><td></td><td></td></tr><tr><td>sub_category</td><td>A more specific classification within the main category (e.g., Sofa-beds, Desks &#x26; Computer Desks).</td><td>no require</td><td></td></tr><tr><td>tags</td><td>Keywords or phrases associated with the product, useful for search and categorization.</td><td></td><td></td></tr><tr><td>color</td><td>The primary color(s) of the product.</td><td>no require</td><td></td></tr><tr><td>price</td><td>The selling price of the product.</td><td></td><td></td></tr><tr><td>currency</td><td>The currency in which the price is listed.</td><td></td><td></td></tr><tr><td>unit</td><td>The number of units this pricing refers to.</td><td></td><td></td></tr><tr><td><mark style="color:blue;">images</mark> <mark style="color:red;">(required)</mark></td><td><mark style="color:blue;">URLs of images associated with the product, directly accessible over the internet.</mark></td><td></td><td></td></tr><tr><td>width_cm</td><td>The width of the product in centimeters.</td><td></td><td></td></tr><tr><td>length_cm</td><td>The length of the product in centimeters.</td><td></td><td></td></tr><tr><td>height_cm</td><td>The height of the product in centimeters.</td><td></td><td></td></tr></tbody></table>
