Run in Apifox
Retrieve a list of product collections. The product collections can be filtered by fields such as handle or created_at. The product collections can also be paginated.
Request Code Samples
curl --location 'https://api.medusa-commerce.com/store/collections' Responses application/json
Generate Code
{
"count" : 0 ,
"offset" : 0 ,
"limit" : 0 ,
"collections" : [
{
"id" : "pcol_01F0YESBFAZ0DV6V831JXWH0BG" ,
"title" : "Summer Collection" ,
"handle" : "summer-collection" ,
"created_at" : "2019-08-24T14:15:22.123Z" ,
"updated_at" : "2019-08-24T14:15:22.123Z" ,
"deleted_at" : "2019-08-24T14:15:22.123Z" ,
"products" : [
{ }
] ,
"metadata" : {
"car" : "white"
}
}
]
}
Modified at 2024-01-06 03:57:20