ADO.NET Provider for Shopify

Build 26.0.9655

ThemeFilesCopy

Copies files within a theme, overwriting existing destination files.

Procedure-Specific Information

The following input can accept either a temporary table name or a JSON aggregate that matches the structure of the referenced table as a value.

  • Files references the ThemeFilesCopyFileInputs temporary table.

ThemeFilesCopyFileInputs Temporary Table Columns

Column NameTypeDescription
SrcFilenameStringThe source file to copy from.
DstFilenameStringThe destination file where the content is copied.

Input

Name Type Required Description
ThemeId String True The ID of the theme to copy files within.
Files String True The files to copy.

Result Set Columns

Name Type Description
Success Boolean Indicates whether or not the operation executed successfully.
Details String Any extra details on the operation's execution.
CopiedThemeFiles String The resulting theme files.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655