Get All

POST
/items/getAll
page?number
Default1
Range1 <= value
pageSize?number
Default50
Range1 <= value <= 100
search?string
categoryId?string
status?unknown
Value in"available" | "reserved" | "sold" | "shipped" | "delivered" | "cancelled" | "all"
userId?string

Optional user ID for favorites

Response Body

application/json

curl -X POST "https://cute.com/api/orpc/items/getAll" \  -H "Content-Type: application/json" \  -d '{}'
[
  {
    "id": "string",
    "publicId": 0,
    "name": "string",
    "description": "stringstri",
    "price": 999999.99,
    "status": "available",
    "condition": "new",
    "stock": 0,
    "categoryId": 0,
    "sellerId": "string",
    "brandId": 0,
    "conditionId": 0,
    "isFeatured": true,
    "slug": "string",
    "imageUrl": "string",
    "isVisible": true,
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "deliveryOptions": [
      "string"
    ],
    "deliveryCost": 0,
    "freeShipping": true,
    "deliveryTimeEstimate": "string",
    "brandTitle": "string",
    "sizeTitle": "string",
    "discount": "string",
    "favouriteCount": 0,
    "viewCount": 0,
    "path": "string",
    "url": "string",
    "visibilityType": "string",
    "isBoosted": true,
    "boostScore": 0,
    "boostExpiresAt": "2019-08-24T14:15:22Z",
    "images": [
      "string"
    ],
    "photos": [
      {}
    ]
  }
]