🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
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"
}
}Updates a single serial inventory entry for a base serial product without variants.
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"
}
}