Produkty - Oferty
Przepnij ofertę lub oferty zewnętrzne pod inny produkt / wariant (pojedynczo lub masowo)
Zmienia powiązanie istniejącej oferty zewnętrznej. Wspiera mechanizm Smart Resolution (automatyczne dociąganie i korygowanie powiązań wariantów i produktów). Przyjmuje pojedynczy obiekt lub tablicę do 1000 rekordów (masowy update bez N+1).
put/products_offers
Request body
Example request
{
"product_id": 123,
"variant_id": 7691,
"product_variant_id": 7691,
"external_account_id": 5,
"account_id": 5,
"external_offer_id": "1234567890"
}Response
Pomyślnie zaktualizowano powiązanie (pojedynczy obiekt lub raport masowy)
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.1
- ○
endpoint added
endpoint-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○