Developers Program

Error 2000 - Picture Web addresses must be less than ${VALUE} characters in length

Published: April 19 2007, 12:59:00 PMยทUpdated: August 02 2022, 10:58:15 AM

Products

Question

I am getting Error 2000 'Picture Web addresses must be less than ${VALUE} characters in length' for a photo URL that specified in the , but the same URL works fine for the node.

Answer

Detailed Description

The max of character allowed for Item.PictureDetails.PictureURL property is different compare to the value allowed for Item.PictureDetails.GalleryURL property.

You can use same URL address for both GalleryURL and PictureURL in AddItem call family, but keep in mind that while <GalleryURL> address string can be up to1024 characters, the <PictureURL> is limited to the max length to 150 characters.

Additional Resources

Documentation: AddItem

How well did this answer your question?