Skip to main content

In our BC implementation, we want to allow customers to shop by brand. Brand ID is a native field in BC. 

Is it possible to have an attribute in Acumatica that identifies the brand of a product which can then be sent over to BC? 

Here’s how we tried to have it set up but the sync does not seem to be working. 

 

@MichaelTobi Thanks for the question. 

 

The Brand ID in BigCommerce Product API is a integer and not string value. So you should pass integer value in the entities mapping. Which means you need to know the Brand ID’s Integer value. You can get this information using the Get All Brands API(https://developer.bigcommerce.com/api-reference/store-management/catalog/brands/getbrands). 

 

From your mapping, I think  you are passing a string value from a Attributes. Please try out with the required integer and let us know if it works. 

 

 


Reply