Create a productAsk AIpost https://api.katanamrp.com/v1/productsCreates a product object.Body Paramsnew product detailsnamestringrequireduomstringlength ≤ 7category_namestringis_sellablebooleantruefalseis_produciblebooleantruefalseis_purchasablebooleantruefalseis_auto_assemblybooleantruefalsedefault_supplier_idinteger≤ 2147483647additional_infostringbatch_trackedbooleantruefalseserial_trackedbooleantruefalseoperations_in_sequencebooleantruefalsepurchase_uomstringlength ≤ 7purchase_uom_conversion_ratenumber≤ 1000000000000lead_timeinteger | null≤ 999minimum_order_quantitynumber | null0 to 999999999configsarray of objectslength ≥ 1configs objectnamestringrequiredvaluesarray of stringsrequiredvalues*ADD stringADD objectcustom_field_collection_idinteger | null≤ 2147483647variantsarray of objectsrequiredlength ≥ 1variants* objectskustringpurchase_pricenumber | null0 to 100000000000sales_pricenumber | null0 to 100000000000config_attributesarray of objectslength ≥ 1config_attributes objectconfig_namestringrequiredconfig_valuestringrequiredADD objectinternal_barcodestringlength between 3 and 40registered_barcodestringlength between 3 and 40supplier_item_codesarray of stringslength ≥ 1supplier_item_codes stringADD stringcustom_fieldsarray of objectslength ≤ 3custom_fieldsADD objectADD objectResponses 200New product created 401Make sure you've entered your API token correctly. 422Check the details property for a specific error message. 429The rate limit has been reached. Please try again later. 500The server encountered an error. If this persists, please contact supportUpdated 7 months ago