Skip to main content

Retrieve a list of carts

GET 

/carts

Retrieve a list of carts

Request

Responses

Successfully retrieved the list of carts

Schema
  • Array [
  • id uuid
    items object[]
  • 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
    created_at date-time
    updated_at date-time
  • ]
  • 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
  • ]
Loading...