Content > Files > filesUploaded
Commerce APIContentFilesfilesUploaded
filesUploaded
POST:files/uploaded.json

Description

Notify file service that the file was uploaded. If it's true, this API call will return a file object with "is_uploaded" == true.

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

File

Preview (typescript)

Loading module