POST:files/uploaded.json
Commerce APIPOST:files/uploaded.json

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

Query Parameters

file_id: String, required

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

Example: ?file_id=fi_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Response Body

File

Response Body Type

Loading module