Problem: Setting Feedback with the Api

  • sammlerkalle

    881 mensajes

    Alemania

    There is a problem writing a comment on the feedback with the Api. I have not changed anything, but since May, all comments only display "1" as text. Since I also see this with other sellers, the problem is obviously on the side of Delcampe.
  • Cuenta eliminada
    Administrador
    Cuenta eliminada

    0 mensajes

    Bélgica

    Los datos ya no están disponibles porque la cuenta de este usuario ha sido eliminada (Reglamento RGPD)
  • sammlerkalle

    881 mensajes

    Alemania

    Hello,

    I'm using the REST-Api.

    Here is my PHP-Code, which I didn't change for years:

    $feedback_data = array(
    'ratingValue' => $feedback_percent,
    'comment' => $feedback_comment
    );

    if(!empty($token)) {
    $url = ' Vinculo (http) ' . $delcampe_id . '/buyer/rating?token=' . $token;
    $ch = curl_init();
    curl_setopt ($ch, CURLOPT_URL, $url);
    curl_setopt ($ch, CURLOPT_POST, true);
    curl_setopt ($ch, CURLOPT_POSTFIELDS, http_build_query($feedback_data));
    curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
    $xml_response = $this->curl($ch);

    $notification_result = simplexml_load_string($xml_response);
    // ...
    }
  • sammlerkalle

    881 mensajes

    Alemania

    Hello,

    I'm using the REST-Api.

    Here is my PHP-Code, which I didn't change for years:

    $feedback_data = array(
    'ratingValue' => $feedback_percent,
    'comment' => $feedback_comment
    );

    if(!empty($token)) {
    $url = ' Vinculo (http) ' . $delcampe_id . '/buyer/rating?token=' . $token;
    $ch = curl_init();
    curl_setopt ($ch, CURLOPT_URL, $url);
    curl_setopt ($ch, CURLOPT_POST, true);
    curl_setopt ($ch, CURLOPT_POSTFIELDS, http_build_query($feedback_data));
    curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
    $xml_response = $this->curl($ch);

    $notification_result = simplexml_load_string($xml_response);
    // ...
    }
    Link is: 'http : // rest . delcampe . net / item /
    (without the spaces)
  • Cuenta eliminada
    Administrador
    Cuenta eliminada

    0 mensajes

    Bélgica

    Los datos ya no están disponibles porque la cuenta de este usuario ha sido eliminada (Reglamento RGPD)
  • sammlerkalle

    881 mensajes

    Alemania

    This is the response:

    SimpleXMLElement Object (
    [Notification_Token] => SimpleXMLElement Object ( )
    [Notification_Datetime] => 2018-08-04 14:42:02
    [Notification_Data] => SimpleXMLElement Object (
    [Headers] => SimpleXMLElement Object (
    [Ressource] => item-rating
    [Action] => POST [Status] => 200 )
    [body] => SimpleXMLElement Object (
    [feedback] => SimpleXMLElement Object (
    [status] => Your request was taken into account! ) ) ) )
  • Cuenta eliminada
    Administrador
    Cuenta eliminada

    0 mensajes

    Bélgica

    Los datos ya no están disponibles porque la cuenta de este usuario ha sido eliminada (Reglamento RGPD)
  • Cuenta eliminada
    Administrador
    Cuenta eliminada

    0 mensajes

    Bélgica

    Los datos ya no están disponibles porque la cuenta de este usuario ha sido eliminada (Reglamento RGPD)
  • sammlerkalle

    881 mensajes

    Alemania

    - No, the value "1" does not come from my side. The value of the $feedback_comment variable is always an appropriate text.
    - Of course there are reviews from me that are from before May. Here Vinculo (https) and on many other sites you see such reviews. They were all created with the Api, as you can see at the same feedback time 16:42.

    The error is on the side of Delcampe. It can not be found in your database, but in the program code, which apparently was changed on May 8th.

    Do you think all of these sellers changed their review text to "1" on May 8?
    Vinculo (https) =
    Vinculo (https) =
    Vinculo (https) =
    Vinculo (https) =
    ... and many more ...

    I already informed you of the mistake 7 days ago. Since then there are only questions, but nothing else happens. I ask that something finally happen now. I pay the Api with my shop fee and expect a flawless service. Many Thanks.
  • Cuenta eliminada
    Administrador
    Cuenta eliminada

    0 mensajes

    Bélgica

    Los datos ya no están disponibles porque la cuenta de este usuario ha sido eliminada (Reglamento RGPD)
  • Cuenta eliminada
    Administrador
    Cuenta eliminada

    0 mensajes

    Bélgica

    Los datos ya no están disponibles porque la cuenta de este usuario ha sido eliminada (Reglamento RGPD)

Únese a la comunidad de coleccionistas

Inscripción Identificarse