Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Developer API operation for GET /dev/v1/groups.
cURL
curl --request GET \ --url https://api.shoppex.io/dev/v1/groups \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "grp_db_1", "uniqid": "grp_1", "shop_id": "shop_1", "title": "VIP Access", "description": "Priority products for members", "is_unlisted": false, "sort_order": 1, "created_at": 1711962000, "updated_at": 1711965600, "products_bound": [ { "uniqid": "prod_starter", "title": "Starter Pack", "type": "DIGITAL", "price": 29.99, "price_display": 29.99, "currency": "USD", "stock": 999, "custom_fields": { "badge": "vip" } } ] } ], "pagination": { "next_cursor": null, "has_more": false } }
Use your Shoppex API key in the Authorization header.
Successful response
Show child attributes