🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
curl --request DELETE \
--url https://api.shoppex.io/dev/v1/products/{id}/serials \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"serial_ids": [
"serial_1"
]
}
'{
"data": {
"removed_count": 1
}
}Removes specific serial inventory entries from a base serial product without variants by serial ID.
curl --request DELETE \
--url https://api.shoppex.io/dev/v1/products/{id}/serials \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"serial_ids": [
"serial_1"
]
}
'{
"data": {
"removed_count": 1
}
}