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
id
The catalog entry ID
Headers
X-Api-Key
API key for authentication
X-API-Version
API version to use (optional, defaults to latest)
Allowed values:
Query parameters
page
Page number
limit
Items per page (default: 20)
Response
Successful response with paginated invoice items
count
Total number of invoice items
results
version
API version
page
Current page number
limit
Items per page
Errors
404
Not Found Error

