Create a file
POST https://{handle}.myshopline.com/admin/openapi/v20260601/files/files.json
handle : The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com , the store handle is open001 .Create a file.
Request Headers
- Content-Type string requiredThe field must be set to the fixed value
application/json; charset=utf-8. - Authorization string requiredThe access token for the API resource. Refer to App authorization to obtain the access token, and then pass the obtained token in the Bearer format.Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Request Body
- alt stringWords or phrases that share the characteristics or content of the image.
Maximum length: 255Example:This is a file alt - content_type string requiredThe type of the file. Valid values are:
IMAGE:Represents a SHOPLINE image.VIDEO:Represents a SHOPLINE video.EXTERNAL_VIDEO:Represents an external video.FILE:Represents a SHOPLINE file that is neither an image nor a video.
Example:IMAGE cover_imageobject
Configuration for the video cover image. Specify this parameter whencontent_typeis set toVIDEOorEXTERNAL_VIDEO.imageobject
Custom cover image information. Specify this parameter whensourceis set toUPLOADED. Supported image formats: GIF, JPG, JPEG, PNG, WebP, and SVG.src stringThe link to a custom cover image, represented as a URL.
Maximum length: 255Example:https://img.myshopline.com/image/official/e46e6189dd5641a3b179444cacdcdd2a.pngsource stringSource type of the cover image. Valid values are:VIDEO_FRAME_CAPTURE: Capture a single frame from the video.UPLOADED: Upload a custom cover image.
video_frame_ms integerMillisecond of the video frame to capture. This parameter is valid only whensourceisVIDEO_FRAME_CAPTURE.Default value:0(indicating the capture of the first frame of the video; the default image format is PNG).- duplicate_resolution_mode stringStrategy for resolving file name conflicts. Valid values are:
APPEND_UUID: Automatic renaming mode. If the file name is already in use, a UUID is appended to the original file name.RAISE_ERROR: Error notification mode. If the file name is already in use, an error is generated.
Default value:APPEND_UUID - file_name stringThe name of the file.
Maximum length: 255Example:This is a file name - original_source string requiredAn external URL (for images only) or a staged upload URL.Example:
https://sl-resource-tmp-sg.s3-ap-southeast-1.xxx.com/temp%2Ffile%2Fstore%2F1672369729606%2F6995259736342668404%2Fimage.png?Expires=1747882880&OSSAccessKeyId=LTAI5tNjm7fr4EUCoEps4UPE&Signature=kLIWPCVwWTQMZcHUWyszjoH4DPM%3D
Status Codes
- 200
- 401
- 429
For the complete list of codes and messages, see Http status code.
Response Headers
traceId
A globally unique identifier for the request. It is used to track the request flow throughout the system, allowing for easy location and debugging when issues arise.
Response Body
- alt stringWords or phrases that share the characteristics or content of the image.
Maximum length: 255Example:This is an image alt - content_type stringThe type of the file. Valid values are:
IMAGE:Represents a SHOPLINE image.VIDEO:Represents a SHOPLINE video.EXTERNAL_VIDEO:Represents an external video.FILE:Represents a SHOPLINE file that is neither an image nor a video.
- file_name stringThe name of the file.Example:
This is a file name - id stringThe unique identifier for the file.Example:
5824341616684517429
API Explorer
Debugger
Examples
Was this article helpful to you?