Call itemAuctionClosedSold

  • carjofil_2012

    5 messaggi

    Spagna

    Hello
    I call the resource itemAuctionCloseSold to get the list of sold closed auction items with the syntax specified in the DelCampe wiki:
    syntax : /item/auction/closed/sold?token=:TOKEN&startingItem=:START&numberOfItems=:LIMIT&order=:ORDER

    I have tried different limits with the same result, no sales returned after 2015-01-28. I have verified that there are sales after.
    My code, like the example of DelCampe wiki.
    $url = ' Link (https) ';
    $ch = curl_init();
    curl_setopt ($ch, CURLOPT_URL, $url);
    curl_setopt ($ch, CURLOPT_CUSTOMREQUEST, "GET");
    curl_setopt ($ch, CURLOPT_FOLLOWLOCATION, true);
    curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
    $xml = curl_exec($ch);

    Can someone tell me why, or how to get the current sales?

    The DelCampe wiki does not indicate how to filter by date, is there such a possibility?

    Thanks
  • @dorian
    Amministratore

    68 messaggi

    Belgio

    Hello carjofil_2012,

    startingItem is set to 200 on your mentionned call but you have 17 sold auctions.
    To get them you should start at 0.

    In case you want to get sold fixed_price, you can use this call "/item/fixedprice/closed/sold".

    Have a nice day,
    --
    Regards
  • carjofil_2012

    5 messaggi

    Spagna

    Hello carjofil_2012,

    startingItem is set to 200 on your mentionned call but you have 17 sold auctions.
    To get them you should start at 0.

    In case you want to get sold fixed_price, you can use this call "/item/fixedprice/closed/sold".

    Have a nice day,
    --
    Regards
    Thanks @dorian
    I cant get sold fixed_price between dates?

    I search in DelCampe wiki I find this syntax: /item/fixedprice/closed/sold?token=:TOKEN&startingItem=:START&numberOfItems=:LIMIT&order=:ORDER

    Is it possible to filter by date?, like: /item/fixedprice/closed/sold?token=:TOKEN&fromdatebegin=DATE1&fromdateend=DATE2
    or similar

    Thanks
  • @kevin
    Amministratore

    99 messaggi

    Belgio

    Hello carjofil_2012,

    Currently it is not possible to filter by date. All available filters are listed in our document as mentioned in your last message.

    Best regards,
    --
    Kevin
    The Delcampe team

Unisciti alla community di collezionisti!

Registrati Login