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/products//variants//serials.
cURL
curl --request GET \ --url https://api.shoppex.io/dev/v1/products/{id}/variants/{variantId}/serials \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "serial_1", "serial": "ABC-123", "variant_id": "variant_1", "variant_title": "Gold", "created_at": "2026-03-15T12:00:00.000Z" } ], "pagination": { "total": 21, "page": 2, "limit": 10, "total_pages": 3, "has_more": true } }
Use your Shoppex API key in the Authorization header.
Successful response