This is where we manage connections between different price lists. For example, we can combine a discount price list with catalog prices
Table of contents
Glossary
Name | Explanation |
basePriceSource | identifier of pricing (for example fixed procing) |
receiver | identifier of pricing (for example discount pricing) |
PUT - create connections between pricings
In order to create connections between pricngs use PUT
/api/v1/pricing/integrations/auth-required/pricing-connections
. The sequence diagram below shows the process:
Example request:
jsoncurl -X POST "https://api-preprod.one.unity.pl/api/v1/pricing/integrations/auth-required/pricing-connections" -H "accept: */*" -H "one-tenant: {tenant}" -H "ApiAuth: {apiKey}" -d "[ { "basePriceSource": "5f57db21-9124-418b-9abf-4be6e1c47f34", "receiver": "f1626c3f-d559-4713-95d5-7890c94a0f1b" } ]