Content > Files > filesUpload
Commerce APIContentFilesfilesUpload
filesUpload
POST:files/upload.json

Description

Get signed URL for resumable upload of a file.

Permission bit: "files.create"

Topic: Files

Arguments

file_id: String!

Unique file identifier to begin upload of. See also: Unique Identifiers

Example: "fi_EQzGqWoY"


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

FileURL

Preview (typescript)

Loading module