[NEWS] GET /offers/listing - wyszukaj oferty po loginie sprzedawcy / GET /offers/listing - search for offers by the seller login
- Langage dominant
- Aucune donnée de langage
- Étoiles
- 244
- Forks
- 40
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Zgodnie z waszymi sugestiami od dziś w [GET /offers/listing](https://developer.allegro.pl/documentation/#operation/getListing) możecie wyszukać oferty danego sprzedawcy po jego loginie. Dotychczas można było wyszukać oferty danego sprzedawcy tylko po jego identyfikatorze.
**Przykładowy request:**
```
curl -X GET \
'https://api.allegro.pl/offers/listing?seller.login=Allegro' \
-H 'Authorization: Bearer {token}' \
-H 'Accept: application/vnd.allegro.public.v1+json'
```
---
According to your suggestions, we have introduced in [GET /offers/listing](https://developer.allegro.pl/documentation/#operation/getListing) possibility to search for offers by the seller login. Until now, it was possible to search for offers of a given seller only by ID.
**Sample request:**
```
curl -X GET \
'https://api.allegro.pl/offers/listing?seller.login=Allegro' \
-H 'Authorization: Bearer {token}' \
-H 'Accept: application/vnd.allegro.public.v1+json'
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.