UpdatePriceListInput
UpdatePriceListInput: Partial<Pick<PriceList, "name"
| "description"
| "starts_at"
| "ends_at"
| "status"
| "type"
| "includes_tax"
>> & { customer_groups?: { id: string }[] ; prices?: AdminPriceListPricesUpdateReq[] }
Was this section helpful?