- Retrieve invoice items
Retrieve invoices
Create an invoice
Retrieve an invoice
Upsert an invoice
Create an invoice item
Retrieve an invoice item
Update an invoice item
Delete an invoice item
Issue an invoice
Abandon an invoice
Void an invoice
Recalculate an invoice
Reissue an invoice
Retrieve transaction amounts allocations
Allocate customer credit balance to an invoice
Apply a transaction to an invoice
Invoice tax calculation failed
Invoice abandoned
Invoice created
Invoice issued
Invoice modified
Invoice paid
Invoice partially paid
Invoice refunded
Invoice partially refunded
Invoice past due
Invoice past due reminder
Invoice reissued
Invoice voided
Renewal invoice payment canceled
Renewal invoice payment declined
Retrieve invoice items
Retrieves invoice items with a specified invoice ID.
Security
SecretApiKey or JWT
Expands a request to include embedded objects within the _embedded property of the response. This field accepts a comma-separated list of objects.
For more information, see Embedded resources.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/invoices/{id}/items
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/invoices/{id}/items
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/invoices/{id}/items
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/invoices/{id}/items?limit=0&offset=0&expand=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Invoice items retrieved.
Array []
ID of the product.
Example:"prod_0YV7DES3WPC5J8JD8QTVNZBZNZ"
ID of the plan.
Example:"plan_0YV7DENSVGDBW9S71XZNNYYQ0X"
ID of the order.
Example:"sub_01HRF27SATGE4Z6PBJE6PD8328"
Billing period number that is associated with the invoice item. For example, an invoice item for a service is included in billing period number 3. The invoice item is only applied to billing period number 3.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
Response
- TaxItem
- null
[ { "id": "ii_0YVFDEQS2KCFTBN9HXWJFY55GV", "type": "debit", "description": "string", "unitPrice": 0.1, "quantity": 0, "price": 0.1, "productId": "prod_0YV7DES3WPC5J8JD8QTVNZBZNZ", "planId": "plan_0YV7DENSVGDBW9S71XZNNYYQ0X", "subscriptionId": "sub_01HRF27SATGE4Z6PBJE6PD8328", "periodStartTime": "2019-08-24T14:15:22Z", "periodEndTime": "2019-08-24T14:15:22Z", "periodNumber": 0, "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "tax": { … }, "_links": [ … ], "_embedded": { … } } ]