Create ProductAsk AIpost https://api.conekta.io/orders/{id}/line_itemsCreate a new product for an existing order.Path ParamsidstringrequiredIdentifier of the resourceBody Paramsrequested field for a productantifraud_infoobjectantifraud_info objectbrandstringThe brand of the item.descriptionstringlength ≤ 250Short description of the itemmetadataobjectIt is a key/value hash that can hold custom fields. Maximum 100 elements and allows special characters.metadata objectnamestringrequiredThe name of the item. It will be displayed in the order.quantityint32required≥ 1The quantity of the item in the order.skustringThe stock keeping unit for the item. It is used to identify the item in the order.tagsarray of stringsList of tags for the item. It is used to identify the item in the order.tagsADD stringunit_priceint32required≥ 0The price of the item in cents.HeadersAccept-LanguagestringenumDefaults to esUse for knowing which language to useesenAllowed:esenX-Child-Company-IdstringIn the case of a holding company, the company id of the child company to which will process the request.Responses 200successful 401authentication error 404not found entity 500internal server errorUpdated 7 months ago