Error updating product

  • Cuenta eliminada
    Cuenta eliminada

    0 mensajes

    Países Bajos

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

    363 mensajes

    Bélgica

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

    To sell on Delcampe, you must define your payment methods and your sales conditions. To do so, you can set them up via this link Vinculo (https)

    Best Regards,
    --
    Thomas
    Delcampe Team
  • Datastamps

    31 mensajes

    Bélgica

    Hello Thomas,

    I checked them, and that is all set already before.

    The errors we get throw up recently, before we had no issues selling products using API to provide them to Delcampe.

    So what is causing this issue?

    With regards
    Marcel
  • @thomas
    Administrador

    363 mensajes

    Bélgica

    Hello Thomas,

    I checked them, and that is all set already before.

    The errors we get throw up recently, before we had no issues selling products using API to provide them to Delcampe.

    So what is causing this issue?

    With regards
    Marcel
    Hello Marcel,

    The error you encounter usually means that information is missing to be able to sell on Delcampe. (Create or update an item)
    If your shop is configured and this link Vinculo (https) redirects you to the sale page, then please tell me which call you are making and for which item.

    Thank you,
    --
    Thomas
    Delcampe Team
  • @thomas
    Administrador

    363 mensajes

    Bélgica

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

    I found out what was wrong with the item id you sent me. The error message is not correct.
    You cannot update the item because it has already been sold at least once.

    We will correct the error messages, sorry for the inconvenience.

    Best Regards,
    --
    Thomas
    Delcampe Team
  • Datastamps

    31 mensajes

    Bélgica

    So recapitulating: when an item is made on Delcampe site with API and pieces are sold, product update (POST) is not possible?

    We then need to delete the product from Delcampe, and add newly the product with updated values.

    Correct? If so, please add this remark at the API docs, i think i will not be the only one facing this problem.

    With regards
    Marcel
  • @thomas
    Administrador

    363 mensajes

    Bélgica

    So recapitulating: when an item is made on Delcampe site with API and pieces are sold, product update (POST) is not possible?

    We then need to delete the product from Delcampe, and add newly the product with updated values.

    Correct? If so, please add this remark at the API docs, i think i will not be the only one facing this problem.

    With regards
    Marcel
    Hello Marcel,

    It is correct. You cannot update an item (notice that it is PUT /item/:id) that has already been sold.
    You can actually close the item on the site (DELETE) and create a new one (POST) with the new values.

    Following your remark, I will update the documentation to specify it.

    Regards,
    --
    Thomas
    Delcampe Team