Skip to main content

Retrieve a list of cart items

GET 

/cart-items

Retrieve a list of cart items

Request

Responses

Successfully retrieved the list of cart items

Schema
  • Array [
  • id uuid
    name string
    value number
    product object
    id uuid
    title string
    image string
    description string
    value number
    quantity int32
    created_at date-time
    updated_at date-time
    category object
    id uuid
    name string
    created_at date-time
    updated_at date-time
    cart object
    id uuid
    items undefined[]
    customer object
    id uuid
    name string
    email string
    password string
    created_at date-time
    updated_at date-time
    created_at date-time
    updated_at date-time
    created_at date-time
    updated_at date-time
  • ]
Loading...