Simple pricelist scenario
Contents
Info
In this scenario, each price has a net price. This price can be set globally or set per customer
Scenario
Customers are set in a customer-specific customer group or price(list) group, and customer-specific prices are possible.
If there is only one price group, there is also the possibility of adding that price list to the shop and not to the customer. That pricelist does not need to be linked to the customer.
Customer group/price group prices
Create a pricelist with the name of the customer group or the price group. See Pricelist create and update methods
The type of price list is “group, “ and the price list is linked to the customer.
Customer-specific prices
Create a price list with the customer code's name. See Pricelist create and update methods
Only add the prices that are different from the customer group/price group.
Link prices to the customer
The type of price list is “customer, “ and the price list is linked to the customer. Link pricelists to the customer.
PUT /api/origin/{origin}/customer/{customerkey}
PATCH /api/origin/{origin}/customer/{customerkey}
{
...
"pricelists": ["<customercode>","<customergroup>"]
...
}
Related content
© 2024 CloudSuite BV, All rights reserved