POST api/v1/deleteproducts
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,
"item_number": 2,
"shortname": "sample string 3",
"Barcode": "sample string 4",
"vendorcode1": "sample string 5",
"vendorcode2": "sample string 6",
"vendorcode3": "sample string 7",
"vendor_store_code": "sample string 8",
"made_in": "sample string 9",
"short_description": "sample string 10",
"tags": "sample string 11",
"price": 12.1,
"low_price": 13.1,
"minimem_qty": 14,
"quantity_step": 15,
"currency_id": 16,
"exchang": 17.1,
"tax": 18,
"tax_included_prices": 19,
"total_allowed_quantity": 20,
"main_category": 21,
"size": 22.1,
"sub_category": 23,
"volume_CL": 24.1,
"volume_ozn": 25.1,
"psc_box": 26.1,
"box_weight": 27.1,
"box_pallet": 28.1,
"box_long": 29.1,
"box_high": 30.1,
"box_width": 31.1,
"Led_time": 32,
"delivery_note": "sample string 33",
"website": "sample string 34",
"video_link": "sample string 35",
"guarantee_period": 36,
"warranty_period": 37,
"main_image": "sample string 38",
"user_id": 39,
"date_in": "2026-07-08T07:18:02.0723364+03:00",
"date_update": "2026-07-08T07:18:02.0723364+03:00",
"lan1_shortname": "sample string 42",
"lan2_shortname": "sample string 43",
"lan3_shortname": "sample string 44",
"lan4_shortname": "sample string 45",
"lan5_shortname": "sample string 46",
"lan1_description": "sample string 47",
"lan2_description": "sample string 48",
"lan3_description": "sample string 49",
"lan4_description": "sample string 50",
"lan5_description": "sample string 51",
"fulldescription": "sample string 52",
"is_offer": 53,
"price_offer": 54.1,
"father": 55,
"brand": 56,
"pro_type": 57,
"isactive": 58,
"isfather": 59,
"isweb": 60,
"ischangename": 61
}
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 4</Barcode> <Led_time>32</Led_time> <box_high>30.1</box_high> <box_long>29.1</box_long> <box_pallet>28.1</box_pallet> <box_weight>27.1</box_weight> <box_width>31.1</box_width> <brand>56</brand> <currency_id>16</currency_id> <date_in>2026-07-08T07:18:02.0723364+03:00</date_in> <date_update>2026-07-08T07:18:02.0723364+03:00</date_update> <delivery_note>sample string 33</delivery_note> <exchang>17.1</exchang> <father>55</father> <fulldescription>sample string 52</fulldescription> <guarantee_period>36</guarantee_period> <id_pro>1</id_pro> <is_offer>53</is_offer> <isactive>58</isactive> <ischangename>61</ischangename> <isfather>59</isfather> <isweb>60</isweb> <item_number>2</item_number> <lan1_description>sample string 47</lan1_description> <lan1_shortname>sample string 42</lan1_shortname> <lan2_description>sample string 48</lan2_description> <lan2_shortname>sample string 43</lan2_shortname> <lan3_description>sample string 49</lan3_description> <lan3_shortname>sample string 44</lan3_shortname> <lan4_description>sample string 50</lan4_description> <lan4_shortname>sample string 45</lan4_shortname> <lan5_description>sample string 51</lan5_description> <lan5_shortname>sample string 46</lan5_shortname> <low_price>13.1</low_price> <made_in>sample string 9</made_in> <main_category>21</main_category> <main_image>sample string 38</main_image> <minimem_qty>14</minimem_qty> <price>12.1</price> <price_offer>54.1</price_offer> <pro_type>57</pro_type> <psc_box>26.1</psc_box> <quantity_step>15</quantity_step> <short_description>sample string 10</short_description> <shortname>sample string 3</shortname> <size>22.1</size> <sub_category>23</sub_category> <tags>sample string 11</tags> <tax>18</tax> <tax_included_prices>19</tax_included_prices> <total_allowed_quantity>20</total_allowed_quantity> <user_id>39</user_id> <vendor_store_code>sample string 8</vendor_store_code> <vendorcode1>sample string 5</vendorcode1> <vendorcode2>sample string 6</vendorcode2> <vendorcode3>sample string 7</vendorcode3> <video_link>sample string 35</video_link> <volume_CL>24.1</volume_CL> <volume_ozn>25.1</volume_ozn> <warranty_period>37</warranty_period> <website>sample string 34</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>