Content > Files > storefrontFilesUploaded
Storefront APIContentFilesstorefrontFilesUploaded
storefrontFilesUploaded
POST:storefront/files/uploaded.json

Description

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

Topic: Files

Arguments

file_id: String!

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

Example: "fc_EQzGqWoY"


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

StorefrontFile

Preview (typescript)

Loading module