curl --request POST \
--url https://api.getenso.ai/catalog/skus \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"attributes": "<unknown>"
}
'{
"status": "success",
"message": "Success",
"data": {}
}API to create a sku
curl --request POST \
--url https://api.getenso.ai/catalog/skus \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"attributes": "<unknown>"
}
'{
"status": "success",
"message": "Success",
"data": {}
}AttributeService:createAttribute, CatalogService:createSkuJWT bearer token obtained from POST /auth/system-login using your client credentials.