v1
latestOpenAPI 3.1.02026-07-247620.1 KBCreate Collection
This API route allows a developer application to create a ShopMy collection for a user. This route requires the user to permission your app for the write_collections scope. Partner-created collections are always public.
post/Collections
Request body
Response
200
Example response
{
"success": true,
"collection": {
"id": 12345,
"name": "Summer Favorites",
"description": "My favorite pieces for summer.",
"image": "https://example.com/collection.jpg",
"social_links": [
"https://www.instagram.com/example"
],
"Section_id": 123,
"url": "https://shopmy.us/collections/12345"
}
}