Skip to main content

Retrieve a single cart by ID

GET 

/carts/:id

Retrieve a single cart by ID

Request

Path Parameters

    id stringrequired

Responses

Successfully retrieved the cart

Schema
    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...