Skip to main content
PUT
/
catalog
/
skus
/
{skuId}
API to update a sku
curl --request PUT \
  --url https://api.getenso.ai/catalog/skus/{skuId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "attributes": "<unknown>"
}
'
{
  "status": "success",
  "message": "Success",
  "data": {}
}
SystemUser permission: AttributeService:updateAttribute

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Path Parameters

skuId
string
required

Body

application/json
attributes
any

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object

Endpoint-specific payload (object, array, or null)