Skip to main content

Reject Quote Discount

POST 

/api/quotes/:quote/reject-discount

Reject the quote's pending discount approval, optionally recording a reason. The approval is marked rejected and the refreshed quote is returned.

Required scope: orders:write

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

Body fields:

  • reason (optional, string, max 1000, nullable) — why the discount was rejected.

404 when the quote has no pending approval.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type