To create a product, use the /api/v2/product/set endpoint. A product is created by the system when the following parameters are present.
-
event_id:The unique identifier for the event (integer) -
exhibitor_id:Exhibitor unique identifier. (integer) (Not mandatory) -
name:Product name. (string) -
categories:Product categories separated by comma. (string)
To obtain a product category is required using the GET method on api/v2/categories/get?event_id={{event_id}} endpoint.