The integration consist of 2 parts after having the Tric Soulution integration installed in your Magneto Shop.
1. Create a "new price" output feed
2. copy the output feed into your Magento integration
1. Create an output feed
Go to the output feed tab in your PriceShape account (https://app.priceshape.io/output-feeds) and click the "Create feed" button in the top right side of your screen
- Select feed format JSON
1.1 Only include product with a new price
In "Product selecting" find the filter option 'New price' and select both
Set by manual price
Set by price strategy
1.2 Rename the attributes in the output feed
In the last step, you will need to rename your attributes to be compatible to the integration. The id in PriceShape that matches your Magento SKU need to be name 'sku' and the select the attributes "newPrice.priceInclVat" and rename that attribute to "new_price"
id/sku/up renamed to sku
NewPrice.priceInclVat renamed to new_price
Save the feed and tr to open it to check the format
The format should look like
[
{
"sku": "bond007",
"new_price": 007
}
]
2. copy the output feed into your Magento integration
Set Enable to yes
Copy and input the feed URL you just created