Content > Files > userFilesCreate
Commerce APIContentFilesuserFilesCreate
userFilesCreate
POST:user_files.json

Description

Create user file.

Topic: Files

Arguments

data: [UserFileCreate!]!

Main argument for mutations.


user_id: String!

Unique user identifier. See also: Unique Identifiers

Example: "us_EQzGqWoY"


Data Argument Fields

base64: String

Base64 encoded file or image

Example: "R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"


content_type: String

Override default content type of the file

Example: "plain/text"

Valid when: content_type's length doesn't exceed 250 characters


image_alt: String

Alt title of the image

Example: "Lovely Sunset"

Valid when: image_alt's length doesn't exceed 250 characters


name: String

Filename, will be used to construct a unique file path

Example: "123.txt"

Valid when: name's length doesn't exceed 200 characters


text: String

Text if the file is a plain text file


url: String

An URL to download file or image from

Example: "http://apple.com/new_bg.gif"


Result

[UserFile!]

Preview (typescript)

Loading module