Sorted:

URL: http: // www.

& amp; products_id =

Header Parameter Format
Token Base64_encode ()
Secret Base64_encode ()
E -Mail Base64_encode ()

PHP -Probe:

  // Beispiellisten-Produktoptionen und -Werte
 
 $ Url = $ tabain_url. ' /api_ds_products_ors.php? Action = list_products_options_values ​​& amp; products_id = ' $ _ Get [' products_id '];

 $ Ch = curl_init ($ url);
 Curl_setopt ($ ch, curlopt_returntransfer, true);
 curl_setopt ($ ch, curlopt_sl_verifypeer, false);
 Curl_setopt ($ ch, curlopt_httpHeader, Array (Array (
 ' Inhaltstyp: Anwendung/JSON ',,
 "Cache-Control: No-Cache",
 ' Token: ' . Basis64_CODE ($ token),
 ' Geheimnis: ' . Basis64_CODE ($ Secret),
 ' E-Mail: ' . Basis64_CODE ($ E -Mail),
 ' Inhaltslänge: ' . Strlen ($ data_string))))
 );
 
 $ result = curl_exec ($ ch);
 Curl_close ($ ch);

 print_r ($ result);

 // Beispielliste Produktoptionen und Werte eof  

return:

id
text < /p>

URL: http://www.namedoseusiten.com.br/api_ds_categories.php?action=categories_list

Header Parameter Format
Token Base64_encode ()
Secret Base64_encode ()
E -Mail Base64_encode ()

PHP -Probe:

  // Beispiellistenkategorien und Unterkategorien
 
 $ Url = $ tabain_url. ' /api_ds_categories.php? Action = categories_list ' ;;

 $ Ch = curl_init ($ url);
 Curl_setopt ($ ch, curlopt_returntransfer, true);
 curl_setopt ($ ch, curlopt_sl_verifypeer, false);
 Curl_setopt ($ ch, curlopt_httpHeader, Array (Array (
 ' Inhaltstyp: Anwendung/JSON ',,
 "Cache-Control: No-Cache",
 ' Token: ' . Basis64_CODE ($ token),
 ' Geheimnis: ' . Basis64_CODE ($ Secret),
 ' E-Mail: ' . Basis64_CODE ($ E -Mail))))
 );
 
 $ result = curl_exec ($ ch);
 Curl_close ($ ch);

 print_r ($ result);

 // Beispiellistenkategorien und Unterkategorien EOF  

return:

id
text < /p>

URL: http://www.namedoseusiten.com.br/api_ds_products_ots.php?af?

Header Parameter Format
Token Base64_encode ()
Secret Base64_encode ()
E -Mail Base64_encode ()

Parameter Format Beschreibung Status Get

1, 2 oder 3
Es ist nur Zahl erforderlich < /p> search_model Get Produktmodell Suche Get Produktname Kategorie Get Kategorie Nummer
Nur Zahl ist erforderlich < /td> sort_order Get Glückliche Reihenfolge von:
sort_product_name
sort_date_added
sort_date_updated
sort_code
sort_quantity
sort_price
sort_bestseller < /td>

PHP -Probe:

  // Beispiellistenprodukte
 
 $ add_query_order = ' ' ;;
 if ($ _get [' Status ']! = ' ') {
 $ add_query_order.
 }
 if ($ _get [' Search_Model ']! = ' ') {
 $ add_query_order.
 }
 if ($ _get [' Suche ']! = ' ') {
 $ add_query_order.
 }
 if ($ _get [' Kategorie ']! = ' ') {
 $ add_query_order.
 }
 if ($ _get [' sort_order ']! = ' ') {
 $ add_query_order.
 }
 
 $ Url = $ tabain_url. ' /api_ds_products_ors.php? Action = list_products ' $ add_query_order;

 $ Ch = curl_init ($ url);
 Curl_setopt ($ ch, curlopt_returntransfer, true);
 curl_setopt ($ ch, curlopt_sl_verifypeer, false);
 Curl_setopt ($ ch, curlopt_httpHeader, Array (Array (
 ' Inhaltstyp: Anwendung/JSON ',,
 "Cache-Control: No-Cache",
 ' Token: ' . Basis64_CODE ($ token),
 ' Geheimnis: ' . Basis64_CODE ($ Secret),
 ' E-Mail: ' . Basis64_CODE ($ E -Mail))))
 );
 
 $ result = curl_exec ($ ch);
 Curl_close ($ ch);

 print_r ($ result);

 // Beispiellistenprodukte EOF  

return:

products_id
Bild
Name
Modell
Menge
Status
DATE_ADDED
last_modified < /p>

URL: http://www.namedoseusiten.com.br/api_ds_products_ots.php?action=Manufactuers

Header Parameter Format
Token Base64_encode ()
Secret Base64_encode ()
E -Mail Base64_encode ()

PHP -Probe:

  // Beispielherstellerliste
 
 $ Url = $ tabain_url. ' /api_ds_products_ors.php? Action = Hersteller ' ;;

 $ Ch = curl_init ($ url);
 Curl_setopt ($ ch, curlopt_returntransfer, true);
 curl_setopt ($ ch, curlopt_sl_verifypeer, false);
 Curl_setopt ($ ch, curlopt_httpHeader, Array (Array (
 ' Inhaltstyp: Anwendung/JSON ',,
 "Cache-Control: No-Cache",
 ' Token: ' . Basis64_CODE ($ token),
 ' Geheimnis: ' . Basis64_CODE ($ Secret),
 ' E-Mail: ' . Basis64_CODE ($ E -Mail),
 ' Inhaltslänge: ' . Strlen ($ data_string))))
 );
 
 $ result = curl_exec ($ ch);
 Curl_close ($ ch);

 print_r ($ result);

 // Beispielhersteller listen eof   auf

return:

id
text < /p>

URL: http://www.namedoseusiten.com.br/api_ds_products_ots.php?action=pack

Header Parameter Format
Token Base64_encode ()
Secret Base64_encode ()
E -Mail Base64_encode ()

PHP -Probe:

  // Beispielpackliste
 
 $ Url = $ tabain_url. ' /api_ds_products_ors.php? Action = Pack ' ;;

 $ Ch = curl_init ($ url);
 Curl_setopt ($ ch, curlopt_returntransfer, true);
 curl_setopt ($ ch, curlopt_sl_verifypeer, false);
 Curl_setopt ($ ch, curlopt_httpHeader, Array (Array (
 ' Inhaltstyp: Anwendung/JSON ',,
 "Cache-Control: No-Cache",
 ' Token: ' . Basis64_CODE ($ token),
 ' Geheimnis: ' . Basis64_CODE ($ Secret),
 ' E-Mail: ' . Basis64_CODE ($ E -Mail),
 ' Inhaltslänge: ' . Strlen ($ data_string))))
 );
 
 $ result = curl_exec ($ ch);
 Curl_close ($ ch);

 print_r ($ result);

 // Beispielpackliste EOF  

return:

id
text < /p>