Tableau Connector for BigCommerce

Build 24.0.9060

CreateBrandImage

Creates a brand image.

Stored Procedure Specific Information

BigCommerce allows us to create a brand image for a brand using image file. For example:

EXECUTE CreateBrandImage BrandId ='19128157751697', ImageFileLocation = 'D:\Desktop\Test.png'

Input

Name Type Required Description
BrandId String True The Id of the Brand.
ImageFileLocation String False The local path of the image file to be uploaded.
FileName String False File name that is uploaded. If content is not empty

Result Set Columns

Name Type Description
Status String The Status of the create operation.
ImageUrl String The URL of the Image uploaded.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060