Skip to main content

Apply Tax Rate to Lines

POST 

/api/purchase-orders/:purchaseOrder/apply-tax-rate/:taxRate

Apply a tax rate to all lines of a purchase order.

Required scope: purchase-orders:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Body:

  • include_cost_lines (boolean, default false): Whether to also apply to non-product (cost) lines

Requires permission: purchase_orders.update

Request

Responses

OK

Response Headers
    Content-Type