Skip to content

Customer Products

A customer product is an item you offer customers, used to track what they have and what they might want. See the Customer Products guide for how they are used.

/backend/api/v1/customerProducts/ID - fetch the customer product with the specified ID.

/backend/api/v1/customerProducts/ - list all customer products.

ParameterTypeRequiredDescription
idAfterintegerNoOnly include products with a higher ID
createdSincedatetimeNoOnly include products created since the given time
updatedSincedatetimeNoOnly include products updated since the given time

/backend/api/v1/customerProducts/ - add a new customer product. The newly-added product will be returned.

/backend/api/v1/customerProducts/ID - update the customer product with the specified ID. The modified product will be returned.

/backend/api/v1/customerProducts/ID - delete the customer product with the specified ID.

FieldNameTypeDescription
customerProductNameCustomer ProductTextName of the customer product
customerProductDisplayClassCustomer Product Display ClassTextCSS class name used for display styling of this customer product
customerProductDisplayPositionCustomer Product Display PositionNumberSort order position for displaying this customer product in lists
onNumbersOn NumbersPreset ValueWhether this product can be applied to telephone numbers
onFeaturesOn FeaturesPreset ValueWhether this product can be applied to customer features
autoAddToCustomerAuto-Add to CustomerPreset ValueWhether to automatically add this product to customers when a feature/number with this product is added
autoRemoveFromCustomerAuto-Remove from Customer InterestsPreset ValueWhether to automatically remove this product from customer interests when a feature/number with this product is added
idCustomer Product IDTextThe unique identifier for this customer product