Skip to main content
DELETE
/
dev
/
v1
/
products
/
{id}
/
serials
/
all
Delete all product serials
curl --request DELETE \
  --url https://api.shoppex.io/dev/v1/products/{id}/serials/all \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "removed_count": 3
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.shoppex.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use your Shoppex API key in the Authorization header.

Path Parameters

id
string
required

Query Parameters

Response

200 - application/json

Successful response

data
object