Enables expansion for invoice pricing details
What’s new
You can now expand the price_details.price hash on Invoice Line Items and Invoice Items so that the details of the Price object are included in the response.
Previously, the pricing_ field returned only the price ID. You had to make a separate API call to retrieve the object details of the related Price.
Impact
You can now get detailed information about Prices associated with Invoice Items and Invoice Line Items with a single API request. This reduces the number of API requests needed to get granular pricing information for invoices.
To use this feature, specify the price field (including parent attributes) in the expand parameter when retrieving these resources.