Cloud HostingLaunch UnoPim on fully-managed cloud hosting — fast, secure and cost-effective plans.
Skip to content

Creating Products with Azure Media

Once your Azure integration is set up and enabled, any media you attach to a product - images or PDFs - will automatically be uploaded to Azure Blob Storage. Here's how to create a product and attach media to it.


Step 1 - Create a New Product

Go to Catalog → Products and click the Create Product button.

Create Product Button

Fill in the following fields:

FieldWhat to enter
Product TypeSelect Simple for a standard product, or Configurable for a product with variants
FamilyA family named Default is already available - select it or choose another if you've created custom families
SKUEnter a unique identifier for the product

Note: The SKU must be unique across all products. No two products can share the same SKU.

Product Creation Form

Click Save Product to continue.


Step 2 - Fill in the Product Details

After saving, you'll be taken to the product edit page. Complete the following fields:

FieldNotes
SKUAuto-filled from the previous step
NameEnter the product name manually
URL KeyAuto-filled based on the product name
Short DescriptionEnter a brief summary of the product
DescriptionEnter the full product description
PriceEnter the product price manually

Product Edit Form


Step 3 - Add an Image

In the Image attribute field, click to select and upload a product image. Once uploaded, the image will be stored directly in your Azure Blob container and the product page will display its Azure Blob URL.

Image Upload


Step 4 - Add a PDF File

In the File attribute field, select a PDF file to attach to the product.

File Upload

Note: Before you can attach a PDF, you need to first create a File type attribute. See the section below for how to do this.


Creating a File Type Attribute

If you haven't already created a file attribute, follow these steps:

  1. Go to Catalog → Attributes and click Create Attribute.
  2. Fill in the following:
    • Code - enter a unique code for the attribute (e.g., product_pdf)
    • Type - select File from the dropdown
    • Label / Name - enter a display name for the attribute (e.g., Product PDF)
  3. Click Save Attribute.

Save Product Button

Note: The File type attribute in UnoPim currently supports PDF files only.

Once created, this attribute will appear on the product edit page under the file attribute section, ready for you to attach PDFs to your products.


Step 5 - Save the Product

Once all fields are filled in and your media is attached, click Save Product at the top of the page.

Create Attribute Form

After saving, both the image and the PDF file will show an Azure Blob Storage URL - confirming they have been successfully uploaded to Azure and are being served from the cloud.

Azure Blob URLs

Azure Blob URLs

Released under the MIT License.