POST api/v1/saveProducts
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"id_pro": 1,
"shortname": "sample string 2",
"Barcode": "sample string 3",
"vendorcode1": "sample string 4",
"vendorcode2": "sample string 5",
"vendorcode3": "sample string 6",
"vendor_store_code": "sample string 7",
"made_in": "sample string 8",
"short_description": "sample string 9",
"tags": "sample string 10",
"price": 11.1,
"low_price": 12.1,
"minimem_qty": 13,
"quantity_step": 14,
"currency_id": 15,
"exchang": 16.1,
"tax": 17,
"tax_included_prices": 18,
"total_allowed_quantity": 19,
"main_category": 20,
"size": 21.1,
"sub_category": 22,
"volume_CL": 23.1,
"volume_ozn": 24.1,
"psc_box": 25.1,
"box_weight": 26.1,
"box_pallet": 27.1,
"box_long": 28.1,
"box_high": 29.1,
"box_width": 30.1,
"Led_time": 31,
"delivery_note": "sample string 32",
"website": "sample string 33",
"video_link": "sample string 34",
"guarantee_period": 35,
"warranty_period": 36,
"main_image": "sample string 37",
"user_id": 38,
"date_in": "2025-11-08T14:32:16.8100402+03:00",
"date_update": "2025-11-08T14:32:16.8100402+03:00",
"lan1_shortname": "sample string 41",
"lan2_shortname": "sample string 42",
"lan3_shortname": "sample string 43",
"lan4_shortname": "sample string 44",
"lan5_shortname": "sample string 45",
"lan1_description": "sample string 46",
"lan2_description": "sample string 47",
"lan3_description": "sample string 48",
"lan4_description": "sample string 49",
"lan5_description": "sample string 50",
"fulldescription": "sample string 51",
"is_offer": 52,
"price_offer": 53.1,
"father": 54,
"brand": 55,
"pro_type": 56,
"isactive": 57,
"ischangename": 58
}
text/xml
Sample:
<Products xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/creative_api"> <Barcode>sample string 3</Barcode> <Led_time>31</Led_time> <box_high>29.1</box_high> <box_long>28.1</box_long> <box_pallet>27.1</box_pallet> <box_weight>26.1</box_weight> <box_width>30.1</box_width> <brand>55</brand> <currency_id>15</currency_id> <date_in>2025-11-08T14:32:16.8100402+03:00</date_in> <date_update>2025-11-08T14:32:16.8100402+03:00</date_update> <delivery_note>sample string 32</delivery_note> <exchang>16.1</exchang> <father>54</father> <fulldescription>sample string 51</fulldescription> <guarantee_period>35</guarantee_period> <id_pro>1</id_pro> <is_offer>52</is_offer> <isactive>57</isactive> <ischangename>58</ischangename> <lan1_description>sample string 46</lan1_description> <lan1_shortname>sample string 41</lan1_shortname> <lan2_description>sample string 47</lan2_description> <lan2_shortname>sample string 42</lan2_shortname> <lan3_description>sample string 48</lan3_description> <lan3_shortname>sample string 43</lan3_shortname> <lan4_description>sample string 49</lan4_description> <lan4_shortname>sample string 44</lan4_shortname> <lan5_description>sample string 50</lan5_description> <lan5_shortname>sample string 45</lan5_shortname> <low_price>12.1</low_price> <made_in>sample string 8</made_in> <main_category>20</main_category> <main_image>sample string 37</main_image> <minimem_qty>13</minimem_qty> <price>11.1</price> <price_offer>53.1</price_offer> <pro_type>56</pro_type> <psc_box>25.1</psc_box> <quantity_step>14</quantity_step> <short_description>sample string 9</short_description> <shortname>sample string 2</shortname> <size>21.1</size> <sub_category>22</sub_category> <tags>sample string 10</tags> <tax>17</tax> <tax_included_prices>18</tax_included_prices> <total_allowed_quantity>19</total_allowed_quantity> <user_id>38</user_id> <vendor_store_code>sample string 7</vendor_store_code> <vendorcode1>sample string 4</vendorcode1> <vendorcode2>sample string 5</vendorcode2> <vendorcode3>sample string 6</vendorcode3> <video_link>sample string 34</video_link> <volume_CL>23.1</volume_CL> <volume_ozn>24.1</volume_ozn> <warranty_period>36</warranty_period> <website>sample string 33</website> </Products>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"data": null,
"rowcount": 1,
"status": true,
"msg_error": "sample string 3"
}
text/xml
Sample:
<outdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/creative_api"> <data i:nil="true" /> <msg_error>sample string 3</msg_error> <rowcount>1</rowcount> <status>true</status> </outdata>