Skip to main content
POST
/
Product
/
dx
/
api
/
application
/
v2
/
objects
Create Product
curl --request POST \
  --url https://api.example.com/Product/dx/api/application/v2/objects \
  --header 'Content-Type: application/json' \
  --data '
{
  "objectTypeID": "Product",
  "content": {
    "Origin": "API",
    "Name": "Nuggets",
    "Description": "Nuggets",
    "ProductCode": "19520",
    "Brand": "Burger King",
    "Category": "Snack",
    "Incentivizable": true
  }
}
'
{
  "data": {
    "objectInfo": {
      "status": "Open-Active"
    },
    "ID": "STE6TG95YWx0eV9fUHJvZHVjdF82ODlkZTM4MWY2ODE0ZjAwYTY4OTIyMmY",
    "confirmationNote": "This stage is ready to transition."
  }
}

Response

201 - application/json

Created