JDBC Driver 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 Accepts Input Streams Description
BrandId String True False The Id of the Brand.
ImageFileLocation String False False The local path of the image file to be uploaded.
FileName String False False File name that is uploaded. If content is not empty
Content String False True The content as InputStream to be uploaded when FileLocation is not specified.

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