Skip to main content

Magento Integration by Tric Solution

Steffan H. Mathiasen avatar
Written by Steffan H. Mathiasen
Updated yesterday

This guide outlines the process for integrating your Magento store with Tric Solution using PriceShape output feeds. The integration allows you to automatically update new prices in Magento based on the latest data from PriceShape.

​Once the Tric Solution integration has been installed in your Magento shop, the setup consists of two main steps:

  1. Create a “New Price” output feed in PriceShape containing only products with new prices.

  2. Add the output feed URL to your Magento integration so Magento can import and apply the new prices automatically.

Step 1: Create an output feed in PriceShape

1.1 Navigate to output feeds

1.2 Filter to only include products with a "New Price"

  • In step 2 - Product selection, add the filter option New price.

  • Select both:

    • Set by manual price

    • Set by price strategy

1.3 Rename attributes for compatibility

  • In Step 3 – Product attributes, add your own attributes id and new price.

    In the final setup step, rename the attributes to ensure compatibility with the Magento integration:

PriceShape Attribute

New Attribute Name

id (Needs to match your Magento SKU)

sku

newPrice.priceInclVat

new_price


1.4 Save and verify the feed

  • Save your output feed.

  • To verify the format, open the feed URL. Go to the Output feeds page, locate the relevant output feed, and click the three dots in the upper-right corner of the feed card. Then select Open feed.


The format should look like this:

[
{
"sku": "bond007",
"new_price": 007
}
]

Step 2: Add the output feed to Magento

2.1 Enable the Integration

  • In your Magento Tric Solution settings, set Enable to Yes.

2.2 Insert the Feed URL

  • Copy the feed URL you created in PriceShape.

  • Paste it into the Magento integration feed URL field.

Did this answer your question?