Pobierz listę powiązań ofert z produktami i wariantami
Zwraca zunifikowaną listę ofert powiązanych z produktem lub wariantem z tabel allegro_offers, marketplaces_offers oraz externalshops_offers.
Query parameters
ID produktu głównego
ID konkretnego wariantu produktu
ID konta integracji (external_accounts.id)
Alias dla external_account_id
Zewnętrzny identyfikator oferty (np. numer aukcji Allegro)
Filtrowanie po typie integracji
Maksymalny limit: 500
Response
Lista powiązań ofert pobrana pomyślnie
Example response
[
{
"id": 1524,
"product_id": 123,
"variant_id": 7691,
"external_account_id": 10,
"account_id": 10,
"external_offer_id": "748392011",
"integration": "allegro"
}
]Changes
Changed in 1 of the 2 revisions of this API.14
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ○
added the new optional
queryrequest parameterexternal_account_idnew-optional-request-parameter
- ○
added the new optional
queryrequest parametervariant_idnew-optional-request-parameter
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲