Price lines from the catalogue
lines_resolveTurn a list of sku or role lines into invoice_create-ready and quote_create-ready items priced from the catalogue as of each line's date. An unknown code is refused by name and never priced. Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | The day the whole list is priced as of, YYYY-MM-DD. Default today | |
| tier | No | Price tier for every line. Default standard | |
| lines | Yes | The lines to price, each a sku with a quantity or a role with hours | |
| client | No | Client name or id, copied into both payloads. invoice_create and quote_create both need one | |
| currency | No | The currency for every line. Defaults to the shared business profile's | |
| tax_rate | No | VAT percent for lines whose SKU carries no rate of its own, overriding the shared profile |