MCP Server for Shopify

Build 24.0.9300

Files

Returns the list of files that have been uploaded to Shopify.

Note: requires read_files, read_themes access scope or read_images access scope and write_files access scope.

SELECT


SELECT * FROM Files WHERE ID = 'gid://shopify/MediaImage/24811663753239'
SELECT * FROM Files WHERE UpdatedAt > '2024-01-01T00:00:00Z'
SELECT * FROM Files WHERE Status = 'READY'

DELETE


    DELETE FROM Files WHERE ID='gid://shopify/MediaImage/24811663753239'

Columns

Name Type ReadOnly References Description
Id [KEY] String True

A globally-unique ID.

Description String True

The description of the file.

Status String True

The status of the file.

FileErrors String True

Any errors that have occurred on the file.

CreatedAt Datetime True

The date and time at which the file was created in Shopify.

UpdatedAt Datetime True

The date and time at which the file was last modified.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9300