Retrieves details of the current account’s abandoned checkout protocol.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
The UUID of the specific object.
A string describing the object type returned.
If set to true abandonded checkout reminder emails will be sent to customers.
The first notification that should have an auto-generated promotion code – can be one of 1, 2, 3 or null. For example, if set to 2 the promotion code will be generated when the second notification is sent. If null a promotion code will never be generated.
The number of days to wait after a customer's purchase before allowing an abandoned checkout to be created. This helps to prevent abandoned checkouts being created for customers very soon after they have made a purchase.
Whether or not to ignore checkouts where the customer has already purchased all of the products in the checkout.
The timing schedule for abandoned checkout notifications. It is an array of integers representing the delay in seconds for all notifications. For example, a value of [3600, 86400, 432000] indicates that notifications will be sent 1 hour, 24 hours, and 5 days after a checkout is abandoned. The number of notifications (items in array) must be between 1 and 3.
The number of days that the auto-generated promotion code should be valid for. If set to 'null' it is valid forever.
Whether or not abandoned checkouts should be created for test mode checkouts.
The coupon that is used when creating discounts for abandoned checkouts.
Expandable – The associated coupon ID.
Time at which the object was created. Measured in seconds since the Unix epoch.
Time at which the object was last updated. Measured in seconds since the Unix epoch.