Abandoned Baskets API
OAuth 2.0 Bearer token for authenticated API access. Required for order submission, object management, and administrative operations.
Obtain a token via the OAuth flow described in OAuth Bearer Token.
Pass the token in the Authorization header: Bearer <token>
Maximum number of objects to return. Defaults to 50 if not specified.
50Example: 10Filter items created after the provided ISO date-time string
2020-12-01T16:00:00ZRetrieves the next page of results. Use the queryMore returned in the previous response.
DnF1ZXJ5VGhlbkZldGNoBQAAAAAAGHOK
Cursor for the next page of results
eyJ2IjoiMSIsImMiOiJjYjY0ZDY1YS1iYzQwLTQ3YjItODI5Ny1mN2E4ZGEyYjA0M2UiLCJyIjoiMjAyNC0wMy0yNlQxNTowNDo1NC45NzVaIn0=Unauthorized — the request lacks valid authentication credentials. Verify your Bearer token or API key is correct and has not expired.
Bad Gateway — an upstream service returned an unexpected response. This typically indicates an issue with the request payload (e.g. invalid field values, missing required fields) or a transient infrastructure error. Retry the request, and if the issue persists, verify the request body matches the expected schema.
Last updated
Was this helpful?

