not_uploaded_labels in Upload Catalog API - Parts catalog
Content
Hi,
I am trying to work on Parts Catalog. I have created and started the catalog using API calls, but when I upload the catalog, all the items are going into <not_uploaded_labels>. Could you please tell what can be the possible reasons for items not getting uploaded.
I have attached the API code. Could you please also tell what value should come inside <type> tag. Does it have any connection with <item_type> tag under <type_schema> in Create Catalog API?
Thanks,
Megha
Code Snippet
Upload Catalog APi:
<item>
<type>cable</type>
<label>10-X-123</label>
<fields>
<field>
<label>vendor</label>
<value>XYZ Cable</value>
</field>
<field>
<label>descr</label>
<value>CABLE RIBBON</value>
</field>
<field>
<label>price</label>
<value>970.00</value>
</field>
</fields>
</item>
0