For example we have an article where the basic sales price is €50 but if we sell it via a marketplace we should sell it for €75 as the the margin and shipping should be included in the selling price provided to the marketplace
We create a business rule for the price excluding tax to be increase by 50% so a factor 1.5
this results in
"Name":"test artikel",
"model":"TA1",
"SupplierRef":null,
"Quantity":null,
"shortDescription":"Handmatig",
"Description":null,
"longDescription":null,
"BasicSalesPrice":50,
Being transformed in to
"sku":"TA1",
"name":"test artikel",
"attribute_set_id":4,
"price":75,
The same you can do when you make use of the dropshipper applications where we retrieve a CSV file and transform that to a API request. So you can increase your margin or make a sharp price based upon their MSRP