Downloadable Files
Get Files
Retrieves the downloadable files for a shop.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerThe shop ID.
Create File
Uploads a downloadable file.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
multipart/form-dataRequiredfileRequiredfileMust be a file.
Format:
"binary"display_namestringMust not be greater than 255 characters.
Path Parameters
shopIdRequiredintegerThe shop ID.
Bulk Delete Files
Deletes downloadable files in bulk.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Request Body
application/jsonOptionalfile_idsarray<string>Path Parameters
shopIdRequiredintegerThe shop ID.
Delete File
Deletes a downloadable file.
Authorization
AuthorizationRequiredBearer <token>You can retrieve your API key by visiting your dashboard and clicking Account > API.
In: header
Path Parameters
shopIdRequiredintegerThe shop ID.
fileIdRequiredstring