CatalogObject Structure
Use the CatalogObject structure to retrieve or specify all information for a particular catalog object in a single method.
The CatalogObject structure is used in the WebCatalogService Service.
CatalogObject Structure Fields
Fields | Description |
---|---|
String catalogObject |
Specifies an XML representation of the object. |
catalogObjectBytes |
Specifies the returned content of the catalog object as string or bytes. What you specify in this field is determined by the readObjects method. |
ItemInfo itemInfo |
Specifies catalog information about the object, supplied in the ItemInfo common structure. For information about the ItemInfo structure, see ItemInfo Structure. |
ErrorInfo errorInfo |
Specifies the level of error information to be supplied as specified by the ErrorDetails argument in the readObjects method. |