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.
Updates a single serial inventory entry for a base serial product without variants.
cURL
curl --request PATCH \ --url https://api.shoppex.io/dev/v1/products/{id}/serials/{serialId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "serial": "KEY-UPDATED" } '
{ "data": { "id": "serial_1", "serial": "KEY-UPDATED" } }
Use your Shoppex API key in the Authorization header.
Successful response