Abandoned Basket API
Retrieve abandoned baskets
https://docs.limio.com/guides/developer-guides/guide-abandoned-baskethttps://docs.limio.com/guides/feature-implementation-guides/guide-inspect-abandoned-baskets
Authorizations
AuthorizationstringRequired
To create a Bearer token, see How to get an OAuth Bearer Token?.
Usage format: Bearer <token>
Query parameters
limitnumberRequiredExample:
The number of objects to return.
10createdAfterstring · date-timeRequiredExample:
Filter items created after the provided ISO date-time string
2020-12-01T16:00:00ZqueryMorestringOptionalExample:
Retrieves the next page of results. Use the queryMore returned in the previous response.
DnF1ZXJ5VGhlbkZldGNoBQAAAAAAGHResponses
200
OK
application/json
401
Unauthorized
application/json
502
Bad Gateway
application/json
get
/checkout/abandonedLast updated
Was this helpful?

