1

Select your region to check prices in your currency, VAT rate, and shipping costs.

Endpoint

GET https://devconfigurator.mdd.pl/product-feed/csv/pl?type=2

Returns a CSV file (separator: semicolon) containing product information in a structure compatible with import to Shopify.

Request

Query parameters
  • type integer Required
    Possible values: 2

    CSV file structure variant. The value ‘2’ corresponds to the format adapted to Shopify import.

    Default value: 2

Response

  • Handle string Required

    Unique product index in Shopify (common to all variants).

  • Title string Required

    Product name.

  • Vendor string

    Producer

  • Body (HTML) html

    Long product description containing HTML tags.

  • Short Description string

    Concise short description.

  • Product Description html

    Product description extension.

  • Measurements string

    Dimensions and weight of the product (text).

  • Material Text string

    Information about materials / finishes.

  • Product Category string

    Product categories (comma-separated list).

  • Brand Original string

    Manufacturer name

  • Firmness string

    Quality / comfort parameter (if applicable).

  • Published boolean
    Possible values: 0 1

    Shopify publication flag (1/0).

    Default value: 1
  • Variant SKU string

    Variant SKU

  • Variant Grams number

    Variant weight in grams.

  • Variant Inventory Tracker string
    Possible values: shopify

    Stock tracking mode.

  • Variant Inventory Qty integer

    Variant stock status.

  • Variant Price number Required

    Net product price.

  • Variant Price Gross string

    Gross product price.

  • Variant Compare At Price number

    ‘Comparative’ price (strikethrough).

  • Image Src url

    Product visualisation URL.

  • Variant Image url

    Product option visualisation URL.

  • Image Position integer

    Image order (1 = main).

    Default value: 1
  • Image Alt Text string

    Image description - image alt tag.

  • Mood images string

    Additional images

  • SEO Title string

    SEO Title tag of the product

Implementation

Below you will find a description of the generation parameters, the structure of the CSV file columns, and examples of integration (download and import to Shopify).

Shopify product list view showing product statuses, inventory levels, and categories.
1. In the menu on the left, click ‘Products’.
2. At the top, you will see the Export and Import buttons.
Shopify product import window with an upload button and a system file selector for choosing a CSV file.
1. Shopify accepts data imports in CSV format.
2. The file must contain columns that comply with Shopify requirements.
3. In the panel, click Import.
4. In the new window, click Add file.
5. Select the prepared CSV file.
Shopify product preview before import showing title, description, category, SKU, weight, and price details.
1. After uploading the file, you will see a preview screen.
2. Confirm the import by clicking Import products.
3. Shopify will load the data and create new products or update existing ones (if they have the same Handle).