For the complete documentation index, see llms.txt. This page is also available as Markdown.

Downloadable Files

get
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
productIdstring · flake-idRequiredExample: 411486491630370816
Responses
200

OK

application/json
idstring · flake-idRequiredExample: 411486491630370816
store_idstring · flake-idRequiredExample: 411486491630370816
product_idstring · flake-idRequiredExample: 411486491630370816
is_uploadedbooleanRequired
file_namestring · nullableOptional
file_content_typestring · nullableOptional
file_sizeinteger · nullableOptional
file_hashstring · nullableOptional
descriptionstring · nullableOptional
created_atstring · date-timeRequired
updated_atstring · nullableOptional
get/v1/stores/{storeId}/products/{productId}/downloadable-files
post
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
productIdstring · flake-idRequiredExample: 411486491630370816
Body
file_namestringRequired
file_content_typestringRequired
descriptionstring · nullableOptional
Responses
200

OK

No content

post/v1/stores/{storeId}/products/{productId}/downloadable-files

No content

post
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
productIdstring · flake-idRequiredExample: 411486491630370816
downloadableFileIdstring · flake-idRequiredExample: 411486491630370816
Responses
204

No Content

No content

post/v1/stores/{storeId}/products/{productId}/downloadable-files/{downloadableFileId}/finish

No content

get
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
productIdstring · flake-idRequiredExample: 411486491630370816
downloadableFileIdstring · flake-idRequiredExample: 411486491630370816
Responses
200

OK

application/json
download_signed_urlstringRequired
get/v1/stores/{storeId}/products/{productId}/downloadable-files/{downloadableFileId}/download-url
delete
Authorizations
AuthorizationstringRequired

An API Key token generated in the Dashboard in the format 'APIKey TOKEN_HERE'.

Path parameters
storeIdstring · flake-idRequiredExample: 411486491630370816
productIdstring · flake-idRequiredExample: 411486491630370816
downloadableFileIdstring · flake-idRequiredExample: 411486491630370816
Responses
204

No Content

No content

delete/v1/stores/{storeId}/products/{productId}/downloadable-files/{downloadableFileId}

No content

Last updated

Was this helpful?