cURL
Cart
Retrieves a cart by its ID.
Retrieves a cart by its ID. The cart is only returned if it is not expired.
GET
cURL
Autorisierungen
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Pfadparameter
Cart identifier
Antwort
Cart resource
Beispiel:
"c1b0d0c0-0b0b-4b0b-8b0b-0b0b0b0b0b0b"
The status of the cart.
Possible values:
open: The cart is open and can be edited.confirming: The cart is confirming and cannot be edited.
Beispiel:
"open"
The customer who owns the cart.
Beispiel:
"c1b0d0c0-0b0b-4b0b-8b0b-0b0b0b0b0b0b"
The customer prefill data which should be used to prefill the checkout form.
The payment method which should be used for the cart.
Beispiel:
"c1b0d0c0-0b0b-4b0b-8b0b-0b0b0b0b0b0b"
The items of the cart.
Details shown to the customer when the cart is completed.
The settings of the cart.