Tableau Connector for Shopify

Build 24.0.9187

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 False

A globally-unique ID.

Description String False

The description of the file.

Status String False

The status of the file.

FileErrors String False

Any errors that have occurred on the file.

CreatedAt Datetime False

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

UpdatedAt Datetime False

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

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