Content > Files
Commerce APIContentFiles

Files

The Files API facilitates the upload and storage of files that can be utilized in your store. These files might include images, product documentation, and more. Files can be designated as either private or public and can be accessed by your store or other APIs as necessary.

Endpoints

EndpointDescriptionJSON API
filesGet filesGET:files.json
filesCreateUpload a filePOST:files.json
filesDeleteDelete filesDELETE:files.json
filesDownloadBegin file downloadGET:files/download.json
filesLookupLookup files by hashGET:files/lookup.json
filesModifyUpload a filePOST:files.json
filesPageGet files pageGET:files/page.json
filesSignCreate signature for file accessPOST:files/sign.json
filesStatsGet file stats for a shopGET:files/stats.json
filesUploadBegin resumable file uploadPOST:files/upload.json
filesUploadedFinalize file uploadPOST:files/uploaded.json
userFilesGet user filesGET:user_files.json
userFilesCreateCreate user filePOST:user_files.json
userFilesDeleteDelete user fileDELETE:user_files.json

Types

Types
File
FileCreate
FileIDAndURL
FileModify
FilePage
FileStats
FileStorage
FileURL
FilesPageSortBy
ImageType
PDFSignature
UserFile
UserFileCreate