CData Python Connector for BigCommerce

Build 24.0.9062

CreateBrandImage

Creates a brand image.

Stored Procedure Specific Information

Creates a brand image using an 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.9062