Item API - Branding Field

Hello,
I have looked through the API Retail Documentation and I can't seem to find an ENDPOINT for creating the Item brands or a field to set an item to a brand using the API Item ENDPOINT.
Simon
Post edited by Adrian Samuel on
Answers
Hey @pdispirit,
Brands on the Retail UI is Category so either you can specify a categoryID or create a Category Object upon Item creation.
Adrian Samuel
Software Developer
Lightspeed HQ
Hi Samuel,
I also have same question. I have created Category Object on item creation but Brand is not getting reflected.
May i know how to update the brand field in Lighspeed through API.
Thanks,
Sai.
Hi @Sai7856,
When you want to update the Brand(manufacturer) of an Item please use this convention:
I hope this helps.
Hi @SamuelDevos ,
Thankyou for your response.
I have used this manufacturerID. but it needs the id value but i want to pass the string. If we add brands in lighspeed the id will be changed. So i need to sync the exact field.
For example : I have brand Specailized Brand in Lightspeed i need to sync without id.
Hi @samuel,
I also need to update vendorid code in lightspeed through api. Could you please help me out.