allegro / allegro-api

Issue tracker and wiki for Allegro REST API
https://developer.allegro.pl/
213 stars 39 forks source link

entegrify #9038

Open Mehmet3524 opened 4 months ago

Mehmet3524 commented 4 months ago

Hello We are trying to set up our own integration-api system to transfer products to allegro, but we are having problems with the EAN number. Our products in women clothes category and it seems that EAN number field is not mandatory in allegro . Here ı am adding one example : https://allegro.pl/oferta/damska-lniana-bluzka-z-krotkim-rekawem-i-okraglym-dekoltem-czarny-2xl-3xl-15585965003. But it gives an error when we try to upload, so my question is how we can solve that problem. I am adding also error screen WhatsApp Image 2024-05-12 at 14 50 04

MaciejFrackowiak commented 4 months ago

The parameter EAN (GTIN) is required in the category 257794:

{
            "id": "225693",
            "name": "EAN (GTIN)",
            "type": "string",
            "required": true,
            "requiredForProduct": true,

You can change pararameters (and its requirements) for each category by GET /sale/categories/{categoryId}/parameters.

yyyakupyazici commented 4 months ago

Do you mean that I can set required value as false for category 257794 ? I did not find api to get it from shared link.

MaciejFrackowiak commented 4 months ago

No, that flag helps you find if the parameter is required.

stale[bot] commented 4 months ago

W tym wątku nie pojawiła się żadna nowa odpowiedź w ciągu 7 dni, dlatego automatycznie oznaczamy go jako przeterminowany. Jeśli w ciągu kolejnych 7 dni nie pojawi się żadna odpowiedź, wątek zostanie zamknięty. Dziękujemy za zaangażowanie w dyskusję i zachęcamy Cię do wypełnienia ankiety dotyczącej naszego wsparcia na forum.


There was no new reply in this thread within 7 days, therefore, we automatically marked it as expired. If no response is received within the next 7 days, this thread will be closed. Thank you for engaging in the discussion. We encourage you to complete our forum support survey.