使用.NET,我使用SOAP V2创建一个新产品。正确插入所有字段,没有CATEGORY。类别总是空的! (我有一个ID为37的类别)
Dim para As New SOAP2.catalogProductCreateEntity
Dim ar(0) As String
ar(0) = "37"
para.category_ids = ar
para.name = strRefmatID
...
rc = gService.catalogProductCreate(gSession, "simple", "64", strRefmatID, para, "0")
有什么问题?非常感谢你!
答案 0 :(得分:0)
尝试category_id或entity_id,而不是category_ids。查看表结构以查看问题所在。