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 PATCH /dev/v1/groups/.
cURL
curl --request PATCH \ --url https://api.shoppex.io/dev/v1/groups/{uniqid} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "VIP Members", "isUnlisted": false, "productsBound": [ "prod_starter", "prod_pro" ], "sortOrder": 2 } '
{ "data": { "id": "grp_db_1", "uniqid": "grp_1", "shop_id": "shop_1", "title": "VIP Members", "is_unlisted": false, "sort_order": 2, "created_at": 1711962000, "updated_at": 1711969200, "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" } }, { "uniqid": "prod_pro", "title": "Pro Pack", "type": "DIGITAL", "price": 79.99, "price_display": 79.99, "currency": "USD", "stock": 500, "custom_fields": { "badge": "pro" } } ] } }
Use your Shoppex API key in the Authorization header.
The body is of type object.
object
Successful response