Skip to main content
Skip to main content

UpdatePriceListInput

UpdatePriceListInput: Partial<Pick<PriceList, "name" | "description" | "starts_at" | "ends_at" | "status" | "type" | "includes_tax">> & { customer_groups?: &#123; id: string &#125;[] ; prices?: [AdminPriceListPricesUpdateReq](/references/services/classes/AdminPriceListPricesUpdateReq)[] }

Was this section helpful?