You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

not_uploaded_labels in Upload Catalog API - Parts catalog

edited Jul 30, 2018 12:20PM in Field Service 5 comments

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>  
        

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!