allegro / allegro-api

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

How to get parameters values? #10345

Open xmarti13 opened 1 day ago

xmarti13 commented 1 day ago

Good morning,

1) I'd like to ask, if there is any easy way to get available values of certain parameter? (I know parameter ID and need to get available dictionary values with its ids)

2) if we try to publish new offer (prod. EAN 5900779952836), the error is everytime returner (already more days), although the image is enclosed to the basic product. OfferImagesNotAvailableException | Unable to download the offer images at this time. Try again. Do you know what should be the problem (it appears by more products we're trying to publish)

Best regards

Pavel

AureliuszBrussy commented 1 day ago
  1. You can get parameters and whole dictionaries by using GET /sale/categories/{categoryId}/parameters.
  2. Can you send the trace-id of the request in which you encounter this error? You can find the trace-id in the header of our response. This will allow me to check more precisely what happened in this particular case.