Create Company Pricing
POST/companies/:lookupKey/:lookupValue/pricing
Use this endpoint to define pricing for an existing company. The company can be identified by it's lookup key. It is required to provide either categories
or products
or both in the payload.
Use cases
A common use case for this endpoint is when you want to give discounts only for a specific company and all contacts in that company. If a contact in that company already has pricing defined, the price set on the parent company will be ignored.
If you want for ex. to give a discount of 20% of sales price on all products in a given category you can use the SP
type pricing for a category. The company will have discounted prices on all products that belong in that category.
Another common use case is to set a specific price for a product only for contacts in a given company.
Request
Responses
- 200
- 404
Create Company Pricing - 200
Response Headers
Create Company Pricing - 404