Skip to main content
DELETE
/
dev
/
v1
/
products
/
{id}
/
variants
/
{variantId}
/
serials
/
all
Delete all variant 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
  }
}

Authorizations

Authorization
string
header
required

Use your Shoppex API key in the Authorization header.

Path Parameters

id
string
required
variantId
string
required

Query Parameters

Response

200 - application/json

Successful response

data
object