🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
curl --request PATCH \
--url https://api.shoppex.io/dev/v1/licenses/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"hardware_id": "HWID-2",
"expires_at": "2030-02-01T00:00:00.000Z"
}
'{
"data": {
"productLicense": {
"uniqid": "lic_1",
"hardware_id": "HWID-2"
}
}
}Developer API operation for PATCH /dev/v1/licenses/.
curl --request PATCH \
--url https://api.shoppex.io/dev/v1/licenses/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"hardware_id": "HWID-2",
"expires_at": "2030-02-01T00:00:00.000Z"
}
'{
"data": {
"productLicense": {
"uniqid": "lic_1",
"hardware_id": "HWID-2"
}
}
}