List Checkout Links
Retrieve all active checkout session links for the active business.
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Response
Checkout links retrieved successfully.
The checkout link ID
"chk_123"
Quantity to purchase
1
Whether to show discounts on the checkout page
true
Timestamp when the link was created
"2025-01-01T12:00:00Z"
Timestamp when the link was last updated
"2025-01-01T12:00:00Z"
The title of the checkout link
"Winter Bundle Checkout"
The linked Product ID
"prod_123"
The linked Collection ID
"col_123"
Pre-filled customer name
"John Doe"
Pre-filled customer email
"customer@example.com"
Pre-filled address line 1
"123 Main St"
Pre-filled city
"New York"
Pre-filled state
"NY"
Pre-filled postal code
"10001"
Pre-filled country
"US"
URL to redirect to after successful payment
"https://example.com/success"
URL to redirect to if payment is cancelled
"https://example.com/cancel"