Cart
Retrieves the invoice addresses of a cart.
API documentation
User
Tenant
Feature
Entitlement
User & permissions
Settings
- Settings
- Media
- Webhook
- Notification
Payment
- Payment Method
- Transaction
- SEPA XML
- Open Banking
- Bank Account Transaction
Customer
- Customer
- Customer Address
- Customer Email
- Customer Settings
- Customer Otp
Billing
- Invoice
- Invoice Position Item
- Billing Run
Dunning
- Dunning Document
- Dunning Rule
Subscription
- Subscription
- Subscription Item
- Subscription Measurement
- Billing Group
Offers
- Offer
- Offer Recipient
- Offer Template
Catalogue
- Unit
- Measurement
- Product
- Product Family
- Price Plan
- Coupon
Checkout
- Checkout Link
- Cart
- GETRetrieves completed carts of the current tenant.
- GETRetrieves a cart by its ID.
- GETRetrieves a cart by its ID.
- PUTChanges the quantity of a cart item.
- PUTConfirms a cart.
- PUTConfirms the OTP of a cart.
- GETRetrieves the invoice addresses of a cart.
- GETRetrieves the payment methods of a cart.
- PUTPrepares a cart for stripe.
- GET
Accounting
Cart
Retrieves the invoice addresses of a cart.
Retrieves the invoice addresses of a cart.
GET
/
public
/
checkout
/
cart
/
{id}
/
invoice-addresses
Authorizations
Value for the Authorization header parameter.
Path Parameters
Cart identifier
Query Parameters
The collection page number
The number of items per page
Required range:
0 < x < 100
Response
200 - application/json
Additional address information, which will be shown on generated documents like invoices, reminders, etc.
Company name, which will be used to bill to.
Cost centre, which will be shown on generated documents like invoices, reminders, etc.
First name, which will be shown on generated documents like invoices, reminders, etc.
Last name, which will be shown on generated documents like invoices, reminders, etc.
Available options:
Firma
, Herr
, Frau
Available options:
active
, archived
Available options:
TYPE_DEFAULT
, TYPE_INVOICE
VAT ID, which will be used to bill to. If not provided, we will use the customer vat id.
Was this page helpful?