我正在尝试在商务工具中添加自定义对象的订阅。我正在这样使用我的身体
{
"destination" : {
"type" : "AzureServiceBus",
"connectionString" : "**********************"
},
"messages" : [ {
"resourceTypeId" : "key-value-document",
"types" : [ ]
} ],
"key" : "customeobj"
}
但是我收到一个错误,例如资源类型 ID 'key-value-document' 未知或消息订阅不支持。支持这些资源类型 ID:评论、购物车、付款、订单、客户、类别、库存条目、产品、客户组、商店、产品类型、产品选择”。如果有人知道这一点,那就太好了.