Retrieves a cart by its ID.
Retrieves a cart by its ID.
Required permissions:cart:readDocumentation Index
Fetch the complete documentation index at: https://docs.fynn.eu/llms.txt
Use this file to discover all available pages before exploring further.
Autorisierungen
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Pfadparameter
Cart identifier
Antwort
Cart resource
"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.
"open"
The customer who owns the cart.
"c1b0d0c0-0b0b-4b0b-8b0b-0b0b0b0b0b0b"
The customer email which is used for the cart.
The payment method which should be used for the cart.
"c1b0d0c0-0b0b-4b0b-8b0b-0b0b0b0b0b0b"
The items of the cart.
The invoice of the cart. If the cart total amount is zero, no invoice will be created.
The subscription of the cart. If the cart has no recurring items (has only one-time fees), no subscription will be created.
A collection of key-value pairs that can be linked to an object. This feature is beneficial for storing extra details regarding the object in an organized manner. To remove all keys, simply submit an empty value to the metadata.
{ "yourKey": "value" }The transactions of the cart.