Skip to Content

CartApi

All URIs are relative to https://business.apis.kesk.app/v1 

MethodHTTP requestDescription
listCartsGET /cartsList all carts for the authenticated user.

listCarts

CartsList listCarts()

List all carts for the authenticated user.

Returns a list of all active shopping carts across all vendor locations. Each cart summary includes vendor info, item count, and subtotal.

Parameters

This endpoint does not need any parameter.

Return type

CartsList

Authorization

JwtAuthScheme

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json; charset=utf-8