POST:storefront/files/uploaded.json
Storefront APIPOST:storefront/files/uploaded.json

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

Query Parameters

file_id: String, required

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

Example: ?file_id=fc_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Response Body

StorefrontFile

Response Body Type

Loading module