# Product Images

> Suppliers can upload Product Images to PurchasePlus via their Product Catalog, to make their Products more attractive and recognisable to Purchasers that are

Source: https://www.purchaseplus.com/docs/for-suppliers/uploading-product-images

Markdown: https://www.purchaseplus.com/docs/for-suppliers/uploading-product-images.md

# Product Images
Jump to:

-   [Product Images](#product-images)
-   [Image Format Requirements](#ImageFormatRequirements)
-   [Step-by-Step Guide for Uploading Product Images](#StepByStepGuide)
-   [Help with multiple files](#help-with-multiple-files)
-   [Upload Images by API (Integration)](#UploadImagesViaAPI)
-   [Remove images](#remove-images)

### Product Images

Suppliers can upload Product Images to PurchasePlus via their Product Catalog, to make their Products more attractive and recognisable to Purchasers that are creating Purchase Orders on our platform.

![Product Image Product Page](/images/docs/for-suppliers/uploading-product-images-1.avif)

### Image Format Requirements

-   Images must be PNG, JPG or GIF and must be at least 800px wide and 800px high. 
-   We recommend a high-quality image with a white background to present your product in the best light for all customers.
    
-   The image file name must be the same as the Product Code that you use in your PurchasePlus catalogs. e.g. '123456'.

### Upload images

**Step 1**:  Sign into your account [here](https://www.purchaseplus.com/sign-in).

**Step 2**: Click on **\[Catalogs\] → \[View All\]** and click on the name of a Catalog that contains the products to which you would like to upload an image:

![View All Catalogs as a Supplier](/images/docs/for-suppliers/uploading-product-images-2.avif)

**Step 3:** Search for the product in the 'Search Products' field, and click on the name in blue:

![Search Products in a Catalog](/images/docs/for-suppliers/uploading-product-images-3.avif)

**Step 4**: Click on **\[Manage Product\]** in the Product Information window:

![Manage Product Button](/images/docs/for-suppliers/uploading-product-images-4.avif)

**Step 5:** Click on **\[Update Product Image\]**:

![Upload Product Image button](/images/docs/for-suppliers/uploading-product-images-5.avif)

**Step 6**: Drag & drop your image (making sure it adheres to the [image format requirements](#ImageFormatRequirements)), or upload the file from your device. You may use the draggable **\[Crop\]** feature (overlaid atop your supplied image) to resize and ensure the focus is on your Product, while adhering to our formatting requirements. Click on **\[Save Changes\]** when you are ready. 

![Upload Product Image and crop file](/images/docs/for-suppliers/uploading-product-images-6.avif)

Your Product Image will now be visible throughout the PurchasePlus platform.

### Help with multiple files

If you would like to upload a large number of Product images, our Supplier Relations Team would love to help.

First, create a shareable folder, containing all your Product Images. Common approaches include:

-   Create a .zip file containing the images and send it to us,
    
-   Downloading image files from an image repository (such as [GS1](https://www.gs1au.org/)) or your public website,
    
-   Share image URLs in a spreadsheet or email,  
-   Save image files in a Google Drive/OneDrive/Dropbox folder and share it with us.
    

Our Supplier Relationship Team is available at: [help.suppliers@purchaseplus.com](mailto:help.suppliers@purchaseplus.com).

### Upload via API

_Note: This option is only available for Suppliers that have an existing API integration with PurchasePlus. [Get in touch with us](mailto:help.suppliers@purchaseplus.com) if you'd like to set up an API Integration as a Supplier._

If you’re working with [supplier-owned products](/docs/for-suppliers/supplier-vs-marketboomer-owned-products) - usually created through API integration, or uploaded manually our team - you can add product images directly via our [Supplier API](https://purchaseplus.com/api-docs/index.html?urls.primaryName=Supply%20API%20V2).

You can see if you are using supplier-owned products by looking in your catalogs, clicking on a product and checking the Owner field. If this matches your account name, it is a supplier-owned product.

![Product Owner field for a supplier-owned product](/images/docs/for-suppliers/uploading-product-images-7.avif)

**Uploading Images:**

1.  [Send a PATCH request to the products endpoint](https://www.postman.com/purchaseplus/purchase-plus-apis-public/example/34328614-341b2731-4b03-47a1-a206-3d345b087a3d) at {base\_url}/supply/api/products/{product\_id}. Use a form-data request that includes the image file in a jpg or png format.
2.  Once completed, the image will appear in the **\[Products\]** tab for the corresponding Product.

### Remove images

If your Organisation is the Owner of a Product, you can Remove the Product's Image by:

**Step 1:** Navigating to the Product Details page, and clicking **\[Update Image\]**:

![Update Image on a Product](/images/docs/for-suppliers/uploading-product-images-8.avif)

**Step 2:** Clicking **\[Remove Image\]** in the resulting window: 

![Remove Image](/images/docs/for-suppliers/uploading-product-images-9.avif)
