Skip to main content

Apply Pricing Tier to Lines

POST 

/api/purchase-orders/:purchaseOrder/apply-pricing-tier/:supplierPricingTier

Apply a supplier pricing tier to all (or specified) 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 (optional):

  • line_ids[]: Array of specific line IDs to apply pricing to. If omitted, applies to all lines.

Requires permission: purchase_orders.update

Request

Responses

OK

Response Headers
    Content-Type