UpdatePriceListDTO
The attributes to update in a price list.
id
stringRequiredThe ID of the price list to update.
title
stringThe price list's title.
description
stringThe price list's description.
starts_at
null | stringThe price list is enabled starting from this date.
ends_at
null | stringThe price list expires after this date.
status
PriceListStatusThe price list's status.
status
PriceListStatusrules_count
numberThe number of rules associated with the price list.
rules
CreatePriceListRulesThe rules to be created and associated with the price list.
Was this section helpful?