Skip to main content
PATCH
/
dx
/
api
/
application
/
v2
/
objects
/
STE6TG95YWx0eV9fUHJvZHVjdF82ODlkZTM4MWY2ODE0ZjAwYTY4OTIyMmY
/
actions
/
Edit
Update Product
curl --request PATCH \
  --url https://api.example.com/dx/api/application/v2/objects/STE6TG95YWx0eV9fUHJvZHVjdF82ODlkZTM4MWY2ODE0ZjAwYTY4OTIyMmY/actions/Edit \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": {
    "Name": "Product",
    "Description": "UpdatedDescription",
    "ProductCode": "19520",
    "Brand": "Brand",
    "Category": "Category",
    "Incentivizable": true
  },
  "pageInstructions": []
}
'
{
  "data": {
    "objectInfo": {
      "status": "Open-Active"
    }
  },
  "confirmationNote": "This stage is ready to transition."
}

Response

200 - application/json

OK