Items

This section describes how to use the Generic API endpoint to replicate a category's items to the Business Center.

Payload description

The payload consists of an item number and the key for the category to which the item is assigned.

To receive a notification when the payload fails, add the recipientEmails element.

In the type element, specify Created, Updated, or Deleted.

Sample payload

{
"context": "catalogs::categories::items",
"data":{
"items":  [
"string"
],
"key": "string",
"recipientEmails": [
"email address"
]
},
"dateFormatVersion": 0
"dataId": "dataid"
groupId": "groupid",
"notes": "notes",
"source": "source",
"type": "string"
}