Skip to main content

Create a list of items for a cart

POST 

/carts/:id/items

Create a list of items for a cart

Request

Path Parameters

    id stringrequired

Body

arrayrequired
  • Array [
  • 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
  • ]

Responses

Successfully created items for the cart

Schema

    object

Loading...