🚀 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}/variants/{variantId}/serials/all \
--header 'Authorization: Bearer <token>'{
"data": {
"removed_count": 2
}
}Removes all currently linked serial inventory entries for one variant. Use the optional search filter to remove only matching serials.
curl --request DELETE \
--url https://api.shoppex.io/dev/v1/products/{id}/variants/{variantId}/serials/all \
--header 'Authorization: Bearer <token>'{
"data": {
"removed_count": 2
}
}