CreatePriceListDTO
The price list to create.
Properties
description
stringRequiredThe price list's description.
ends_at
stringThe price list expires after this date.
number_rules
numberThe number of rules associated with the price list.
prices
PriceListPriceDTO[]The prices associated with the price list.
rules
CreatePriceListRulesThe rules to be created and associated with the price list.
starts_at
stringThe price list is enabled starting from this date.
status
PriceListStatusThe price list's status.
title
stringRequiredThe price list's title.
type
PriceListTypeThe price list's type.
Was this section helpful?