Skip to main content
POST
Validate price book

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

priceBookId
integer<int64>
required

The unique identifier of the price book to validate.

Response

successful operation

errors
object[]
required

An array of ErrorDetail objects providing information about any errors encountered during validation.

isValid
boolean
required

A boolean indicating whether the price book is valid.

Last modified on July 20, 2026