v1

latestOpenAPI 3.0.32026-07-1793060.0 KB
CartLines

Create cart line (add to cart)

Create cart line (add to cart)

post/api/v1/cart-lines

Request body

Example request

{
  "data": {
    "attributes": {
      "purchasable_id": 349,
      "purchasable_type": "Lunar\\Models\\ProductVariant",
      "quantity": 1
    },
    "type": "cart-lines"
  }
}