Get invoice items for a catalog entry

Returns paginated invoice items with price variances for a specific catalog entry. Use this endpoint when the expand=invoice_items response indicates has_more=true.

Authentication

AuthorizationBearer
OAuth2 authentication flows. Auth server URLs will vary by environment

Path parameters

idstringRequired
The catalog entry ID

Headers

X-Api-KeystringRequired
API key for authentication
X-API-VersionstringOptional

API version to use (optional, defaults to latest). Supported values: 1.0.0, 1.1.0.

Query parameters

pageintegerOptionalDefaults to 1
Page number
limitintegerOptionalDefaults to 20

Items per page (default: 20)

Response

Successful response with paginated invoice items
countinteger
Total number of invoice items
resultslist of objects
versionstringOptional
API version
pageintegerOptional
Current page number
limitintegerOptional
Items per page

Errors

403
Forbidden Error
404
Not Found Error