List Collections
GET
/admin/collections
Product Collections
handle
or title
. The collections can also be sorted or paginated.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.medusa-commerce.com/admin/collections'
Response Response Example
200 - Example 1
{
"count": 0,
"offset": 0,
"limit": 0,
"collections": [
{
"id": "pcol_01F0YESBFAZ0DV6V831JXWH0BG",
"title": "Summer Collection",
"handle": "summer-collection",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"products": [
{}
],
"metadata": {
"car": "white"
}
}
]
}
Request
Query Params
limit
integer
optional
offset
integer
optional
title
string
optional
handle
string
optional
q
string
optional
discount_condition_id
string
optional
lt
array[string]
optional
Example:
["","",""]
gt
array[string]
optional
Example:
["","",""]
lte
array[string]
optional
Example:
["","",""]
gte
array[string]
optional
Example:
["","",""]
Responses
Modified at 2023-10-10 11:56:36