Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Library Pull is where an image is loaded into the Library via downloading it from a URL. Uploading an image to the Library automatically creates a unique link which can be used to direct the user to the Product Builder.

Requires:

or

Actions

URL
Verb
Information
/library/pullPOSTCreates a Library item with an image URL

Fields

Field
Data Type
Required
Information
UrlStringYThe image URL

 

The following details are returned about an item:

Field
Data Type
Required
Information
LibraryItemLibraryItemDetailYFields described below.
ProductBuilderUrlStringYThe product builder URL for the specified Library Item


The following details are returned about a Library item.

Field
Data Type
Required
Information
ItemGuidStringYThe Guid of the Library item
FileMimeTypeStringYThe MIME type of the Library item.
FileMd5StringNAn MD5 hash of the file contents. Only set if the item is complete.
FileSizeLongNLength of the file in bytes. Only set if the item is complete.
  • No labels