The integration consist of 2 parts after having the Tric Solution integration installed in your Magento 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 at 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 try to open it to check the format
The format should look like this:
[
{
"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.