Skip to main content

Magento Integration by Tric Solution

Steffan H. Mathiasen avatar
Written by Steffan H. Mathiasen
Updated this week

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 Product selection, find the filter option New price.

  • Select both:

    • Set by manual price

    • Set by price strategy

1.3 Rename Attributes for Compatibility


In the final setup step, rename the attributes so they are compatible with the Magento integration:

PriceShape Attribute

New Attribute Name

id (matching Magento SKU)

sku

newPrice.priceInclVat

new_price


1.4 Save and Verify the Feed

  • Save your feed.

  • Open the feed URL to verify the format.



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?