Create
POST {{url}}/api/external/products/create
Request Body
{"SkuCode"=>"string", "CategoryId"=>0, "Categories"=>[{"Id"=>0, "Name"=>"string"}], "Unit"=>"string", "IsActive"=>true, "NamesPerCountry"=>[{"CountryCode"=>"string", "Text"=>"string", "Description"=>"string"}], "RegionPrices"=>[{"RegionId"=>0, "Price"=>0, "DiscountPrice"=>0, "Vat"=>0}], "CreatorName"=>"string", "RequireAuthorization"=>true, "IsBulk"=>true, "IsRental"=>true, "IsVirtual"=>true, "IsSerialNr"=>true, "IsLinkedProduct"=>true, "LinkedProductId"=>0}